POST https://fal.run/fal-ai/flux-pro/v1.1-ultra-finetuned
Endpoint ID: fal-ai/flux-pro/v1.1-ultra-finetuned
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Related
- FLUX1.1 [pro] ultra — Image Generation
- FLUX1.1 [pro] — Image Generation
- FLUX.1 [pro] Fill — Image Generation
- FLUX1.1 [pro] Redux — Image Generation
- FLUX1.1 [pro] ultra Redux — Image Generation
- FLUX.1 [pro] Fill Fine-tuned — Image Generation
Capabilities
- Text prompt input
- Reproducible generation (seed)
- Synchronous mode
- Batch generation
- Image input
- Aspect ratio control
API Reference
Input Schema
The prompt to generate an image from.
The same seed and the same prompt given to the same version of the model
will output the same image every time.
If
True, the media will be returned as a data URI and the output data won’t be available in the request history.The number of images to generate. Default value:
1Range: 1 to 4The format of the generated image. Default value:
"jpeg"Possible values: jpeg, pngThe safety tolerance level for the generated image. 1 being the most strict and 5 being the most permissive. Default value:
"2"Possible values: 1, 2, 3, 4, 5, 6Whether to enhance the prompt for better results.
The image URL to generate an image from.
The strength of the image prompt, between 0 and 1. Default value:
0.1Range: 0 to 1The aspect ratio of the generated image. Default value:
16:9Possible values: 21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21Generate less processed, more natural-looking images.
References your specific model
Controls finetune influence.
Increase this value if your target concept isn’t showing up strongly enough.
The optimal setting depends on your finetune and promptRange:
0 to 2Output Schema
The generated image files info.
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.
Whether the generated images contain NSFW concepts.
The prompt used for generating the image.
Input Example
Output Example
Limitations
num_imagesrange: 1 to 4output_formatrestricted to:jpeg,pngsafety_tolerancerestricted to:1,2,3,4,5,6image_prompt_strengthrange: 0 to 1finetune_strengthrange: 0 to 2