recipeRecipes
photoshop_recipe_remove_distraction
One-shot distraction removal: generative AI remove when available, else content-aware fill. Wrapped in a single undoable history step. Users often say: remove that person, erase distraction, content aware remove, clone out object. Use when: the user has selected the object or region to remove. Do NOT use when: no selection exists — use photoshop_select_rectangle or photoshop_select_subject first. Returns: { ok, summary, undo_history_states_consumed, details }. Preconditions: active document with an active pixel selection. Side effects: fills/removes selected pixels; clears selection.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| feather_px | number | — | Edge feather in pixels before remove (0-20, default 0) |
| use_generative | boolean | — | Prefer generative remove when Photoshop supports it (default true when capable) |
Official
- Remove a distractionContent-aware fill on your rough selection. Nothing outside it is touched.
Community recipes
Nothing here yet. Be the first to share one.
Share a recipe