fix comfy error with gguf

This commit is contained in:
Mathieu Broillet 2024-08-20 23:03:19 +02:00
parent ed2da9bf7b
commit 5c1a69095f
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -29,7 +29,7 @@ install() {
# Add GGUF support # Add GGUF support
git clone https://github.com/city96/ComfyUI-GGUF git clone https://github.com/city96/ComfyUI-GGUF
$python_exec -m pip install --upgrade gguf $python_exec -m pip install --upgrade gguf numpy==1.26.4
# Add NF4 support # Add NF4 support
git clone https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4.git git clone https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4.git