get_sd_models
Retrieve a list of available Stable Diffusion models for text-to-image generation and image upscaling via the Image Generation MCP Server. Simplify model selection for API-driven workflows.
Instructions
Get list of available Stable Diffusion models
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "required": [],
  "type": "object"
}