kobold_sd_samplers
Explore and retrieve available Stable Diffusion samplers to enhance AI-generated image outputs. Integrates seamlessly with Kobold MCP Server for AI text-to-image workflows.
Instructions
List available Stable Diffusion samplers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiUrl | No | http://localhost:5001 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"apiUrl": {
"default": "http://localhost:5001",
"type": "string"
}
},
"type": "object"
}