diff --git a/script.sh b/script.sh index 132dbfc28..fad5ca9cc 100644 --- a/script.sh +++ b/script.sh @@ -295,6 +295,13 @@ 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 /kaggle/ComfyUI + +# Test: no pip install ... cd custom_nodes git clone https://github.com/rgthree/rgthree-comfy.git cd /kaggle/ComfyUI