Image-to-Image
PEFT
Safetensors
CiaraRowles commited on
Commit
41b2f76
·
verified ·
1 Parent(s): a18b339

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -12,13 +12,10 @@ pipeline_tag: image-to-image
12
  <p align="center">
13
  <strong>Decomposing Images into Editable RGBA Layers</strong>
14
  </p>
15
-
16
- <!-- Add a teaser image to the repo and it will render here. -->
17
- <!--
18
  <p align="center">
19
- <img src="stable_layers_teaser.jpg" alt="Stable Layers Teaser" width="100%" />
20
  </p>
21
- -->
22
 
23
  <p align="center">
24
  <span><a href="https://arxiv.org/abs/2605.30257">Paper</a></span>&nbsp;&nbsp;&nbsp;
@@ -32,9 +29,8 @@ pipeline_tag: image-to-image
32
  **Stable Layers** decomposes a single RGB image into a small stack of back-to-front
33
  RGBA layers (background plus object layers) suitable for compositing and editing.
34
 
35
- This repository hosts the LoRA adapter over `Qwen/Qwen-Image-Layered`. Note: whilst
36
- the paper used Gemini, this model was retrained using an open VLM, and we found no
37
- performance loss.
38
 
39
  ## Model Artifacts
40
 
 
12
  <p align="center">
13
  <strong>Decomposing Images into Editable RGBA Layers</strong>
14
  </p>
15
+
 
 
16
  <p align="center">
17
+ <img src="https://stability-ai.github.io/stable-layers.github.io/assets/images/teaser.png" alt="Stable Layers Teaser" width="100%" />
18
  </p>
 
19
 
20
  <p align="center">
21
  <span><a href="https://arxiv.org/abs/2605.30257">Paper</a></span>&nbsp;&nbsp;&nbsp;
 
29
  **Stable Layers** decomposes a single RGB image into a small stack of back-to-front
30
  RGBA layers (background plus object layers) suitable for compositing and editing.
31
 
32
+ This repository hosts the LoRA adapter over `Qwen/Qwen-Image-Layered`. This model
33
+ was trained using Qwen 3.5 9b as the VLM teacher.
 
34
 
35
  ## Model Artifacts
36