mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-20 04:43:30 +08:00
# 将上面的 nunchaku自定义节点先注释掉,看看下面的 encrypt image是否就正常了
This commit is contained in:
parent
ff7a25ba5f
commit
c66a9e6760
26
script.sh
26
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user