Browse Source

Fix colab.

pull/315/head
comfyanonymous 2 years ago
parent
commit
3ed814b01f
  1. 2
      notebooks/comfyui_colab.ipynb

2
notebooks/comfyui_colab.ipynb

@ -47,7 +47,7 @@
" !git pull\n",
"\n",
"!echo -= Install dependencies =-\n",
"!pip -q install xformers -r requirements.txt"
"!pip -q install xformers==0.0.16 -r requirements.txt"
]
},
{

Loading…
Cancel
Save