<aside> ğŸ›
Turn a Flat Image into Editable Photoshop-Style Layers
Decomposes an image into editable RGBA layers (foreground objects, background, text, etc.) — like turning a flat photo into a Photoshop file where each element sits on its own transparent layer. Pair with List-Extract → QWEN-Image-Edit → List-Inject → Layer-Compose to edit a single layer (change color, replace an object, rewrite text) and put it back without touching anything else in the image.
</aside>
Qwen-Image-Layered takes a normal flat image and automatically separates it into multiple transparent layers, exactly like the layers in Photoshop or Figma. Each layer holds one distinct element (a person, an object, the background, a text block, etc.) with a transparent RGBA background so it doesn't cover the other layers. Once the image is split like this, you can edit any single layer without disturbing the rest of the image — recolor an object, resize it, move it, delete it, or replace it with something else — then recompose the layers back into a final image. The key win is consistency: because the edit only touches one layer, everything else in the image stays pixel-identical. That's often impossible with normal image editing models, which tend to subtly change unrelated parts of the image whenever you edit one thing.
Input:
Image (required) — a single source image to decompose
Text (optional) — a short caption or hint describing the image's content, to guide how the model splits it into layers

Options:
Output: A list of N RGBA layer images
List-Extract for downstream editing

<aside>
The studio node is designed to sit at the front of a layered edit workflow: