Update notebook.

This commit is contained in:
comfyanonymous 2023-04-08 19:25:34 -04:00
parent bece24d25e
commit 90581684b4
1 changed files with 1 additions and 1 deletions

View File

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