BBrother commited on
Commit
64865d2
1 Parent(s): 4343fe4

Update v2_3.py

Browse files
Files changed (1) hide show
  1. v2_3.py +4 -4
v2_3.py CHANGED
@@ -331,7 +331,7 @@ if CS_download_task1:
331
  CS_download_task2 = False
332
  CS_url2 = "https://civitai.com/api/download/models/26633?type=Model&format=PickleTensor&size=full&fp=fp16"
333
  CS_destination_folder2 = f"./models/{b}-{d}"
334
- CS_filename2 = "[二次元]07CounterfeitV2503_10.ckpt"
335
  CS_target2 = f"{CS_destination_folder2}/{CS_filename2}"
336
 
337
  if CS_download_task2:
@@ -341,7 +341,7 @@ if CS_download_task2:
341
  CS_download_task3 = True
342
  CS_url3 = "https://civitai.com/api/download/models/90854"
343
  CS_destination_folder3 = f"./models/{b}-{d}"
344
- CS_filename3 = "[二次元]AnythingV5Ink.safetensors"
345
  CS_target3 = f"{CS_destination_folder3}/{CS_filename3}"
346
 
347
  if CS_download_task3:
@@ -351,7 +351,7 @@ if CS_download_task3:
351
  CS_download_task4 = False
352
  CS_url4 = "https://civitai.com/api/download/models/57618"
353
  CS_destination_folder4 = f"./models/{b}-{d}"
354
- CS_filename4 = "[二次元]CounterfeitV30_v30.safetensors"
355
  CS_target4 = f"{CS_destination_folder4}/{CS_filename4}"
356
 
357
  if CS_download_task4:
@@ -371,7 +371,7 @@ if CS_download_task5:
371
  CS_download_task6 = True
372
  CS_url6 = "https://civitai.com/api/download/models/17233"
373
  CS_destination_folder6 = f"./models/{b}-{d}"
374
- CS_filename6 = "[二次元]abyssorangemix3AOM3_aom3a1b.safetensors"
375
  CS_target6 = f"{CS_destination_folder6}/{CS_filename6}"
376
 
377
  if CS_download_task6:
 
331
  CS_download_task2 = False
332
  CS_url2 = "https://civitai.com/api/download/models/26633?type=Model&format=PickleTensor&size=full&fp=fp16"
333
  CS_destination_folder2 = f"./models/{b}-{d}"
334
+ CS_filename2 = "07CounterfeitV2503_10.ckpt"
335
  CS_target2 = f"{CS_destination_folder2}/{CS_filename2}"
336
 
337
  if CS_download_task2:
 
341
  CS_download_task3 = True
342
  CS_url3 = "https://civitai.com/api/download/models/90854"
343
  CS_destination_folder3 = f"./models/{b}-{d}"
344
+ CS_filename3 = "AnythingV5Ink.safetensors"
345
  CS_target3 = f"{CS_destination_folder3}/{CS_filename3}"
346
 
347
  if CS_download_task3:
 
351
  CS_download_task4 = False
352
  CS_url4 = "https://civitai.com/api/download/models/57618"
353
  CS_destination_folder4 = f"./models/{b}-{d}"
354
+ CS_filename4 = "CounterfeitV30_v30.safetensors"
355
  CS_target4 = f"{CS_destination_folder4}/{CS_filename4}"
356
 
357
  if CS_download_task4:
 
371
  CS_download_task6 = True
372
  CS_url6 = "https://civitai.com/api/download/models/17233"
373
  CS_destination_folder6 = f"./models/{b}-{d}"
374
+ CS_filename6 = "abyssorangemix3AOM3_aom3a1b.safetensors"
375
  CS_target6 = f"{CS_destination_folder6}/{CS_filename6}"
376
 
377
  if CS_download_task6: