Update README.md
Browse files
README.md
CHANGED
|
@@ -13,9 +13,9 @@ tags:
|
|
| 13 |
|
| 14 |
Expect broken or faulty items for the time being. Use at your own discretion.
|
| 15 |
|
| 16 |
-
- ComfyUI-GGUF:
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
- Forge: TBC
|
| 20 |
- stable-diffusion.cpp: [llama.cpp Feature-matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
|
| 21 |
- CPU: all
|
|
|
|
| 13 |
|
| 14 |
Expect broken or faulty items for the time being. Use at your own discretion.
|
| 15 |
|
| 16 |
+
- ComfyUI-GGUF: all? (CPU/CUDA)
|
| 17 |
+
- Fast dequant: BF16, Q8_0, Q5_1, Q5_0, Q4_1, Q4_0, Q6_K, Q5_K, Q4_K, Q3_K, Q2_K
|
| 18 |
+
- Slow dequant: others [via GGUF/NumPy](https://github.com/city96/ComfyUI-GGUF/blob/379175e7bf8b65019cdd11108bb882120a6f17df/dequant.py#L24-L28)
|
| 19 |
- Forge: TBC
|
| 20 |
- stable-diffusion.cpp: [llama.cpp Feature-matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
|
| 21 |
- CPU: all
|