There was an error while loading. Please reload this page.
1 parent 74f3196 commit 3b86b75Copy full SHA for 3b86b75
1 file changed
install.sh
@@ -66,6 +66,7 @@ if ! checkfolder /content/ComfyUI; then
66
git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager /content/ComfyUI/custom_nodes/comfyui-manager
67
cd /content/ComfyUI
68
pip install -r requirements.txt --no-deps 2>&1 >/dev/null
69
+ pip install trampoline 2>&1 >/dev/null
70
pip install -r custom_nodes/comfyui-manager/requirements.txt 2>&1 >/dev/null
71
fi
72
0 commit comments