Diffusers
Safetensors
OrbitQuantComponentArtifact
orbitquant
quantized
diffusion-transformer
8-bit precision
Instructions to use WaveCut/Z-Image-Turbo-OrbitQuant-W2A4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WaveCut/Z-Image-Turbo-OrbitQuant-W2A4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WaveCut/Z-Image-Turbo-OrbitQuant-W2A4", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Refresh model-card checksum
Browse files- SHA256SUMS +1 -1
SHA256SUMS
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
2ed2129a41b99b6c0f7f1222c590c97a34e5bccac1a2736b360c21dae22fe45e assets/image_generation_comparison_matrix.webp
|
| 3 |
2268eba92998556016340e097a7113ecb2b249f3690cf4621f67963cae7c4380 benchmark/summary.json
|
| 4 |
667324a633b4e4d92931ca523943c093da46c24472d3f7dc315782ca57847585 model.safetensors
|
|
|
|
| 1 |
+
1dce3e24a0cd8dcaf9e62628cc596a9c8ae5383a934b2832e433fe4335cfd60d README.md
|
| 2 |
2ed2129a41b99b6c0f7f1222c590c97a34e5bccac1a2736b360c21dae22fe45e assets/image_generation_comparison_matrix.webp
|
| 3 |
2268eba92998556016340e097a7113ecb2b249f3690cf4621f67963cae7c4380 benchmark/summary.json
|
| 4 |
667324a633b4e4d92931ca523943c093da46c24472d3f7dc315782ca57847585 model.safetensors
|