← All models
Inpainting FLUX.1 Model from Black Forest Labs.
images
Details
- Accepts
- image
Pricing
- Price
- 6.25 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| mask | string | A black-and-white image that describes the part of the image to inpaint. Black areas will be preserved while white areas will be inpainted. Must have the same size as image. Optional if you provide an alpha mask in the original image. Must be jpeg, png, gif, or webp. |
| seed | integer | Random seed. Set for reproducible generation |
| imagerequired | string | The image to inpaint. Can contain an alpha mask. Must be jpeg, png, gif, or webp. |
| steps | integer | Number of diffusion steps. Higher values yield finer details but increase processing time. |
| promptrequired | string | Text prompt for image generation |
| guidance | number | Controls the balance between adherence to the text prompt and image quality/diversity. Higher values make the output more closely match the prompt but may reduce overall image quality. Lower values allow for more creative freedom but might produce results less relevant to the prompt. |
| outpaint | —enum: None, Zoom out 1.5x, Zoom out 2x, Make square, Left outpaint, Right outpaint… | A quick option for outpainting an input image. Mask will be ignored. |
| output_format | —enum: jpg, png | Format of the output images. |
| safety_tolerance | integer | Safety tolerance, 1 is most strict and 6 is most permissive |
| prompt_upsampling | boolean | Automatically modify the prompt for more creative generation |