← All models
Flow-Edit
flowedit
Image editby flowedit
The model provides you high quality image editing capabilities.
images
Pricing
- Price
- 0.156 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducible generation. If set none, a random seed will be used. |
| n_avg | — | Average step count |
| n_max | — | Control the strength of the edit |
| n_min | — | Minimum step for improved style edits |
| image_urlrequired | string | URL of image to be used for relighting |
| source_promptrequired | string | Prompt of the image to be used. |
| target_promptrequired | string | Prompt of the image to be made. |
| src_guidance_scale | — | Guidance scale for the source. |
| tar_guidance_scale | — | Guidance scale for target. |
| num_inference_steps | — | Steps for which the model should run. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| image | — | The generated image file info. |
