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 2 files
Browse files- .gitattributes +2 -0
- ZIT_Images/54n6i4c0m0.png +3 -0
- ZIT_Images/p4u13yp3rr3tt3.png +3 -0
.gitattributes
CHANGED
|
@@ -79,3 +79,5 @@ ZIT_Images/b3thph03nix.png filter=lfs diff=lfs merge=lfs -text
|
|
| 79 |
ZIT_Images/b3tti3pa63.png filter=lfs diff=lfs merge=lfs -text
|
| 80 |
ZIT_Images/c4th3rin3b311.png filter=lfs diff=lfs merge=lfs -text
|
| 81 |
ZIT_Images/v4n3554m4rci1.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 79 |
ZIT_Images/b3tti3pa63.png filter=lfs diff=lfs merge=lfs -text
|
| 80 |
ZIT_Images/c4th3rin3b311.png filter=lfs diff=lfs merge=lfs -text
|
| 81 |
ZIT_Images/v4n3554m4rci1.png filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
ZIT_Images/54n6i4c0m0.png filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
ZIT_Images/p4u13yp3rr3tt3.png filter=lfs diff=lfs merge=lfs -text
|
ZIT_Images/54n6i4c0m0.png
ADDED
|
Git LFS Details
|
ZIT_Images/p4u13yp3rr3tt3.png
ADDED
|
Git LFS Details
|