You're looking at a specific version of this model. Jump to the model overview.

lucataco /flux-rf-inversion:5062c593

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
Portrait of a tiger
Prompt for generated image
image
string
Input image for image to image mode. The aspect ratio of your output will match this image
num_inference_steps
integer
28

Min: 1

Max: 50

Number of inference steps
seed
integer
Random seed. Set for reproducible generation
output_format
string (enum)
webp

Options:

webp, jpg, png

Format of the output images
output_quality
integer
80

Max: 100

Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs
inversion_gamma
number
0.5

Min: 0.1

Max: 1

Inversion gamma
start_timestep
number
0

Max: 1

Start timestep
stop_timestep
number
0.38

Max: 1

Stop timestep
eta
number
0.9

Min: 0.1

Max: 1

The controller guidance. higher eta - better faithfullness, less editability. For more significant edits, lower the value of eta
disable_safety_checker
boolean
False
Disable safety checker for generated images. This feature is only available through the API. See [https://replicate.com/docs/how-does-replicate-work#safety](https://replicate.com/docs/how-does-replicate-work#safety)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}