Skip to content

Commit 3b86b75

Browse files
committed
fix: comfy dep error
1 parent 74f3196 commit 3b86b75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if ! checkfolder /content/ComfyUI; then
6666
git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager /content/ComfyUI/custom_nodes/comfyui-manager
6767
cd /content/ComfyUI
6868
pip install -r requirements.txt --no-deps 2>&1 >/dev/null
69+
pip install trampoline 2>&1 >/dev/null
6970
pip install -r custom_nodes/comfyui-manager/requirements.txt 2>&1 >/dev/null
7071
fi
7172

0 commit comments

Comments
 (0)