Interactive text-to-image demo for inclusionAI/Ming-Image-0.1-Design
— a 6B design-oriented diffusion model that produces complete, text-rich
compositions (UI screens, infographics, posters, dashboards) and decodes to
RGBA, so transparent backgrounds survive the VAE round-trip.
Recommended sampling settings from the model card: 12 steps, CFG 1.0, BF16, on one of the two supported resolution buckets — 1024 x 1024 (fast) or 2048 x 2048 (the configuration the authors validated on an 80 GB GPU).
The checkpoint ships no model_index.json and the inference repository the
model card links to (github.com/inclusionAI/Ming-Image) is not public. The
pipeline in ming/ follows the reference integration for this checkpoint,
vLLM-Omni PR #8021
(pinned to a62d2ec999ae8fa669e8c22194c67575c0f2d3dc):
proj_in, a bidirectional Qwen2 connector and proj_out (width 2560).proj_directvlm (RMSNorm + Linear, width 3840). This stream carries the exact
text to render; the checkpoint's use_vlm_directvlm_condition is true.FlowMatchEulerDiscreteScheduler (dynamic resolution-dependent mu,
sigma_min = 0) and noise_pred = -model_out.positive + scale * (positive - negative) against zero conditioning on
both streams.AutoencoderKLQwenImage with a 4-channel (RGBA) input/output.ZeroGPU xlarge (~96 GB): the full checkpoint is ~53 GB in bf16 (thinker ~33 GB,
connector ~6 GB, DiT ~12 GB, VAE + MLP < 1 GB), and everything is loaded at
module scope and moved to CUDA eagerly.
assets/showcase.webp and assets/transparency_showcase.webp are the sample
images published in the model card (MIT-licensed, from
inclusionAI/Ming-Image-0.1-Design).
Model weights are MIT licensed (see the model card). The Space code is provided for demonstration purposes.
14 commits
Interactive text-to-image demo for inclusionAI/Ming-Image-0.1-Design
— a 6B design-oriented diffusion model that produces complete, text-rich
compositions (UI screens, infographics, posters, dashboards) and decodes to
RGBA, so transparent backgrounds survive the VAE round-trip.
Recommended sampling settings from the model card: 12 steps, CFG 1.0, BF16, on one of the two supported resolution buckets — 1024 x 1024 (fast) or 2048 x 2048 (the configuration the authors validated on an 80 GB GPU).
The checkpoint ships no model_index.json and the inference repository the
model card links to (github.com/inclusionAI/Ming-Image) is not public. The
pipeline in ming/ follows the reference integration for this checkpoint,
vLLM-Omni PR #8021
(pinned to a62d2ec999ae8fa669e8c22194c67575c0f2d3dc):
proj_in, a bidirectional Qwen2 connector and proj_out (width 2560).proj_directvlm (RMSNorm + Linear, width 3840). This stream carries the exact
text to render; the checkpoint's use_vlm_directvlm_condition is true.FlowMatchEulerDiscreteScheduler (dynamic resolution-dependent mu,
sigma_min = 0) and noise_pred = -model_out.positive + scale * (positive - negative) against zero conditioning on
both streams.AutoencoderKLQwenImage with a 4-channel (RGBA) input/output.ZeroGPU xlarge (~96 GB): the full checkpoint is ~53 GB in bf16 (thinker ~33 GB,
connector ~6 GB, DiT ~12 GB, VAE + MLP < 1 GB), and everything is loaded at
module scope and moved to CUDA eagerly.
assets/showcase.webp and assets/transparency_showcase.webp are the sample
images published in the model card (MIT-licensed, from
inclusionAI/Ming-Image-0.1-Design).
Model weights are MIT licensed (see the model card). The Space code is provided for demonstration purposes.
14 commits