From 18dc2189be8bc61baa6ee166e830ea9ad8d33ca7 Mon Sep 17 00:00:00 2001 From: bilt Date: Fri, 25 Jul 2025 22:16:59 +0800 Subject: [PATCH] encrypt image --- script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script.sh b/script.sh index 48c42980b..6916ec8a8 100644 --- a/script.sh +++ b/script.sh @@ -66,9 +66,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