{ "id": "fal_image_edit", "name": "fal · Edit Image (prompt)", "category": "image-prep", "description": "Image + instruction → edited image via fal-ai/nano-banana/edit (remove objects, fix lighting, change materials — 'remove the price sticker', 'make it studio-lit on white'). Great for cleaning a photo before image→3D. Needs FAL_KEY.", "accepts": ["image"], "produces": ["image"], "resources": "net", "requires_env": ["FAL_KEY"], "entry": "run.py", "params_schema": { "type": "object", "properties": { "prompt": {"type": "string", "default": "", "description": "Edit instruction (what to change)"}, "extra_args": {"type": "string", "default": "", "description": "Raw JSON merged into fal arguments — full control over any endpoint param"} } } }