mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-15 23:50:05 +08:00
using pip install..
This commit is contained in:
parent
fe90bbd254
commit
31d00ecbf7
16
script.sh
16
script.sh
@ -287,20 +287,20 @@ cd /kaggle/ComfyUI
|
||||
|
||||
cd custom_nodes
|
||||
git clone https://github.com/cubiq/ComfyUI_essentials.git
|
||||
# cd ComfyUI_essentials
|
||||
# pip install -r requirements.txt
|
||||
cd ComfyUI_essentials
|
||||
pip install -r requirements.txt
|
||||
cd /kaggle/ComfyUI
|
||||
|
||||
cd custom_nodes
|
||||
git clone https://github.com/crystian/comfyui-crystools.git
|
||||
# cd comfyui-crystools
|
||||
# pip install -r requirements.txt
|
||||
cd comfyui-crystools
|
||||
pip install -r requirements.txt
|
||||
cd /kaggle/ComfyUI
|
||||
|
||||
cd custom_nodes
|
||||
git clone https://github.com/melMass/comfy_mtb.git
|
||||
# cd comfy_mtb
|
||||
# pip install -r requirements.txt
|
||||
cd comfy_mtb
|
||||
pip install -r requirements.txt
|
||||
cd /kaggle/ComfyUI
|
||||
|
||||
# Test: no pip install ...
|
||||
@ -310,8 +310,8 @@ cd /kaggle/ComfyUI
|
||||
|
||||
cd custom_nodes
|
||||
git clone https://github.com/kijai/ComfyUI-FluxTrainer.git
|
||||
# cd ComfyUI-FluxTrainer
|
||||
# pip install -r requirements.txt
|
||||
cd ComfyUI-FluxTrainer
|
||||
pip install -r requirements.txt
|
||||
cd /kaggle/ComfyUI
|
||||
|
||||
# REMOTE_PORT="$1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user