- Hd
- Base
- Fast
Endpoint:
POST https://fal.run/fal-ai/bria/text-to-image/hd
Endpoint ID: fal-ai/bria/text-to-image/hdTry it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
string
required
The prompt you would like to use to generate images.
string
default:""
The negative prompt you would like to use to generate images. Default value:
""integer
default:"4"
How many images you would like to generate. When using any Guidance Method, Value is set to 1. Default value:
4Range: 1 to 4AspectRatioEnum
default:"1:1"
The aspect ratio of the image. When a guidance method is being used, the aspect ratio is defined by the guidance image and this parameter is ignored. Default value:
"1:1"Possible values: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9integer
The same seed and the same prompt given to the same version of the model
will output the same image every time.Range:
0 to 2147483647integer
default:"30"
The number of iterations the model goes through to refine the generated image. This parameter is optional. Default value:
30Range: 20 to 50float
default:"5"
The CFG (Classifier Free Guidance) scale is a measure of how close you want
the model to stick to your prompt when looking for a related image to show you. Default value:
5Range: 0 to 20boolean
default:"false"
When set to true, enhances the provided prompt by generating additional, more descriptive variations, resulting in more diverse and creative output images.
MediumEnum
Which medium should be included in your generated images. This parameter is optional.Possible values:
photography, artlist<GuidanceInput>
default:""
Guidance images to use for the generation. Up to 4 guidance methods can be combined during a single inference.
boolean
default:"false"
If
True, the media will be returned as a data URI and the output data won’t be available in the request history.Output Schema
list<Image>
required
The generated images
integer
required
Seed value used for generation.
Input Example
Output Example
Related
- Bria RMBG 2.0 — Image Generation
- Bria Expand Image — Image Generation
- Bria Eraser — Image Generation
- Bria Product Shot — Image Generation
- Bria Background Replace — Image Generation
- Video — Video Generation
- Bria GenFill — Image Generation
- Replace Background — Image Generation
- Bria Text-to-Image Base — Image Generation
- Embed Product — Image Generation
- Bria Text-to-Image Fast — Image Generation
- Bria Text-to-Image HD — Image Generation
Limitations
num_imagesrange: 1 to 4seedrange: 0 to 2147483647num_inference_stepsrange: 20 to 50guidance_scalerange: 0 to 20mediumrestricted to:photography,artnum_inference_stepsrange: 4 to 10