mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-26 02:59:07 +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
|
cd custom_nodes
|
||||||
git clone https://github.com/cubiq/ComfyUI_essentials.git
|
git clone https://github.com/cubiq/ComfyUI_essentials.git
|
||||||
# cd ComfyUI_essentials
|
cd ComfyUI_essentials
|
||||||
# pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
cd /kaggle/ComfyUI
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
cd custom_nodes
|
cd custom_nodes
|
||||||
git clone https://github.com/crystian/comfyui-crystools.git
|
git clone https://github.com/crystian/comfyui-crystools.git
|
||||||
# cd comfyui-crystools
|
cd comfyui-crystools
|
||||||
# pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
cd /kaggle/ComfyUI
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
cd custom_nodes
|
cd custom_nodes
|
||||||
git clone https://github.com/melMass/comfy_mtb.git
|
git clone https://github.com/melMass/comfy_mtb.git
|
||||||
# cd comfy_mtb
|
cd comfy_mtb
|
||||||
# pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
cd /kaggle/ComfyUI
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
# Test: no pip install ...
|
# Test: no pip install ...
|
||||||
@ -310,8 +310,8 @@ cd /kaggle/ComfyUI
|
|||||||
|
|
||||||
cd custom_nodes
|
cd custom_nodes
|
||||||
git clone https://github.com/kijai/ComfyUI-FluxTrainer.git
|
git clone https://github.com/kijai/ComfyUI-FluxTrainer.git
|
||||||
# cd ComfyUI-FluxTrainer
|
cd ComfyUI-FluxTrainer
|
||||||
# pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
cd /kaggle/ComfyUI
|
cd /kaggle/ComfyUI
|
||||||
|
|
||||||
# REMOTE_PORT="$1"
|
# REMOTE_PORT="$1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user