Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: text-to-image
|
|
8 |
library_name: diffusers
|
9 |
---
|
10 |
# **gguf quantized version of qwen-image**
|
11 |
-
- test it with:
|
12 |
```py
|
13 |
import torch
|
14 |
from diffusers import DiffusionPipeline, GGUFQuantizationConfig, QwenImageTransformer2DModel
|
|
|
8 |
library_name: diffusers
|
9 |
---
|
10 |
# **gguf quantized version of qwen-image**
|
11 |
+
- if ready, could try to test it with:
|
12 |
```py
|
13 |
import torch
|
14 |
from diffusers import DiffusionPipeline, GGUFQuantizationConfig, QwenImageTransformer2DModel
|