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
- Draw Things
- DiffusionBee
Add GGUF Q8_0
Browse files- .gitattributes +1 -0
- gguf/z-anime-base-q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -45,3 +45,4 @@ images/9.png filter=lfs diff=lfs merge=lfs -text
|
|
| 45 |
images/cover.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
images/workflow-cover.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
gguf/z-anime-base-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 45 |
images/cover.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
images/workflow-cover.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
gguf/z-anime-base-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
gguf/z-anime-base-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
gguf/z-anime-base-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f69475bfb1dbedbf9421a75270e2bbe6d7b71d71dabf6c798fc432c21daca271
|
| 3 |
+
size 7224707136
|