From 99173a8c836ffea21001fce11a0f5a86840bdc6f Mon Sep 17 00:00:00 2001 From: bilt Date: Fri, 22 Aug 2025 23:28:06 +0800 Subject: [PATCH] nodes --- script.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/script.sh b/script.sh index b566f41ab..58de5fd0e 100644 --- a/script.sh +++ b/script.sh @@ -347,6 +347,23 @@ cd comfyui_controlnet_aux pip install -r requirements.txt cd /kaggle/ComfyUI + + +cd custom_nodes +git clone https://github.com/chrisgoringe/cg-use-everywhere.git +cd /kaggle/ComfyUI + +cd custom_nodes +git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git +cd /kaggle/ComfyUI + +cd custom_nodes +git clone https://github.com/ltdrdata/was-node-suite-comfyui.git +cd was-node-suite-comfyui +pip install -r requirements.txt +cd /kaggle/ComfyUI + + # REMOTE_PORT="$1" # 传入参数3,4,5,... 这样便于扩展,如果以后用了其他的frp,也好调整。