inclusionAI/Ming-Image-0.1-Design

🤗 Hugging Face 来源text-to-imagemit6.2B 参数12 GBsafetensors✓ 19 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo inclusionAI/Ming-Image-0.1-Design ./model-folder
需要做种者 →

Ming-Image-0.1-Design

🧩 ModelScope · 🤗 Hugging Face · 📄 Blog · 🖥️ Demo
🎨 Design Skill · 📊 PPT Skill

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

Quick Start

Use the companion Ming-Image repository for installation and inference:

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.

Transparent-background generation

For transparent-background generation, prepend exactly one of the recommended RGBA phrases. See the transparent-background generation tip.

Deployment

We recommend the following inference frameworks to serve the model:

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

Transparent-background text-to-image

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.