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

prunaai /firered-image-edit:778e5a9b

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 instruction describing the requested image edit.
image
array
Input images to edit or use as references. Must be jpeg, png, gif, or webp.
aspect_ratio
None
match_input_image
Aspect ratio override. Use match_input_image to preserve source dimensions.
seed
integer
Random seed. Leave blank for a random seed.
true_cfg_scale
number
4

Max: 20

True CFG guidance scale.
num_inference_steps
integer
40

Min: 1

Max: 100

Number of denoising steps.
go_fast
boolean
True
Use optimized cache scheduling for faster generation.
output_format
None
webp
Format of the saved output image.
output_quality
integer
95

Max: 100

Quality for jpg/webp outputs from 0 to 100.

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