Update README.md (Fix Typos)

#7
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -13,22 +13,22 @@ tags:
13
  - i2i
14
  ---
15
 
16
- Only quants of https://huggingface.co/Phr00t/Qwen-Image-Edit-Rapid-AIO.
17
 
18
  READ CAREFULLY!!!
19
 
20
- I think i have fixed the smaller quants, feel free to test and give feedback.
21
 
22
- I'll leave the warning anyway.
23
 
24
- ATTENTION !!! the smaller quants, smaller than Q5 except Q4_K_M creates weird artifacts, see:
25
- https://huggingface.co/QuantStack/Qwen-Image-Edit-2509-GGUF/discussions/6#68e7099a87b5c3907529d4bc
26
 
27
 
28
- no more AIO, needs text_encoder and vae
29
 
30
 
31
- personally i recommend:
32
 
33
  text_encoder https://huggingface.co/mradermacher/Qwen2.5-VL-7B-Instruct-abliterated-GGUF/tree/main
34
 
@@ -38,13 +38,13 @@ TXT_ARCH_LIST = {"t5", "t5encoder", "llama", "qwen2vl", "clip"}
38
  ```
39
  see https://github.com/city96/ComfyUI-GGUF/pull/349
40
 
41
- or i have cloned the abliberated files into my repo and fixed the mmroj so the fix is no longer needed
42
 
43
 
44
  VAE https://huggingface.co/calcuis/pig-vae/blob/main/pig_qwen_image_vae_fp32-f16.gguf
45
 
46
 
47
- replace comfy_extras/nodes_qwen.py with https://huggingface.co/Phr00t/Qwen-Image-Edit-Rapid-AIO/blob/main/fixed-textencode-node/nodes_qwen.py
48
 
49
 
50
  workflow text2image 4-step Q2_K:
 
13
  - i2i
14
  ---
15
 
16
+ Only quants of https://huggingface.co/Phr00t/Qwen-Image-Edit-Rapid-AIO
17
 
18
  READ CAREFULLY!!!
19
 
20
+ I think I have fixed the smaller quants, feel free to test and give a feedback.
21
 
22
+ I left the warning anyway.
23
 
24
+ ATTENTION !!! The smaller quants, smaller than Q5 except Q4_K_M creates weird artifacts,
25
+ see https://huggingface.co/QuantStack/Qwen-Image-Edit-2509-GGUF/discussions/6#68e7099a87b5c3907529d4bc
26
 
27
 
28
+ Not AIO, needs the text encoder and the VAE
29
 
30
 
31
+ I personally recommend:
32
 
33
  text_encoder https://huggingface.co/mradermacher/Qwen2.5-VL-7B-Instruct-abliterated-GGUF/tree/main
34
 
 
38
  ```
39
  see https://github.com/city96/ComfyUI-GGUF/pull/349
40
 
41
+ I have cloned the abliberated files into my repo and fixed the mmproj, so the fix is no longer needed
42
 
43
 
44
  VAE https://huggingface.co/calcuis/pig-vae/blob/main/pig_qwen_image_vae_fp32-f16.gguf
45
 
46
 
47
+ Replace comfy_extras/nodes_qwen.py with https://huggingface.co/Phr00t/Qwen-Image-Edit-Rapid-AIO/blob/main/fixed-textencode-node/nodes_qwen.py
48
 
49
 
50
  workflow text2image 4-step Q2_K: