Image Generation MCP Server

by Ichigo3766
Verified

set_sd_model

Set the active Stable Diffusion model

Input Schema

NameRequiredDescriptionDefault
model_nameYesName of the model to set as active

Input Schema (JSON Schema)

{ "properties": { "model_name": { "description": "Name of the model to set as active", "type": "string" } }, "required": [ "model_name" ], "type": "object" }
ID: o3a86vil7b