calcuis commited on
Commit
6db7740
·
verified ·
1 Parent(s): d70f271

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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` for 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
 
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