Skip to content

Commit

Permalink
remove fastapi installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ddPn08 committed Mar 14, 2023
1 parent a3225df commit c77c727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions automatic1111.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "Mls4_48XOrTd"
},
"outputs": [],
Expand Down Expand Up @@ -410,7 +411,6 @@
"cd stable-diffusion-webui\n",
"python3 -m pip install --upgrade tensorrt triton\n",
"python -c 'from launch import prepare_environment; prepare_environment()'\n",
"pip install --upgrade fastapi==0.90.1\n",
"\"\"\"\n",
"\n",
"! {install_script}\n",
Expand Down Expand Up @@ -439,7 +439,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "Y4ebYsPqTrGb"
},
"outputs": [],
Expand Down

0 comments on commit c77c727

Please sign in to comment.