POST https://fal.run/fal-ai/topaz/upscale/image
Endpoint ID: fal-ai/topaz/upscale/image
Try it in the Playground
Run this model interactively with your own prompts.
Quick Start
Input Schema
ModelEnum
default:"Standard V2"
Model to use for image enhancement. Default value:
"Standard V2"Possible values: Low Resolution V2, Standard V2, CGI, High Fidelity V2, Text Refine, Recovery, Redefine, Recovery V2, Standard MAX, Wonderfloat
default:"2"
Factor to upscale the image by (e.g. 2.0 doubles width and height) Default value:
2Range: 1 to 4boolean
default:"false"
string
required
Url of the image to be upscaled
OutputFormatEnum
default:"jpeg"
Output format of the upscaled image. Default value:
"jpeg"Possible values: jpeg, pngSubjectDetectionEnum
default:"All"
Subject detection mode for the image enhancement. Applies to standard enhance and Recovery V2 models. Default value:
"All"Possible values: All, Foreground, Backgroundboolean
default:"true"
Whether to apply face enhancement to the image. Applies to standard enhance and Recovery V2 models. Default value:
truefloat
default:"0"
Creativity level for face enhancement. 0.0 means no creativity, 1.0 means maximum creativity. Ignored if face enhancement is disabled.Range:
0 to 1float
default:"0.8"
Strength of the face enhancement. 0.0 means no enhancement, 1.0 means maximum enhancement. Ignored if face enhancement is disabled. Default value:
0.8Range: 0 to 1float
Sharpening level (0.0-1.0). Applies to Standard V2, Low Resolution V2, CGI, High Fidelity V2, Text Refine, and Redefine models.Range:
0 to 1float
Denoising level (0.0-1.0). Applies to Standard V2, Low Resolution V2, CGI, High Fidelity V2, Text Refine, and Redefine models.Range:
0 to 1float
Compression artifact removal level (0.0-1.0). Applies to Standard V2, Low Resolution V2, High Fidelity V2, and Text Refine models.Range:
0 to 1float
Enhancement strength (0.01-1.0). Applies to Text Refine model only.Range:
0.01 to 1integer
Creativity level for generative upscaling (1-6). Higher values produce more creative/hallucinated details. Applies to Redefine model only.Range:
1 to 6integer
Texture detail level for generative upscaling (1-5). Applies to Redefine model only.Range:
1 to 5string
Text prompt to guide generative upscaling (max 1024 chars). Applies to Redefine model only.
boolean
Enable automatic prompt generation for generative upscaling. Applies to Redefine model only.
float
Detail recovery level (0.0-1.0). Applies to Recovery V2 model only.Range:
0 to 1Output Schema
File
required
The upscaled image.
Input Example
Output Example
Limitations
upscale_factorrange: 1 to 4output_formatrestricted to:jpeg,pngsubject_detectionrestricted to:All,Foreground,Backgroundface_enhancement_creativityrange: 0 to 1face_enhancement_strengthrange: 0 to 1sharpenrange: 0 to 1denoiserange: 0 to 1fix_compressionrange: 0 to 1strengthrange: 0.01 to 1creativityrange: 1 to 6texturerange: 1 to 5detailrange: 0 to 1