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,也好调整。