Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ ggc q7
|
|
| 66 |
```
|
| 67 |
pip install git+https://github.com/huggingface/diffusers.git
|
| 68 |
```
|
| 69 |
-
- simply replace `QwenImageEditPipeline` by `QwenImageEditPlusPipeline`
|
| 70 |
```py
|
| 71 |
import torch, os
|
| 72 |
from diffusers import QwenImageTransformer2DModel, GGUFQuantizationConfig, QwenImageEditPlusPipeline
|
|
|
|
| 66 |
```
|
| 67 |
pip install git+https://github.com/huggingface/diffusers.git
|
| 68 |
```
|
| 69 |
+
- simply replace `QwenImageEditPipeline` by `QwenImageEditPlusPipeline` from the qwen-image-edit inference example (see [here](https://huggingface.co/calcuis/qwen-image-edit-gguf))
|
| 70 |
```py
|
| 71 |
import torch, os
|
| 72 |
from diffusers import QwenImageTransformer2DModel, GGUFQuantizationConfig, QwenImageEditPlusPipeline
|