From 03ae9fc4f20e41689fc0dad5962c67d9f127b407 Mon Sep 17 00:00:00 2001 From: bilt Date: Sun, 3 Aug 2025 14:30:21 +0800 Subject: [PATCH] encrypt image --- script.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/script.sh b/script.sh index a06a9b01f..932f42d9c 100644 --- a/script.sh +++ b/script.sh @@ -82,9 +82,9 @@ cd /kaggle/ComfyUI # pip install --upgrade gguf # 4 encrypt image -# cd custom_nodes -# git clone https://github.com/Vander-Bilt/comfyui-encrypt-image.git -# cd /kaggle/ComfyUI +cd custom_nodes +git clone https://github.com/Vander-Bilt/comfyui-encrypt-image.git +cd /kaggle/ComfyUI #5 Prompts Generator cd custom_nodes @@ -105,12 +105,12 @@ 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 -REMOTE_PORT="$1" +# REMOTE_PORT="$1" # 传入参数3,4,5,... 这样便于扩展,如果以后用了其他的frp,也好调整。