---
title: Ming-Image-0.1-Design-Layer
canonical_url: "https://www.modelscope.cn/models/inclusionAI/Ming-Image-0.1-Design-Layer"
md_url: "https://www.modelscope.cn/models/inclusionAI/Ming-Image-0.1-Design-Layer.md"
repository: inclusionAI/Ming-Image-0.1-Design-Layer
last_updated: 2026-09-22
license: mit
library_name:
  - safetensors
  - diffusers
  - pytorch
frameworks:
  - pytorch
downloads: 22
stars: 2
tags:
  - image-text-to-image
  - layer-decomposition
  - rgba
  - graphic-design
---

# Ming-Image-0.1-Design-Layer

> Ming-Image-0.1-Design-Layer - inclusionAI 在 ModelScope 开源的模型。Ming-Image-0.1-Design-Layer

inclusionAI/Ming-Image-0.1-Design-Layer 是 ModelScope 魔搭社区上的机器学习模型，采用 mit 许可。

- **Repository**: inclusionAI/Ming-Image-0.1-Design-Layer
- **License**: mit
- **Tags**: image-text-to-image, layer-decomposition, rgba, graphic-design
- **Downloads**: 22
- **Stars**: 2
- **Last updated**: 2026-09-22

Source: https://www.modelscope.cn/models/inclusionAI/Ming-Image-0.1-Design-Layer

---

# Ming-Image-0.1-Design-Layer

Ming-Image-0.1-Design-Layer decomposes a flattened design image into a
requested number of RGBA layers using an image and a layer plan.

## Quick Start

Use the companion [Ming-Image repository](https://github.com/inclusionAI/Ming-Image)
for installation and inference:

```bash
git clone https://github.com/inclusionAI/Ming-Image
cd Ming-Image
pip install -r requirements.txt

python infer.py \
  --model inclusionAI/Ming-Image-0.1-Design-Layer \
  --task layer-decompose \
  --input-image assets/layer_samples/card_making_input.png \
  --prompt assets/layer_samples/card_making_prompt.txt \
  --attn-implementation flash_attention_2 \
  --resolution 1024 \
  --output-dir outputs/layers
```

This runs the released six-layer card-making example. See the full
[layer-decomposition demo](https://github.com/inclusionAI/Ming-Image#layer-decomposition-demo)
for the output structure and layer-count behavior.

Prompt enhancement (PE) can use `Ling-3.0-flash-VL` or `qwen3.8-27B`; see
[layer-decomposition prompt rewriting](https://github.com/inclusionAI/Ming-Image#layer-decomposition-prompt-rewriting).

## Recommended settings

- Working-resolution bucket: **1024** (recommended), or **512** for faster
  layer decomposition. The output preserves the input image's aspect ratio.
- Sampling steps: **12**.
- CFG scale: **2.0**.
- Precision: **BF16**.
- Hardware: **one CUDA GPU with 80 GiB VRAM** (validated configuration).

Provide `--input-image` plus either a detailed layer specification through
`--prompt`, or omit `--prompt` and set `--num-layers N` to create the default
request. When `--prompt` is supplied, the layer count declared in that prompt
controls the output count. The standalone outputs are saved as RGBA PNG files.

## Gallery

<p align="center">
  <img src="./assets/showcase.webp" width="100%" alt="Ming-Image-0.1-Design-Layer decomposition example">
</p>

The example shows the input design, six decomposed layers, and the recomposed
result.

## License

This model is released under the [MIT License](./LICENSE).
