From db0228685d7e991ffdd9210eacfbdcc77187b1cc Mon Sep 17 00:00:00 2001 From: bilt Date: Sun, 17 Aug 2025 11:17:55 +0800 Subject: [PATCH] PuLID_ComfyUI --- script.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script.sh b/script.sh index 2a98023c3..84908db1f 100644 --- a/script.sh +++ b/script.sh @@ -314,6 +314,12 @@ cd ComfyUI-FluxTrainer pip install -r requirements.txt cd /kaggle/ComfyUI +cd custom_nodes +git clone https://github.com/cubiq/PuLID_ComfyUI.git +cd PuLID_ComfyUI +pip install -r requirements.txt +cd /kaggle/ComfyUI + # REMOTE_PORT="$1" # 传入参数3,4,5,... 这样便于扩展,如果以后用了其他的frp,也好调整。