photoshop_generative_remove
Remove unwanted people, objects, or distractions from photos using AI-powered inpainting on your current selection.
Instructions
Remove content using the AI Remove tool (or generative fill fallback) on the current selection.
Use when: erasing distractions, people, or objects with generative AI. Do NOT use when: generative unavailable — fallback to photoshop_recipe_remove_distraction.
Returns: { ok, summary, details }. Preconditions: selection or auto_select_subject; generative_fill capability. Side effects: inpaints selected region; consumes generative credits when cloud-backed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feather_px | No | Edge feather before remove (0-20, default 0) | |
| document_id | No | Optional Photoshop document id from photoshop_get_state / photoshop_list_documents. When set, the tool activates that document before running so a UI tab switch cannot retarget the edit. | |
| auto_select_subject | No | Run Select Subject when no selection exists (default false) |