lang03383 commited on
Commit
2f9a7f2
·
verified ·
1 Parent(s): d11ad28

Update sd_yun/downloading_en.py

Browse files
Files changed (1) hide show
  1. 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.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": {
 
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": {