comfy_mtb

This commit is contained in:
bilt 2025-08-16 20:24:52 +08:00
parent cde8913df5
commit 463e5ec896

View File

@ -295,6 +295,13 @@ cd comfyui-crystools
pip install -r requirements.txt pip install -r requirements.txt
cd /kaggle/ComfyUI cd /kaggle/ComfyUI
cd custom_nodes
git clone https://github.com/melMass/comfy_mtb.git
cd comfy_mtb
pip install -r requirements.txt
cd /kaggle/ComfyUI
# Test: no pip install ...
cd custom_nodes cd custom_nodes
git clone https://github.com/rgthree/rgthree-comfy.git git clone https://github.com/rgthree/rgthree-comfy.git
cd /kaggle/ComfyUI cd /kaggle/ComfyUI