Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ from sdnq import SDNQConfig # import sdnq to register it into diffusers and tran
|
|
| 30 |
from sdnq.common import use_torch_compile as triton_is_available
|
| 31 |
from sdnq.loader import apply_sdnq_options_to_model
|
| 32 |
|
| 33 |
-
pipe = diffusers.GlmImagePipeline.from_pretrained("Disty0/GLM-Image-SDNQ-4bit-dynamic", torch_dtype=torch.bfloat16
|
| 34 |
|
| 35 |
# Enable INT8 MatMul for AMD, Intel ARC and Nvidia GPUs:
|
| 36 |
if triton_is_available and (torch.cuda.is_available() or torch.xpu.is_available()):
|
|
|
|
| 30 |
from sdnq.common import use_torch_compile as triton_is_available
|
| 31 |
from sdnq.loader import apply_sdnq_options_to_model
|
| 32 |
|
| 33 |
+
pipe = diffusers.GlmImagePipeline.from_pretrained("Disty0/GLM-Image-SDNQ-4bit-dynamic", torch_dtype=torch.bfloat16)
|
| 34 |
|
| 35 |
# Enable INT8 MatMul for AMD, Intel ARC and Nvidia GPUs:
|
| 36 |
if triton_is_available and (torch.cuda.is_available() or torch.xpu.is_available()):
|