calcuis commited on
Commit
21e8c2e
·
verified ·
1 Parent(s): 022083b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ ggc q6
59
  - get more gguf encoder either [here](https://huggingface.co/calcuis/pig-encoder/tree/main) (pig quant) or [here](https://huggingface.co/chatpig/qwen2.5-vl-7b-it-gguf/tree/main) (llama.cpp quant)
60
 
61
  ## **run it with diffusers**
62
- - might need the most updated diffusers; for i quant support, should after this [commit](https://github.com/huggingface/diffusers/commit/28106fcac4fd13e7ced5c9eb6803f107e804a08f); install the updated the git version by:
63
  ```
64
  pip install git+https://github.com/huggingface/diffusers.git
65
  ```
 
59
  - get more gguf encoder either [here](https://huggingface.co/calcuis/pig-encoder/tree/main) (pig quant) or [here](https://huggingface.co/chatpig/qwen2.5-vl-7b-it-gguf/tree/main) (llama.cpp quant)
60
 
61
  ## **run it with diffusers**
62
+ - might need the most updated diffusers; for i quant support, should after this [commit](https://github.com/huggingface/diffusers/commit/28106fcac4fd13e7ced5c9eb6803f107e804a08f); install the updated git version diffusers by:
63
  ```
64
  pip install git+https://github.com/huggingface/diffusers.git
65
  ```