DeepInfra raises $107M Series B to scale the inference cloud — read the announcement
inclusionAI/
$0.015
x (width / 1024) x (height / 1024) x (iters / 12)
Open-weight layer decomposition (6B) from the Ming-Image 0.1 Design family — splits a flattened design or composite into stacked, transparent, editable PNG layers (text, subject, background) for localizable, editable design workflows. MIT-licensed.

Settings
Num Layers
number of transparent layers to decompose into (Default: 5, 1 ≤ num_layers ≤ 32)
Num Inference Steps
number of denoising steps (Default: 12, 1 ≤ num_inference_steps ≤ 50)
Guidance Scale
classifier-free guidance, higher means follow prompt more closely (Default: 2, 0 ≤ guidance_scale ≤ 20)
Seed
random seed, empty means random (Default: empty, 0 ≤ seed < 4294967296)
Open-weight layer decomposition (6B), part of the Ming-Image 0.1 Design family. Give it a flattened composite image plus a short layer plan and it returns N transparent, back-to-front PNG layers that restack into the original — isolating text, subject and background as editable pieces.
| Field | Default | Notes |
|---|---|---|
prompt | layer plan | e.g. "Decompose this image into 4 layers: …" — the layer count is read from here |
image | required | The flattened composite (base64 / data URL) |
num_layers | 4 | Number of layers to produce |
num_inference_steps | 12 | Denoising steps |
guidance_scale | 2.0 | Classifier-free guidance |
seed | random | For reproducibility |
The N transparent-layer PNGs, front-to-back. (The leading full-canvas composite frame is dropped.)
MIT — open weights on Hugging Face and ModelScope.
© 2026 DeepInfra. All rights reserved.