Browse Source

fix pip dependency error

pull/2459/head
shinshin86 11 months ago
parent
commit
5be2487d50
  1. 3
      notebooks/comfyui_colab.ipynb

3
notebooks/comfyui_colab.ipynb

@ -47,7 +47,8 @@
" !git pull\n",
"\n",
"!echo -= Install dependencies =-\n",
"!pip install xformers!=0.0.18 -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121 --extra-index-url https://download.pytorch.org/whl/cu118 --extra-index-url https://download.pytorch.org/whl/cu117"
"!pip install -U --no-dependencies xformers --index-url https://download.pytorch.org/whl/cu121\n",
"!pip install -r requirements.txt"
]
},
{

Loading…
Cancel
Save