From 0f593b1c7a9282beb19d06baee2d36f5c381bde5 Mon Sep 17 00:00:00 2001 From: bilt Date: Fri, 25 Jul 2025 16:28:33 +0800 Subject: [PATCH] more commented --- script.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/script.sh b/script.sh index f327c77df..0b4f4a525 100644 --- a/script.sh +++ b/script.sh @@ -67,25 +67,25 @@ git clone https://github.com/Vander-Bilt/comfyui-encrypt-image.git cd /kaggle/ComfyUI #5 Prompts Generator -cd custom_nodes -git clone https://github.com/fairy-root/Flux-Prompt-Generator.git -cd /kaggle/ComfyUI +# cd custom_nodes +# git clone https://github.com/fairy-root/Flux-Prompt-Generator.git +# cd /kaggle/ComfyUI # 6 Custom-Scripts -cd custom_nodes -git clone https://github.com/Vander-Bilt/ComfyUI-Custom-Scripts.git -cd /kaggle/ComfyUI +# cd custom_nodes +# git clone https://github.com/Vander-Bilt/ComfyUI-Custom-Scripts.git +# cd /kaggle/ComfyUI # 7 save2hf -cd custom_nodes -git clone https://github.com/Vander-Bilt/save2hf.git -cd save2hf -pip install -r requirements.txt -cd /kaggle/ComfyUI +# cd custom_nodes +# git clone https://github.com/Vander-Bilt/save2hf.git +# 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/Vander-Bilt/MyHTMLNode.git +# cd /kaggle/ComfyUI