<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>


What it does

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.

Problem it solves

Input/Output

How to Use

<aside>

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

  1. QWEN-Layered — decompose the input image into N RGBA layers
  2. List-Extract — pull out the single layer you want to edit
  3. QWEN-Image-Edit — apply your edit to that one layer (recolor, replace, rewrite text, etc.)
  4. List-Inject — put the edited layer back into the layer list
  5. Layer-Compose — recompose the full layered stack into a single final image </aside>

Accuracy & Speed