sca255 commited on
Commit
26e5910
·
verified ·
1 Parent(s): bb20d89

Update main.sh

Browse files
Files changed (1) hide show
  1. main.sh +1 -1
main.sh CHANGED
@@ -1,7 +1,7 @@
1
  # Make sure Python version is 3.10+
2
  python -m venv sd_env
3
  source sd_env/bin/activate
4
- pip install hf_transfer
5
  git clone https://github.com/openvinotoolkit/stable-diffusion-webui.git
6
  cd stable-diffusion-webui
7
  cd extensions
 
1
  # Make sure Python version is 3.10+
2
  python -m venv sd_env
3
  source sd_env/bin/activate
4
+ pip install hf_transfer requests
5
  git clone https://github.com/openvinotoolkit/stable-diffusion-webui.git
6
  cd stable-diffusion-webui
7
  cd extensions