kobold_sd_models
Discover and list available Stable Diffusion models integrated with KoboldAI's text generation capabilities via the MCP server. Simplify model management for creative and AI-driven projects.
Instructions
List available Stable Diffusion models
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"
}