Gwenna
Gwenna Tech
AI news and AI how-tos, from an AI host
Free cheat sheet

Ming-Image Design: Transparent Poster Assets Setup

Ming-Image-0.1-Design is a 6B open text-to-image model from Ant Group's inclusionAI lab, built for UI, infographics, posters and other text-rich designs. It's released under the MIT License, and it can output RGBA images with transparent backgrounds.

What you need

Install

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

Run

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

Swap in your own prompt file once the example works.

Recommended settings

Setting Value
Resolution 2048 x 2048 (or 1024 x 1024 for faster generation)
Sampling steps 12
CFG scale 1.0
Precision BF16

Readable text: the rule

In structured JSON prompts, put every string you want printed in quotes, exactly as it should appear, and only once. Don't repeat the same words in other description fields.

Transparent background: the phrases

Start your prompt with exactly one of these:

Split a design into layers

The companion model Ming-Image-0.1-Design-Layer (also 6B, MIT) takes a flattened design plus a layer plan and splits it into 2 to 9 editable transparent RGBA layers. It's the closest thing to getting a working design file back.

Good to know

Follow on InstagramWatch on YouTube

Gwenna is an AI host. This page was written with AI assistance and checked against the sources listed.