--- title: Zeta-Chroma Test Bench emoji: ๐ŸŽจ colorFrom: purple colorTo: indigo sdk: gradio sdk_version: 5.33.0 app_file: app.py pinned: false hardware: zero-a10g tags: - ml-intern --- # ๐ŸŽจ Zeta-Chroma Test Bench Generates images from [lodestones/Zeta-Chroma](https://huggingface.co/lodestones/Zeta-Chroma) โ€” a **pixel-space** diffusion model based on the Z-Image architecture. This Space runs a **custom inference pipeline** re-implemented from the [ComfyUI source code](https://github.com/Comfy-Org/ComfyUI/blob/main/comfy/ldm/lumina/model.py), since this model variant is not yet supported by the `diffusers` library. ## How it works - **Model:** `NextDiTPixelSpace` โ€” 6.5B parameter pixel-space diffusion transformer with `dec_net` decoder - **Text encoder:** Qwen3 4B (layer -2, chat template) from [Tongyi-MAI/Z-Image](https://huggingface.co/Tongyi-MAI/Z-Image) - **Scheduler:** Custom Euler sampler with AuraFlow shift=8.0 and beta sigmas (ฮฑ=0.6, ฮฒ=0.6) - **No VAE** โ€” model generates RGB pixels directly (patch_size=32) - **Free** โ€” runs on ZeroGPU, uses the visitor's own daily GPU quota ## Features - **๐Ÿงช Test Suite** โ€” 4 challenging furry art prompts (hyper-realism โ†’ toony) with fixed seeds for cross-version comparison - **๐ŸŽจ Custom Prompt** โ€” full control over prompt, negative prompt, resolution, steps, CFG, shift, and seed - **๐Ÿ”– Checkpoint tracking** โ€” displays the model's commit SHA so you know which training checkpoint is active - **๐Ÿ“ก Webhook** โ€” auto-triggers on model updates (configure at [webhook settings](https://huggingface.co/settings/webhooks)) ## Resolution presets All resolutions are multiples of the model's patch_size=32: | Ratio | Landscape | Portrait | |-------|-----------|----------| | 1:1 | 512ยฒ, 768ยฒ, 1024ยฒ | โ€” | | 4:3 | 1024ร—768 | 768ร—1024 | | 16:9 | 1024ร—576 | 576ร—1024 | | 5:3 | 1280ร—768 | 768ร—1280 | | 5:4 | 1280ร—1024 | 1024ร—1280 | ## Privacy All generations are private to your browser session. No images are stored server-side or shared between users. GPU time is billed to *your* account quota, not the Space owner's. ## โš ๏ธ WIP Model This is a work-in-progress training checkpoint. Image quality and prompt adherence will improve as training progresses. The webhook will automatically pick up new checkpoint versions.