lang03383 commited on
Commit
ed07009
·
verified ·
1 Parent(s): 1932360

Update sd_yun/downloading_en.py

Browse files
Files changed (1) hide show
  1. sd_yun/downloading_en.py +2 -1
sd_yun/downloading_en.py CHANGED
@@ -68,7 +68,8 @@ 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
  },
73
  "Kaggle": {
74
  "xformers": "pip install xformers==0.0.26.post1",
 
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": {
75
  "xformers": "pip install xformers==0.0.26.post1",