From 5c1a69095f76785e51557ea69062418aa3472bf8 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Tue, 20 Aug 2024 23:03:19 +0200 Subject: [PATCH] fix comfy error with gguf --- comfyui-rocm/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfyui-rocm/install.sh b/comfyui-rocm/install.sh index ec09f0a..dbfd90d 100755 --- a/comfyui-rocm/install.sh +++ b/comfyui-rocm/install.sh @@ -29,7 +29,7 @@ install() { # Add GGUF support 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 git clone https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4.git