---
title: Ming-Image-0.1-Design
canonical_url: "https://www.modelscope.cn/models/inclusionAI/Ming-Image-0.1-Design"
md_url: "https://www.modelscope.cn/models/inclusionAI/Ming-Image-0.1-Design.md"
repository: inclusionAI/Ming-Image-0.1-Design
last_updated: 2026-09-22
license: mit
pipeline_tag: text-to-image-synthesis
tasks:
  - text-to-image-synthesis
library_name:
  - lora
  - safetensors
  - diffusers
  - pytorch
frameworks:
  - pytorch
downloads: 38
stars: 3
tags:
  - text-to-image
  - image-generation
  - graphic-design
  - text-rendering
  - rgba
---

# Ming-Image-0.1-Design

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

inclusionAI/Ming-Image-0.1-Design 是 ModelScope 魔搭社区上的text-to-image-synthesis模型，采用 mit 许可。

- **Repository**: inclusionAI/Ming-Image-0.1-Design
- **License**: mit
- **Tasks**: text-to-image-synthesis
- **Tags**: text-to-image, image-generation, graphic-design, text-rendering, rgba
- **Downloads**: 38
- **Stars**: 3
- **Last updated**: 2026-09-22

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

---

# Ming-Image-0.1-Design

Ming-Image-0.1-Design is a 6B text-to-image model for UI, infographics,
posters, and other text-rich visual designs. It generates complete visual
compositions and supports RGBA output with transparent backgrounds.

## UI/UX Design leaderboard

<p align="center">
  <img src="./assets/uiux_leaderboard.webp" width="100%" alt="Ming-Image-0.1-Design UI/UX Design leaderboard">
</p>

## 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 \
  --task text-to-image \
  --prompt assets/t2i_four_seasons_cabin_prompt.json \
  --resolution 2048 \
  --output-dir outputs/t2i
```

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

### Transparent-background generation

For transparent-background generation, prepend exactly one of the recommended
RGBA phrases. See the
[transparent-background generation tip](https://github.com/inclusionAI/Ming-Image#transparent-background-generation-tip).

## Recommended settings

- Resolution: **2048 x 2048** (recommended), or **1024 x 1024** for faster
  generation.
- Sampling steps: **12**.
- CFG scale: **1.0**.
- Precision: **BF16**.
- Hardware: **one CUDA GPU with 80 GiB VRAM** (validated configuration).

The public inference code maps text-to-image resolution requests to the
supported 1024 or 2048 bucket.

## Gallery

### Text-to-image

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

### Transparent-background text-to-image

<p align="center">
  <img src="./assets/transparency_showcase.webp" width="100%" alt="Ming-Image-0.1-Design transparent-background examples">
</p>

The checkerboard is used only to preview transparency; it is not part of the
generated RGBA images.

## License

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