Text-to-Image
Diffusers
Safetensors
English
ZImagePipeline
quanto
int8
z-image
transformer-quantization
8-bit precision
Instructions to use ixim/Z-Image-INT8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ixim/Z-Image-INT8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ixim/Z-Image-INT8", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -159,7 +159,7 @@ Test environment:
|
|
| 159 |
|
| 160 |
Left: Baseline. Right: INT8. (Same prompt/seed/steps.)
|
| 161 |
|
| 162 |
-
| Case |
|
| 163 |
|---|---|---|
|
| 164 |
| portrait_01 |  |  |
|
| 165 |
| portrait_02 |  |  |
|
|
|
|
| 159 |
|
| 160 |
Left: Baseline. Right: INT8. (Same prompt/seed/steps.)
|
| 161 |
|
| 162 |
+
| Case | Base | INT8 |
|
| 163 |
|---|---|---|
|
| 164 |
| portrait_01 |  |  |
|
| 165 |
| portrait_02 |  |  |
|