| license: apache-2.0 | |
| base_model: SeeSee21/Z-Anime | |
| tags: | |
| - z-anime | |
| - gguf | |
| - image-generation | |
| - anime | |
| - stable-diffusion-cpp | |
| # Z-Anime Distill 4-Step GGUF | |
| Q5_0 quantization of [SeeSee21/Z-Anime](https://huggingface.co/SeeSee21/Z-Anime) distill-4-step variant for use with [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp). | |
| ## Files | |
| | File | Size | Source | | |
| |------|------|--------| | |
| | z-anime-distill-4step-q5_0.gguf | 4.23 GB | Converted from z-anime-distill-4step-bf16.safetensors | | |
| ## Usage with sd.cpp | |
| ```bash | |
| sd-cli --diffusion-model z-anime-distill-4step-q5_0.gguf --llm Qwen_3_4b-Q8_0.gguf --vae ae.safetensors -p "anime girl, silver hair, fantasy armor" --steps 4 --cfg-scale 1.0 --sampling-method euler_a --diffusion-fa --vae-tiling | |
| ``` | |
| ## Required Components | |
| - **Text Encoder**: [Qwen3-4B GGUF](https://huggingface.co/worstplayer/Z-Image_Qwen_3_4b_text_encoder_GGUF) | |
| - **VAE**: [ae.safetensors](https://huggingface.co/SeeSee21/Z-Anime/blob/main/vae/ae.safetensors) | |
| ## Recommended Settings | |
| - Steps: 4 | |
| - CFG: 1.0 | |
| - Sampler: euler_ancestral | |
| ## Credits | |
| - [Z-Anime](https://huggingface.co/SeeSee21/Z-Anime) by SeeSee21 | |
| - Converted with [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) sd-cli | |