GET

/v1/schemas/fal/image/fal-ai%2Fchrono-edit-lora-gallery%2Fupscaler

kind inputactivity imagehash 49c79a58extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

10 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
image_url*stringThe image to upscale.
seedintegerThe seed for the inference.nullable
lorasChronoLoraWeight[]Optional additional LoRAs to merge (max 3).default: []
lora_scalenumberThe scale factor for the LoRA adapter.0 ≤ n ≤ 2 · default: 1
guidance_scalenumberThe guidance scale for the inference.0 ≤ n ≤ 10 · default: 1
num_inference_stepsintegerNumber of inference steps for the upscaling pass.2 ≤ n ≤ 50 · default: 30
output_formatenumThe format of the output image.jpeg | png | webp · default: "jpeg"
enable_safety_checkerbooleanWhether to enable the safety checker.default: true
upscale_factornumberTarget scale factor for the output resolution.1 ≤ n ≤ 4 · default: 2
sync_modebooleanWhether to return the image in sync mode.default: false

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/chrono-edit-lora-gallery/upscaler","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}