Text-to-Image
Diffusers
Safetensors
GGUF
English
image-generation
diffusion
anime
z-image
z-anime
comfyui
fp8
bf16
aio
Instructions to use SeeSee21/Z-Anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SeeSee21/Z-Anime with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SeeSee21/Z-Anime", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Workflow broken in new ComfyUI version?
#15
by Bartholomheow - opened
After updating to comfy 0.24.1 the official workflow does not seem to be working consistently. Sometimes the generation is good, sometimes there's a lot of noise. Any idea as to why and how to fix?
Using Comfy Desktop on Windows
PyTorch: 2.10.0+cu130
CUDA: 13.0
z-anime-distill-8step-fp8, qwen3-4b-fp8, and the provided video autoencoder.
832x1216 size.
8 steps
cfg 1.0
euler
beta
No upscaling
Thanks