calcuis commited on
Commit
eff1478
·
verified ·
1 Parent(s): 647ae6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,8 +26,8 @@ ggc q7
26
  >
27
  >GGUF file(s) available. Select which one to use:
28
  >
29
- >1. qwen-image-edit-plus-iq4_nl.gguf
30
- >2. qwen-image-edit-plus-q2_k.gguf
31
  >4. qwen-image-edit-plus-q8_0.gguf
32
  >
33
  >Enter your choice (1 to 3): _
@@ -53,7 +53,7 @@ ggc q7
53
  ```
54
  pip install git+https://github.com/huggingface/diffusers.git
55
  ```
56
- - simply replace `QwenImageEditPipeline` by `QwenImageEditPlusPipeline` for the qwen-image-edit inference (see [here](https://huggingface.co/calcuis/qwen-image-edit-gguf))
57
  - for multiple image input, please refer to the inference example from base model
58
 
59
  ### **reference**
 
26
  >
27
  >GGUF file(s) available. Select which one to use:
28
  >
29
+ >1. qwen-image-edit-plus-iq2_s.gguf
30
+ >2. qwen-image-edit-plus-iq4_nl.gguf
31
  >4. qwen-image-edit-plus-q8_0.gguf
32
  >
33
  >Enter your choice (1 to 3): _
 
53
  ```
54
  pip install git+https://github.com/huggingface/diffusers.git
55
  ```
56
+ - simply replace `QwenImageEditPipeline` by `QwenImageEditPlusPipeline` for the qwen-image-edit inference example (see [here](https://huggingface.co/calcuis/qwen-image-edit-gguf))
57
  - for multiple image input, please refer to the inference example from base model
58
 
59
  ### **reference**