{ "id": "fal_upscale", "name": "fal ยท Upscale (SeedVR)", "category": "image-prep", "description": "Image โ†’ faithful upscale via fal-ai/seedvr/upscale/image (~$0.001/MP โ€” sharpens without inventing fake detail). Use on thin/blurry inputs before mesh generation or texture work. Needs FAL_KEY.", "accepts": ["image"], "produces": ["image"], "resources": "net", "requires_env": ["FAL_KEY"], "entry": "run.py", "params_schema": { "type": "object", "properties": { "upscale_factor": {"type": "number", "default": 2, "minimum": 1, "maximum": 4, "description": "Upscale multiplier"}, "extra_args": {"type": "string", "default": "", "description": "Raw JSON merged into fal arguments โ€” full control over any endpoint param"} } } }