
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Stable Diffusion model version to use.
sdxl, sd3, sd3_5 Text prompt for image generation.
1 - 4000Description of what to exclude from the image. Only supports sdxl.
4000Random seed for reproducible generations.
x <= 4294967295The size of the generated images.
1024x1024, 1344x768, 768x1344 Number of steps to run the sampler for. Supports sd3 and sd3_5. For sd3, must be between 1 and 28, default is 28. For sd3_5, must be between 1 and 50, default is 40.
The guidance scale tells the model how similar the output should be to the prompt. For sd3 and sd3_5, must be between 0 and 20. For sdxl, must be between 1 and 50. Default is 3.5 for sd3, 4.5 for sd3_5, and 7.5 for sdxl.
Number of images to generate. Only supports sdxl.
1 <= x <= 4Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Supports for sd3 and sd3_5.
x <= 100Which sampler to use for the diffusion process. Only supports sdxl.
K_EULER, DDIM, DDPM, K_DPMPP_2M, K_DPMPP_2S_ANCESTRAL, K_DPM_2, K_DPM_2_ANCESTRAL, K_EULER_ANCESTRAL, K_HEUN, K_LMS Number of denoising steps. Between 1 and 500. Only supports sdxl.
1 <= x <= 500Success
An array of generated image URLs.