{ "id": "bg_remove_local", "name": "Remove Background (local)", "category": "image-prep", "description": "Image → clean subject cutout (transparent PNG) entirely on this Mac via briaai/RMBG-2.0 (MPS). Free local alternative to fal_bg_remove — run before SF3D / image→3D for a big quality jump. Weights unlocked by the owner's HF license.", "accepts": ["image"], "produces": ["image"], "resources": "gpu", "entry": "run.py", "python": "venvs/rmbg/bin/python", "params_schema": { "type": "object", "properties": { "resolution": {"type": "integer", "enum": [1024, 2048], "default": 1024, "description": "Processing resolution (2048 = finer edges, slower)"}, "background": {"type": "string", "enum": ["transparent", "white", "black"], "default": "transparent", "description": "Fill for removed background (transparent RGBA, or a solid matte)"} } } }