Skip to content

Commit

Permalink
Notebook fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Mar 29, 2023
1 parent 2b60c30 commit fcee629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/comfyui_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit fcee629

Please sign in to comment.