From c66a9e67601675020b0a0c51cf78da62486e20c3 Mon Sep 17 00:00:00 2001 From: bilt Date: Fri, 25 Jul 2025 15:40:02 +0800 Subject: [PATCH] =?UTF-8?q?#=20=E5=B0=86=E4=B8=8A=E9=9D=A2=E7=9A=84=20nunc?= =?UTF-8?q?haku=E8=87=AA=E5=AE=9A=E4=B9=89=E8=8A=82=E7=82=B9=E5=85=88?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=EF=BC=8C=E7=9C=8B=E7=9C=8B=E4=B8=8B?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=20encrypt=20image=E6=98=AF=E5=90=A6=E5=B0=B1?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.sh | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/script.sh b/script.sh index dbbec3561..f327c77df 100644 --- a/script.sh +++ b/script.sh @@ -47,23 +47,19 @@ git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager cd /kaggle/ComfyUI # 2 安装 nunchaku -pip install facexlib -pip install onnxruntime -pip install insightface -pip install https://huggingface.co/mit-han-lab/nunchaku/resolve/main/nunchaku-0.3.1+torch2.6-cp311-cp311-linux_x86_64.whl -# wget -c https://huggingface.co/mit-han-lab/nunchaku-flux.1-kontext-dev/resolve/main/svdq-int4_r32-flux.1-kontext-dev.safetensors -P ./models/diffusion_models -cd /kaggle/ComfyUI +# pip install facexlib +# pip install onnxruntime +# pip install insightface +# pip install https://huggingface.co/mit-han-lab/nunchaku/resolve/main/nunchaku-0.3.1+torch2.6-cp311-cp311-linux_x86_64.whl +# # wget -c https://huggingface.co/mit-han-lab/nunchaku-flux.1-kontext-dev/resolve/main/svdq-int4_r32-flux.1-kontext-dev.safetensors -P ./models/diffusion_models +# cd /kaggle/ComfyUI -cd custom_nodes -git clone https://github.com/mit-han-lab/ComfyUI-nunchaku nunchaku_nodes -cd /kaggle/ComfyUI - -# 3 ComfyUI-GGUF -# wget -c https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q3_K_S.gguf -P ./models/unet # cd custom_nodes -# git clone https://github.com/city96/ComfyUI-GGUF -# cd ComfyUI-GGUF -# pip install --upgrade gguf +# git clone https://github.com/mit-han-lab/ComfyUI-nunchaku nunchaku_nodes +# cd /kaggle/ComfyUI + +# 将上面的 nunchaku自定义节点先注释掉,看看下面的 encrypt image是否就正常了 + # 4 encrypt image cd custom_nodes