Text-to-Image
Diffusers
Safetensors
GGUF
English
z-anime
image-generation
diffusion
anime
z-image
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
- Draw Things
- DiffusionBee
Installation Video and Testing - Step by Step
#6
pinned
by fahdmirzac - opened
Hi,
Just dropped a full local installation and testing walkthrough, the whole setup from zero to running:
Incredible work on this release.
Fahd
For the sake of completeness, here is also a video by BenjisAIPlayground:
For the sake of completeness, here is another video about Z-Anime, this time by Nerdy Rodent:
SeeSee21 pinned discussion