From 9c3295ca6d24c9dd81efecc2e7e21f43d23dddd9 Mon Sep 17 00:00:00 2001 From: bilt Date: Mon, 25 Aug 2025 15:35:40 +0800 Subject: [PATCH] ComfyUI_roop --- script.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script.sh b/script.sh index 6fa33747f..46fda4cc0 100644 --- a/script.sh +++ b/script.sh @@ -389,6 +389,12 @@ cd custom_nodes git clone https://github.com/tusharbhutt/Endless-Nodes.git cd /kaggle/ComfyUI +cd custom_nodes +git clone https://github.com/ssitu/ComfyUI_roop +cd ComfyUI_roop +pip install -r requirements.txt +cd /kaggle/ComfyUI + # REMOTE_PORT="$1" # 传入参数3,4,5,... 这样便于扩展,如果以后用了其他的frp,也好调整。