Image generation
Generate an image based on the given text by employing AI models like stable diffusion, DALL·E, and other pertinent models.
Supported values for the size
parameter.
small
= 256x256medium
= 512x512large
= 1024x1024
Body
The prompt to generate the image from. Maximum prompt character length is 1000.
The model to use for the generation. Default is sdxl
sd1.5
- Stable Diffusion v1.5sdxl
- Stable Diffusion XLead1.0
- Anime Diffusionrv1.3
- Realistic Vision v1.3rv3
- Realistic Vision v3rv5.1
- Realistic Vision v5.1ar1.8
- AbsoluteReality v1.8.1
The size of the image. Default is medium
.
- small
- medium
- large
The width of the image.
The height of the image.
Text input that will not guide the image generation.
The number of denoising steps. More steps usually can produce higher quality images, but take more time to generate.
Higer guidance forces the model to better follow the prompt, but result in lower quality output.
Makes generation deterministic. Using the same seed and set of parameters will produce identical image each time.
Scheduler used to denoise the encoded image latents. The default value is dpmsolver++
.
dpmsolver++
lms
ddim
euler
euler_a
pndm
Header
Your JigsawStack API key
Response
Was this page helpful?