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
|
|
finetune_id |
string
|
Finetune ID for making images using a previously trained fine-tune. Only IDs from trainings made using Replicate’s Flux Pro fine-tuning model are supported.
|
|
finetune_strength |
number
|
1
Max: 2 |
Controls finetune influence
|
image_prompt |
string
|
Image to use with Flux Redux. This is used together with the text prompt to guide the generation towards the composition of the image_prompt. Must be jpeg, png, gif, or webp.
|
|
image_prompt_strength |
number
|
0.1
Max: 1 |
Blend between the prompt and the image prompt.
|
aspect_ratio |
string
(enum)
|
1:1
Options: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16, 9:21 |
Aspect ratio for the generated image
|
safety_tolerance |
integer
|
2
Min: 1 Max: 6 |
Safety tolerance, 1 is most strict and 6 is most permissive
|
seed |
integer
|
Random seed. Set for reproducible generation
|
|
raw |
boolean
|
False
|
Generate less processed, more natural-looking images
|
output_format |
string
(enum)
|
jpg
Options: jpg, png |
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'}