Skip to content

Commit

Permalink
fix: fix one sd error
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Nov 20, 2023
1 parent 93ea8e1 commit 7887fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sd-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ source venv/bin/activate
# Delete pip cache to avoid some errors
pip cache purge

pip3 install httpx==0.24.1

if [ "$network_connected" == false ]; then
# Tsinghua mirror has no tb-nightly package, which is needed by basicsr
# TODO: reset in clean_up
Expand Down

0 comments on commit 7887fba

Please sign in to comment.