Update sd_yun/downloading_en.py
Browse files- sd_yun/downloading_en.py +1 -1
sd_yun/downloading_en.py
CHANGED
@@ -69,7 +69,7 @@ if not os.path.exists(flag_file):
|
|
69 |
additional_libs = {
|
70 |
"Google Colab": {
|
71 |
"xformers": "pip install xformers==0.0.27 --no-deps",
|
72 |
-
|
73 |
},
|
74 |
"Kaggle": {
|
75 |
"xformers": "pip install xformers==0.0.26.post1",
|
|
|
69 |
additional_libs = {
|
70 |
"Google Colab": {
|
71 |
"xformers": "pip install xformers==0.0.27 --no-deps",
|
72 |
+
"torch": "pip install torch==2.1.2+cu121 torchvision==0.16.2+cu121 torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121",
|
73 |
},
|
74 |
"Kaggle": {
|
75 |
"xformers": "pip install xformers==0.0.26.post1",
|