DeepInfra raises $107M Series B to scale the inference cloud — read the announcement

inclusionAI/

Ming-Image-0.1-Design-Layer

$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.

Public
Zero retention
inclusionAI/Ming-Image-0.1-Design-Layer cover image
api

Input

Prompt

layer specification text

Please upload an image file

You need to log in to use this model

Log In

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)

Output

generated image #0
Model Information

Ming-Image-0.1-Design-Layer

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.

Inputs

FieldDefaultNotes
promptlayer plane.g. "Decompose this image into 4 layers: …" — the layer count is read from here
imagerequiredThe flattened composite (base64 / data URL)
num_layers4Number of layers to produce
num_inference_steps12Denoising steps
guidance_scale2.0Classifier-free guidance
seedrandomFor reproducibility

Output

The N transparent-layer PNGs, front-to-back. (The leading full-canvas composite frame is dropped.)

Why it's useful

  • Localize without regenerating — swap real, translated copy into the isolated text layer.
  • Editable handoff — pack the layers into a PSD/Figma file, or feed the open Image-to-Editable-PPT Agent Skill.

License

MIT — open weights on Hugging Face and ModelScope.