Update sd_yun/downloading_en.py
Browse files- sd_yun/downloading_en.py +1 -1
sd_yun/downloading_en.py
CHANGED
@@ -68,7 +68,7 @@ if not os.path.exists(flag_file):
|
|
68 |
|
69 |
additional_libs = {
|
70 |
"Google Colab": {
|
71 |
-
"xformers": "pip install xformers==0.0.
|
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": {
|
|
|
68 |
|
69 |
additional_libs = {
|
70 |
"Google Colab": {
|
71 |
+
"xformers": "pip install xformers==0.0.23.post1 --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": {
|