Spaces:
Running on Zero
Running on Zero
A newer version of the Gradio SDK is available: 6.18.0
metadata
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 β 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, since this model variant is not yet supported by the diffusers library.
How it works
- Model:
NextDiTPixelSpaceβ 6.5B parameter pixel-space diffusion transformer withdec_netdecoder - Text encoder: Qwen3 4B (layer -2, chat template) from 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)
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.