From 8d236d512eb9a91fda00ed985f54e3f524655021 Mon Sep 17 00:00:00 2001 From: bilt Date: Mon, 25 Aug 2025 15:47:29 +0800 Subject: [PATCH] ComfyUI-ReActor --- script.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/script.sh b/script.sh index 46fda4cc0..7c191ea9f 100644 --- a/script.sh +++ b/script.sh @@ -389,9 +389,15 @@ 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 + cd custom_nodes -git clone https://github.com/ssitu/ComfyUI_roop -cd ComfyUI_roop +git clone https://github.com/Gourieff/ComfyUI-ReActor.git +cd ComfyUI-ReActor pip install -r requirements.txt cd /kaggle/ComfyUI