generate_image
Create custom images using text prompts with Stable Diffusion. Customize dimensions, sampling steps, and other parameters to generate tailored visuals for your needs.
Instructions
Generate an image using Stable Diffusion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
batch_size | No | Number of images to generate (default: 1) | |
cfg_scale | No | CFG scale (default: 1) | |
distilled_cfg_scale | No | Distilled CFG scale (default: 3.5) | |
height | No | Image height (default: 1024) | |
negative_prompt | No | Things to exclude from the image | |
output_path | No | Custom output path for the generated image | |
prompt | Yes | The prompt describing the desired image | |
restore_faces | No | Enable face restoration | |
sampler_name | No | Sampling algorithm (default: Euler) | Euler |
scheduler_name | No | Scheduler algorithm (default: Simple) | Simple |
seed | No | Random seed (-1 for random) | |
steps | No | Number of sampling steps (default: 4) | |
tiling | No | Generate tileable images | |
width | No | Image width (default: 1024) |