Instructions to use StabilityLabs/Stable-Layers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use StabilityLabs/Stable-Layers with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
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="
|
| 20 |
</p>
|
| 21 |
-
-->
|
| 22 |
|
| 23 |
<p align="center">
|
| 24 |
<span><a href="https://arxiv.org/abs/2605.30257">Paper</a></span>
|
|
@@ -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`.
|
| 36 |
-
|
| 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>
|
|
|
|
| 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 |
|