Skip to content

Commit

Permalink
fix: update pip... and install basicsr
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Sep 5, 2023
1 parent 02ed361 commit a982b50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sd-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,8 @@ if ! $net_connected; then
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
fi

pip install --upgrade pip
pip install setuptools --upgrade
pip install basicsr
pip install --upgrade pip setuptools wheel
pip install basicsr=1.4.1

# Delete pip cache to avoid some errors
pip cache purge
Expand Down

0 comments on commit a982b50

Please sign in to comment.