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

NameTypeRequiredDescription
feather_pxnumberEdge feather in pixels before remove (0-20, default 0)
use_generativebooleanPrefer generative remove when Photoshop supports it (default true when capable)

Official

Community recipes

Nothing here yet. Be the first to share one.

Share a recipe