layer-image-editing
Installation
SKILL.md
Layer Image Editing
Overview
Editing is not generation with an image attached. Each intent maps to its own use_case, and picking
the wrong one is the usual reason an edit changes things it should not have touched.
| The user wants | filter.use_case |
Attach |
|---|---|---|
| Change one region, keep the rest exact | inpainting |
init_image plus a mask |
| Change the whole image by instruction | image_editing |
init_image |
| Extend past the current frame | reframing |
init_image |
| Fit another aspect ratio | reframing |
init_image |
| The same subject from another angle | multi_angle |
init_image or reference_image |
| Separate, editable layers | split_into_layers |
init_image |
| Cut the subject out | background_removal |
init_image |
| More pixels, same picture | upscaling |
init_image |
| Clean line art into finished art | image_editing |
lineart or scribble |
| A crisp SVG from a raster | vectorization |
init_image |