Draw Things MCP

generateImage

Create custom images using natural language prompts with adjustable parameters like size, guidance scale, and seed on the Draw Things MCP server.

Instructions

Generate an image based on a prompt

Input Schema

NameRequiredDescriptionDefault
guidance_scaleNo
heightNo
negative_promptNo
promptNo
random_stringNo
seedNo
stepsNo
widthNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "guidance_scale": { "type": "number" }, "height": { "type": "number" }, "negative_prompt": { "type": "string" }, "prompt": { "type": "string" }, "random_string": { "type": "string" }, "seed": { "type": "number" }, "steps": { "type": "number" }, "width": { "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Draw Things MCP

Related Tools

ID: lsb9xcaj7h