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
Update README.md
Browse files
README.md
CHANGED
|
@@ -283,6 +283,10 @@ widget:
|
|
| 283 |
morning, bright,
|
| 284 |
output:
|
| 285 |
url: ZIT_Images/t4ti4n4m451l4ny.png
|
|
|
|
|
|
|
|
|
|
|
|
|
| 286 |
- text: >-
|
| 287 |
v4n3554m4rci1, brown hair, brown eyes, denim jacket, black turtleneck
|
| 288 |
sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post,
|
|
|
|
| 283 |
morning, bright,
|
| 284 |
output:
|
| 285 |
url: ZIT_Images/t4ti4n4m451l4ny.png
|
| 286 |
+
- text: >-
|
| 287 |
+
t4ty4n441i0, dark hair, brown eyes, denim jacket, black turtleneck sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post, morning, bright,
|
| 288 |
+
output:
|
| 289 |
+
url: ZIT_Images/t4ty4n441i0.png
|
| 290 |
- text: >-
|
| 291 |
v4n3554m4rci1, brown hair, brown eyes, denim jacket, black turtleneck
|
| 292 |
sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post,
|