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
|
@@ -238,13 +238,13 @@ widget:
|
|
| 238 |
- text: >-
|
| 239 |
p4u13yp3rr3tt3, black hair, twin pigtails, bangs, green eyes, denim jacket, black turtleneck sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post, morning, bright,
|
| 240 |
output:
|
| 241 |
-
url: ZIT_Images/
|
| 242 |
- text: >-
|
| 243 |
r4ch4311i36hc00k, brown hair, brown eyes, denim jacket, black turtleneck
|
| 244 |
sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post,
|
| 245 |
morning, bright,
|
| 246 |
output:
|
| 247 |
-
url: ZIT_Images/
|
| 248 |
- text: >-
|
| 249 |
54r4hj0n35, blonde hair, blue eyes, denim jacket, black turtleneck sweater,
|
| 250 |
jeans, lips, outdoors, on a ranch, leaning on a wooden post, morning,
|
|
|
|
| 238 |
- text: >-
|
| 239 |
p4u13yp3rr3tt3, black hair, twin pigtails, bangs, green eyes, denim jacket, black turtleneck sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post, morning, bright,
|
| 240 |
output:
|
| 241 |
+
url: ZIT_Images/p4u13yp3rr3tt3.png
|
| 242 |
- text: >-
|
| 243 |
r4ch4311i36hc00k, brown hair, brown eyes, denim jacket, black turtleneck
|
| 244 |
sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post,
|
| 245 |
morning, bright,
|
| 246 |
output:
|
| 247 |
+
url: ZIT_Images/r4ch4311i36hc00k.png
|
| 248 |
- text: >-
|
| 249 |
54r4hj0n35, blonde hair, blue eyes, denim jacket, black turtleneck sweater,
|
| 250 |
jeans, lips, outdoors, on a ranch, leaning on a wooden post, morning,
|