You're looking at a specific version of this model. Jump to the model overview.
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Text prompt for image generation
|
|
| output_path |
string
|
/tmp/generated_image.png
|
Output file path
|
| width |
integer
|
512
|
Width of the image
|
| height |
integer
|
512
|
Height of the image
|
| cfg_scale |
number
|
1
|
CFG scale for the generation
|
| steps |
integer
|
4
|
Number of sampling steps
|
| sampling_method |
None
|
euler
|
Sampling method
|
| seed |
integer
|
42
|
Random seed for reproducibility
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}