Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,6 @@ see https://huggingface.co/QuantStack/Qwen-Image-Edit-2509-GGUF/discussions/6#68
|
|
| 26 |
|
| 27 |
Not AIO, needs the text encoder and the VAE
|
| 28 |
|
| 29 |
-
|
| 30 |
I personally recommend:
|
| 31 |
|
| 32 |
text_encoder https://huggingface.co/mradermacher/Qwen2.5-VL-7B-Instruct-abliterated-GGUF/tree/main
|
|
@@ -35,8 +34,11 @@ mmproj needs clip fix in ComfyUI-GGUF/loader.py line 13
|
|
| 35 |
TXT_ARCH_LIST = {"t5", "t5encoder", "llama", "qwen2vl", "clip"}
|
| 36 |
```
|
| 37 |
see https://github.com/city96/ComfyUI-GGUF/pull/349
|
|
|
|
| 38 |
I have cloned the abliberated files into my repo and fixed the mmproj, so the fix is no longer needed
|
|
|
|
| 39 |
VAE https://huggingface.co/calcuis/pig-vae/blob/main/pig_qwen_image_vae_fp32-f16.gguf
|
|
|
|
| 40 |
Replace comfy_extras/nodes_qwen.py with https://huggingface.co/Phr00t/Qwen-Image-Edit-Rapid-AIO/blob/main/fixed-textencode-node/nodes_qwen.py
|
| 41 |
|
| 42 |
|
|
|
|
| 26 |
|
| 27 |
Not AIO, needs the text encoder and the VAE
|
| 28 |
|
|
|
|
| 29 |
I personally recommend:
|
| 30 |
|
| 31 |
text_encoder https://huggingface.co/mradermacher/Qwen2.5-VL-7B-Instruct-abliterated-GGUF/tree/main
|
|
|
|
| 34 |
TXT_ARCH_LIST = {"t5", "t5encoder", "llama", "qwen2vl", "clip"}
|
| 35 |
```
|
| 36 |
see https://github.com/city96/ComfyUI-GGUF/pull/349
|
| 37 |
+
|
| 38 |
I have cloned the abliberated files into my repo and fixed the mmproj, so the fix is no longer needed
|
| 39 |
+
|
| 40 |
VAE https://huggingface.co/calcuis/pig-vae/blob/main/pig_qwen_image_vae_fp32-f16.gguf
|
| 41 |
+
|
| 42 |
Replace comfy_extras/nodes_qwen.py with https://huggingface.co/Phr00t/Qwen-Image-Edit-Rapid-AIO/blob/main/fixed-textencode-node/nodes_qwen.py
|
| 43 |
|
| 44 |
|