Instructions to use Tongyi-MAI/Z-Image-Turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Tongyi-MAI/Z-Image-Turbo 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") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- AMD Developer Cloud
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload VID_20260112_233703_888.mp4
Browse fileshttps://huggingface.co/chat/conversation/69667ac9d32088359db12134
- .gitattributes +1 -0
- VID_20260112_233703_888.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,4 @@ assets/showcase_realistic.png filter=lfs diff=lfs merge=lfs -text
|
|
| 44 |
assets/showcase_rendering.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/Z-Image-Gallery.pdf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
assets/leaderboard.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 44 |
assets/showcase_rendering.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
assets/Z-Image-Gallery.pdf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
assets/leaderboard.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
VID_20260112_233703_888.mp4 filter=lfs diff=lfs merge=lfs -text
|
VID_20260112_233703_888.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2991e209dea4f87376dfb7fd49b1cf61ce432469e4869ec7475f85a7bdd059c6
|
| 3 |
+
size 2907305
|