Spaces:
Runtime error
Runtime error
Update main.sh
Browse files
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
|