Stable Diffusion

Run a prompt through Stable Diffusion

Provide a prompt and optionally a negative prompt. The input will be run through Stable Diffusion to return an output image.

post/stable_diffusion/

Request body

promptstring required
negative_promptstring nullable required
modelstring
countinteger
stepsinteger
guidance_scalenumber
widthinteger
heightinteger

Response

Successful Response

{"stackTrail":"paths:/stable_diffusion/:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes