mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 01:36:41 +08:00
add more nodes
This commit is contained in:
parent
1b852a37f6
commit
f77fa3fb5b
13
script.sh
13
script.sh
@ -177,6 +177,19 @@ pip install -r requirements.txt
|
|||||||
cd /kaggle/ComfyUI
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
|
|
||||||
|
cd custom_nodes
|
||||||
|
git clone https://github.com/yolain/ComfyUI-Easy-Use
|
||||||
|
cd ComfyUI-Easy-Use
|
||||||
|
pip install -r requirements.txt
|
||||||
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
|
cd custom_nodes
|
||||||
|
git clone https://github.com/Fannovel16/comfyui_controlnet_aux/
|
||||||
|
cd comfyui_controlnet_aux
|
||||||
|
pip install -r requirements.txt
|
||||||
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
|
|
||||||
# REMOTE_PORT="$1"
|
# REMOTE_PORT="$1"
|
||||||
|
|
||||||
# 传入参数3,4,5,... 这样便于扩展,如果以后用了其他的frp,也好调整。
|
# 传入参数3,4,5,... 这样便于扩展,如果以后用了其他的frp,也好调整。
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user