You're looking at a specific version of this model. Jump to the model overview.
black-forest-labs /flux-depth-pro:6c3e2479
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
|
|
| control_image |
string
|
Image to use as control input. Must be jpeg, png, or webp.
|
|
| seed |
integer
|
Random seed. Set for reproducible generation
|
|
| steps |
integer
|
50
Min: 15 Max: 50 |
Number of diffusion steps. Higher values yield finer details but increase processing time.
|
| prompt_upsampling |
boolean
|
False
|
Automatically modify the prompt for more creative generation
|
| guidance |
number
|
10
Min: 1 Max: 50 |
Controls the balance between adherence to the text as well as image prompt and image quality/diversity. Higher values make the output more closely match the prompt but may reduce overall image quality. Lower values allow for more creative freedom but might produce results less relevant to the prompt.
|
| safety_tolerance |
integer
|
2
Min: 1 Max: 6 |
Safety tolerance, 1 is most strict and 6 is most permissive
|
| output_format |
None
|
jpg
|
Format of the output images.
|
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'}