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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("pmczip/Z-Image-Turbo_Models") prompt = "4j133, dark brown hair, brown 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
|
@@ -66,9 +66,7 @@ widget:
|
|
| 66 |
output:
|
| 67 |
url: ZIT_Images/b3tti3pa63.png
|
| 68 |
- text: >-
|
| 69 |
-
|
| 70 |
-
sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post,
|
| 71 |
-
morning, bright,
|
| 72 |
output:
|
| 73 |
url: ZIT_Images/bi11i33i1i5h.png
|
| 74 |
- text: >-
|
|
|
|
| 66 |
output:
|
| 67 |
url: ZIT_Images/b3tti3pa63.png
|
| 68 |
- text: >-
|
| 69 |
+
bi11i33i1i5h, green and black hair, stunning eyes, denim jacket, black turtleneck sweater, jeans, lips, outdoors, on a ranch, leaning on a wooden post, morning, bright,
|
|
|
|
|
|
|
| 70 |
output:
|
| 71 |
url: ZIT_Images/bi11i33i1i5h.png
|
| 72 |
- text: >-
|