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": "..."
}