Notebook fix.

This commit is contained in:
comfyanonymous 2023-03-29 12:56:12 -04:00
parent 2b60c308be
commit fcee629766
1 changed files with 1 additions and 1 deletions

View File

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