Tongyi-MAI/Z-Image-Turbo 已完整同步
⚡️- Image
An Efficient Image Generation Foundation Model with Single-Stream Diffusion Transformer
Official Site GitHub Hugging Face Hugging Face Hugging Face ModelScope Model ModelScope Space Art Gallery PDF Web Art Gallery
Welcome to the official repository for the Z-Image(造相)project!
✨ Z-Image
Z-Image is a powerful and highly efficient image generation model family with 6B parameters. Currently there are four variants:
-
🚀 Z-Image-Turbo – A distilled version of Z-Image that matches or exceeds leading competitors with only 8 NFEs (Number of Function Evaluations). It offers ⚡️sub-second inference latency⚡️ on enterprise-grade H800 GPUs and fits comfortably within 16G VRAM consumer devices. It excels in photorealistic image generation, bilingual text rendering (English & Chinese), and robust instruction adherence.
-
🎨 Z-Image – The foundation model behind Z-Image-Turbo. Z-Image focuses on high-quality generation, rich aesthetics, strong diversity, and controllability, well-suited for creative generation, fine-tuning, and downstream development. It supports a wide range of artistic styles, effective negative prompting, and high diversity across identities, poses, compositions, and layouts.
-
🧱 Z-Image-Omni-Base – The versatile foundation model capable of both generation and editing tasks. By releasing this checkpoint, we aim to unlock the full potential for community-driven fine-tuning and custom development, providing the most "raw" and diverse starting point for the open-source community.
-
✍️ Z-Image-Edit – A variant fine-tuned on Z-Image specifically for image editing tasks. It supports creative image-to-image generation with impressive instruction-following capabilities, allowing for precise edits based on natural language prompts.
📥 Model Zoo
| Model | Pre-Training | SFT | RL | Step | CFG | Task | Visual Quality | Diversity | Fine-Tunability | Hugging Face | ModelScope |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Z-Image-Omni-Base | ✅ | ❌ | ❌ | 50 | ✅ | Gen. / Editing | Medium | High | Easy | To be released | To be released |
| Z-Image | ✅ | ✅ | ❌ | 50 | ✅ | Gen. | High | Medium | Easy | [。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_c_026_96431c83d7 --revision f332072aa78be7aecdf3ee76d5c247082da564a6 --output ./ds_c_026_96431c83d7
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_c_026_96431c83d7 --revision f332072aa78be7aecdf3ee76d5c247082da564a6 --output ./ds_c_026_96431c83d7
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_c_026_96431c83d7 --revision f332072aa78be7aecdf3ee76d5c247082da564a6 --output ./ds_c_026_96431c83d7 --overwrite
仅包含匹配路径
wehub datasets download ds_c_026_96431c83d7 --revision f332072aa78be7aecdf3ee76d5c247082da564a6 --output ./ds_c_026_96431c83d7 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_c_026_96431c83d7 --revision f332072aa78be7aecdf3ee76d5c247082da564a6 --output ./ds_c_026_96431c83d7 --exclude "*.md"
提高并发下载数
wehub datasets download ds_c_026_96431c83d7 --revision f332072aa78be7aecdf3ee76d5c247082da564a6 --output ./ds_c_026_96431c83d7 --jobs 8
完整帮助:wehub datasets download --help