Z-Anime-CPU / README.md
Nekochu's picture
Z-Anime 6B CPU: distill 8-step Q5_0, Qwen3-4B Q8_0, euler_a, beta schedule
736cf48
|
raw
history blame
1.35 kB
---
title: Z-Anime Image Generation (CPU)
emoji: 🎨
colorFrom: blue
colorTo: pink
sdk: docker
pinned: false
license: apache-2.0
tags:
- image-generation
- z-anime
- gguf
- cpu
- anime
short_description: Z-Anime 6B - CPU anime image generation via sd.cpp
models:
- SeeSee21/Z-Anime
startup_duration_timeout: 1h
---
# Z-Anime Image Generation (CPU)
Generate anime images with [Z-Anime 6B](https://huggingface.co/SeeSee21/Z-Anime) (S3-DiT, distill 8-step) via [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp). Runs on free CPU Spaces.
## Models
| Component | File | Size |
|-----------|------|------|
| Diffusion (DiT) | Z-Anime-8steps Q5_0 GGUF | 4.51 GB |
| Text Encoder | Qwen3-4B Q8_0 GGUF | 4.28 GB |
| VAE | ae.safetensors | 168 MB |
## Settings
- **Steps:** 8 (distilled)
- **CFG:** 1.0
- **Sampler:** euler_ancestral
- **Resolution:** 512x512 (recommended on CPU)
## Credits
- [Z-Anime](https://huggingface.co/SeeSee21/Z-Anime) by SeeSee21
- [Z-Image](https://github.com/Tongyi-MAI/Z-Image) by Alibaba Tongyi Lab
- [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) by leejet
- [Z-Anime 8-step GGUF](https://huggingface.co/DaNS2025/Z-Anime_8-steps.GGUF) by DaNS2025
- [Qwen3-4B Text Encoder GGUF](https://huggingface.co/worstplayer/Z-Image_Qwen_3_4b_text_encoder_GGUF) by worstplayer