From 463e5ec896a112577e4e329e5bf01205aec92d76 Mon Sep 17 00:00:00 2001 From: bilt Date: Sat, 16 Aug 2025 20:24:52 +0800 Subject: [PATCH] comfy_mtb --- script.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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