Drditone commited on
Commit
31e6f4d
·
verified ·
1 Parent(s): 0bd30f6

Update model_colab.py

Browse files
Files changed (1) hide show
  1. model_colab.py +3 -1
model_colab.py CHANGED
@@ -8,7 +8,7 @@ def download_file(url, save_directory):
8
  # URLリスト
9
  urls = [
10
  # noobmerge_bV05
11
- "https://civitai.com/api/download/models/1096333?token=12878a3fa383ed9c0072d68b7b7b3a7e",
12
  # noobmerge_bV07-A
13
  #"https://civitai.com/api/download/models/1354901?token=12878a3fa383ed9c0072d68b7b7b3a7e",
14
  # noobmerge_bV1.0-A
@@ -78,6 +78,8 @@ urls = [
78
  #"https://civitai.com/api/download/models/1329693?token=12878a3fa383ed9c0072d68b7b7b3a7e",
79
  # Hadrian Delice SDXL-ILL v3.0
80
  #"https://civitai.com/api/download/models/1619646?token=12878a3fa383ed9c0072d68b7b7b3a7e",
 
 
81
 
82
 
83
 
 
8
  # URLリスト
9
  urls = [
10
  # noobmerge_bV05
11
+ #"https://civitai.com/api/download/models/1096333?token=12878a3fa383ed9c0072d68b7b7b3a7e",
12
  # noobmerge_bV07-A
13
  #"https://civitai.com/api/download/models/1354901?token=12878a3fa383ed9c0072d68b7b7b3a7e",
14
  # noobmerge_bV1.0-A
 
78
  #"https://civitai.com/api/download/models/1329693?token=12878a3fa383ed9c0072d68b7b7b3a7e",
79
  # Hadrian Delice SDXL-ILL v3.0
80
  #"https://civitai.com/api/download/models/1619646?token=12878a3fa383ed9c0072d68b7b7b3a7e",
81
+ # AnyIllustrious-XL(for LoRA training) v1.1.0
82
+ "https://civitai.com/api/download/models/1564750?token=12878a3fa383ed9c0072d68b7b7b3a7e",
83
 
84
 
85