GET
/v1/schemas/fal/image/fal-ai%2Fchrono-edit-lora-gallery%2Fupscaler
Accept:
Request body
10 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | The image to upscale. | |
| seed | integer | The seed for the inference. | nullable |
| loras | ChronoLoraWeight[] | Optional additional LoRAs to merge (max 3). | default: [] |
| lora_scale | number | The scale factor for the LoRA adapter. | 0 ≤ n ≤ 2 · default: 1 |
| guidance_scale | number | The guidance scale for the inference. | 0 ≤ n ≤ 10 · default: 1 |
| num_inference_steps | integer | Number of inference steps for the upscaling pass. | 2 ≤ n ≤ 50 · default: 30 |
| output_format | enum | The format of the output image. | jpeg | png | webp · default: "jpeg" |
| enable_safety_checker | boolean | Whether to enable the safety checker. | default: true |
| upscale_factor | number | Target scale factor for the output resolution. | 1 ≤ n ≤ 4 · default: 2 |
| sync_mode | boolean | Whether to return the image in sync mode. | default: false |
Validate a payload
before you spend tokensshell
$ 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", …}]}