Skip to main content
Endpoint: POST https://fal.run/fal-ai/bria/text-to-image/hd Endpoint ID: fal-ai/bria/text-to-image/hd

Try 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 4
AspectRatioEnum
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:9
integer
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 2147483647
integer
default:"30"
The number of iterations the model goes through to refine the generated image. This parameter is optional. Default value: 30Range: 20 to 50
float
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 20
boolean
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, art
list<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

Limitations

  • num_images range: 1 to 4
  • seed range: 0 to 2147483647
  • num_inference_steps range: 20 to 50
  • guidance_scale range: 0 to 20
  • medium restricted to: photography, art
  • num_inference_steps range: 4 to 10