Text-to-Image
Diffusers
Safetensors
English
lora
t2i
photorealistic
woman
celebrity
likeness
z-image
Z-Image-Turbo
z-image_turbo
ZiT
Instructions to use pmczip/Z-Image-Turbo_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pmczip/Z-Image-Turbo_Models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("pmczip/Z-Image-Turbo_Models") prompt = "413xkin65t0n, auburn hair, blue eyes, denim jacket, black turtleneck sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post, morning, bright, " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 5 files
Browse files- .gitattributes +5 -0
- ZIT_Images/h415t0n5463.png +3 -0
- ZIT_Images/j4n5mith3r5.png +3 -0
- ZIT_Images/k311ybr00k.png +3 -0
- ZIT_Images/m4ri4hc4r3y.png +3 -0
- ZIT_Images/nikkic0x.png +3 -0
.gitattributes
CHANGED
|
@@ -86,3 +86,8 @@ ZIT_Images/z003yd35ch4n31.png filter=lfs diff=lfs merge=lfs -text
|
|
| 86 |
ZIT_Images/t4ty4n441i0.png filter=lfs diff=lfs merge=lfs -text
|
| 87 |
ZIT_Images/54brin4110yd.png filter=lfs diff=lfs merge=lfs -text
|
| 88 |
ZIT_Images/j3nn10v3h3witt.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
ZIT_Images/t4ty4n441i0.png filter=lfs diff=lfs merge=lfs -text
|
| 87 |
ZIT_Images/54brin4110yd.png filter=lfs diff=lfs merge=lfs -text
|
| 88 |
ZIT_Images/j3nn10v3h3witt.png filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
ZIT_Images/h415t0n5463.png filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
ZIT_Images/j4n5mith3r5.png filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
ZIT_Images/k311ybr00k.png filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
ZIT_Images/m4ri4hc4r3y.png filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
ZIT_Images/nikkic0x.png filter=lfs diff=lfs merge=lfs -text
|
ZIT_Images/h415t0n5463.png
ADDED
|
Git LFS Details
|
ZIT_Images/j4n5mith3r5.png
ADDED
|
Git LFS Details
|
ZIT_Images/k311ybr00k.png
ADDED
|
Git LFS Details
|
ZIT_Images/m4ri4hc4r3y.png
ADDED
|
Git LFS Details
|
ZIT_Images/nikkic0x.png
ADDED
|
Git LFS Details
|