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

ostris /flex-redux:ed37ab87

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
None
redux_image
string
Input image to condition your output on.
clip_vision_crop
string (enum)
center

Options:

center, none

Whether to crop the redux image for clip vision. Crops to a square if center, otherwise no cropping. Images can appear distorted if no cropping is used.
aspect_ratio
string (enum)
1:1

Options:

None, 1:1, 16:9, 21:9, 3:2, 2:3, 4:5, 5:4, 3:4, 4:3, 9:16, 9:21

Aspect ratio of the output image.
width
integer
1024
Width of the output image. Ignored if aspect ratio is not None.
height
integer
1024
Height of the output image. Ignored if aspect ratio is not None.
redux_strength
number
1

Max: 2

Strength of the redux image. 0 = no redux, 1 = full redux.
redux_strength_type
string (enum)
multiply

Options:

multiply, attn_bias

Type of strength for the redux image.
guidance
number
3

Max: 10

Guidance scale for the redux image.
output_format
string (enum)
webp

Options:

webp, jpg, png

Format of the output images
output_quality
integer
95

Max: 100

Quality of the output images, from 0 to 100. 100 is best quality, 0 is lowest quality.
seed
integer
Set a seed for reproducibility. Random by default.

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'}