From 598943ae47f1943ac30b03c036960228a2e49beb Mon Sep 17 00:00:00 2001 From: bilt Date: Sun, 17 Aug 2025 18:38:43 +0800 Subject: [PATCH] fixes --- script.sh | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/script.sh b/script.sh index 2f5546bb6..99fe8f7aa 100644 --- a/script.sh +++ b/script.sh @@ -101,8 +101,7 @@ wget -c https://huggingface.co/schwgHao/RealESRGAN_x4plus/resolve/main/RealESRGA ln -s /kaggle/input/clip-vision-h/clip_vision_h.safetensors ./models/clip_vision/clip_vision_h.safetensors - - +pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ # ---------------- 安装自定义插件节点 ---------------- @@ -112,9 +111,6 @@ 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 @@ -126,11 +122,11 @@ cd /kaggle/ComfyUI # 3 ComfyUI-GGUF -# cd custom_nodes -# git clone https://github.com/city96/ComfyUI-GGUF -# cd ComfyUI-GGUF -# pip install --upgrade gguf -# cd /kaggle/ComfyUI +cd custom_nodes +git clone https://github.com/city96/ComfyUI-GGUF +cd ComfyUI-GGUF +pip install --upgrade gguf +cd /kaggle/ComfyUI # 4 encrypt image cd custom_nodes @@ -155,12 +151,6 @@ cd save2hf pip install -r requirements.txt cd /kaggle/ComfyUI -#class MyHTMLNode: -# cd custom_nodes -# git clone https://github.com/Vander-Bilt/MyHTMLNode.git -# cd /kaggle/ComfyUI - - cd custom_nodes git clone https://github.com/kijai/ComfyUI-KJNodes.git cd ComfyUI-KJNodes @@ -323,6 +313,13 @@ cd custom_nodes git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git cd /kaggle/ComfyUI + +cd custom_nodes +git clone https://github.com/cubiq/PuLID_ComfyUI.git +cd PuLID_ComfyUI +pip install -r requirements.txt +cd /kaggle/ComfyUI + cd custom_nodes git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced.git cd ComfyUI-PuLID-Flux-Enhanced