Image GenerationActive
wiro / stable-diffusion-with-llm
stable-diffusion-with-llm
Using Stable Diffusion together with an LLM provides more control over the generated images.
Text to Image
Model ID
stable-diffusion-with-llm
Provider
wiro
Added
1719843328
wiro playground—wiro/stable-diffusion-with-llm
Added 1719843328
API quick start
Run stable-diffusion-with-llm with a single API call.
POST https://api.wiro.ai/v1/Run/wiro/stable-diffusion-with-llm
{
"prompt": "fast car in the forest",
"canvas": "...",
"background_prompt": "A beautiful forest with fall foliage",
"negativePrompt": "..."
}curl
curl -X POST "https://api.wiro.ai/v1/Run/wiro/stable-diffusion-with-llm" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "fast car in the forest",
"canvas": "...",
"background_prompt": "A beautiful forest with fall foliage",
"negativePrompt": "..."
}
JSONPricing: $0.0006/sec
View full API docs