import os | |
def download_file(url, save_directory): | |
command = f'aria2c --console-log-level=error -c -x 16 -s 16 -k 1M --max-tries=5 --retry-wait=5 {url} -d {save_directory}' | |
os.system(command) | |
print(f"File downloaded to: {save_directory}") | |
# URLリスト | |
urls = [ | |
# noobmerge_bV05 | |
#"https://civitai.com/api/download/models/1096333?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# noobmerge_bV07-A | |
#"https://civitai.com/api/download/models/1354901?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# noobmerge_bV1.0-A | |
#"https://civitai.com/api/download/models/1500882?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# novaAnimeXL_ilV30HappyNewYear | |
#"https://civitai.com/api/download/models/1225516?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# novaAnimeXL_v4.0 Happy Valentine | |
#"https://civitai.com/api/download/models/1352077?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# novaAnimeXL_ilv5.0B | |
#"https://civitai.com/api/download/models/1500882?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# novaAnimeXL_ilv6.0 | |
#"https://civitai.com/api/download/models/1610231?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# waiNSFWIllustrious_v9.0 | |
#"https://civitai.com/api/download/models/1283437?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# waiNSFWIllustrious_v12.0 | |
#"https://civitai.com/api/download/models/1490781?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# cocoIllustriousNoobai_v55 | |
#"https://civitai.com/api/download/models/1297493?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# coco-Illustrious-XL v6.0 | |
#"https://civitai.com/api/download/models/1522862?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# pornmasterAnime_noobxlV3 | |
#"https://civitai.com/api/download/models/1188818?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# PornMaster-Anime 色情大师 - Illustrious / noob NoobXL-v4-vae | |
#"https://civitai.com/api/download/models/1463869?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# songMix v1.5 | |
#"https://civitai.com/api/download/models/1526201?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# songMix v2.01 | |
#"https://civitai.com/api/download/models/1562452?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# songMix v2.1 | |
#"https://civitai.com/api/download/models/1589457?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Vixon's Noob Illust Merge v14 | |
#"https://civitai.com/api/download/models/1484298?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Plant Milk Coconut | |
#"https://civitai.com/api/download/models/1549172?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Obsession (Illustrious-XL) v-pred_v1.1 | |
#"https://civitai.com/api/download/models/1494740?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Unholy Desire Mix - Sinister Aesthetic (Illustrious) v4.0 | |
#"https://civitai.com/api/download/models/1577892?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Amanatsu (Illustrious) v1.1 | |
#"https://civitai.com/api/download/models/1496755?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Hassaku XL (Illustrious) v2.1 | |
#"https://civitai.com/api/download/models/1483080?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Stabilizer illustriousXL/NoobAI illus01 v1.72 | |
#"https://civitai.com/api/download/models/1538622?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# DREAMBOX v3.0 | |
#"https://civitai.com/api/download/models/1547582?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# T-illunai3 v8.0 | |
#"https://civitai.com/api/download/models/1460600?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# ZUKI anime ILL v4.0 | |
#"https://civitai.com/api/download/models/1518828?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Dvine v3.4 | |
#"https://civitai.com/api/download/models/1451512?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Async's MIX ILLUSTRIOUS LI v3.0 | |
#"https://civitai.com/api/download/models/1405506?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# CottonNoob v2.0 | |
#"https://civitai.com/api/download/models/1538503?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# WAI-Mature-illustrious v1.0 | |
#"https://civitai.com/api/download/models/1535857?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# CAT - Citron Anime Treasure [Illustrious & NoobAI & SDXL & SD1.5] Illustrious v5 | |
#"https://civitai.com/api/download/models/1329693?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Hadrian Delice SDXL-ILL v3.0 | |
#"https://civitai.com/api/download/models/1619646?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# AnyIllustrious-XL(for LoRA training) v1.1.0 | |
#"https://civitai.com/api/download/models/1564750?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# IllumiYume XL (Illustrious) v2.0 | |
#"https://civitai.com/api/download/models/1623762?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# ■ NoobAIモデル(V-Pred) ■ | |
# Cat Tower (NoobAI XL checkpoint) v1.7(vPred) | |
#"https://civitai.com/api/download/models/1495826?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Tales Hentai v2.0 | |
#"https://civitai.com/api/download/models/1526420?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# SilvermoonMix-Illustrious-Evolved v3.0 V-pred | |
#"https://civitai.com/api/download/models/1576741?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# CAT - Citron Anime Treasure [Illustrious & NoobAI & SDXL & SD1.5] NoobAI | |
#"https://civitai.com/api/download/models/1592873?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# ■ シンプルスタイル ■ | |
# Mistoon_Anime v1.0 noobai | |
#"https://civitai.com/api/download/models/1540184?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Shiitake-Mix v1.0 | |
#"https://civitai.com/api/download/models/1196701?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Silence_Mix v3.0 | |
#"https://civitai.com/api/download/models/1472143?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# Nonnette v050 | |
#"https://civitai.com/api/download/models/1506467?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# CottonNoob v2.0 | |
#"https://civitai.com/api/download/models/1538503?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# ■ フィギュアモデル ■ | |
# [PVC Style Model]Movable figure model XL ESP NBXL-1.0 | |
#"https://civitai.com/api/download/models/1026901?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# [PVC Style Model]Movable figure model XL EPS NBXL-1.2 | |
#"https://civitai.com/api/download/models/1117799?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# [PVC Style Model]Movable figure model XL NBXL_V-Pred_v1.0 | |
#" https://civitai.com/api/download/models/1223484?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# [PVC Style Model]Movable figure model XL ESP NBXL-1.3A(realistic) | |
#"https://civitai.com/api/download/models/1438553?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# ■ リアル系 ■ | |
# Reijality v1.0 | |
"https://civitai.com/api/download/models/1593257?token=12878a3fa383ed9c0072d68b7b7b3a7e", | |
# novaOrangeXL_v40 | |
#"https://civitai.com/api/download/models/1196911?token=12878a3fa383ed9c0072d68b7b7b3a7e" | |
] | |
# 保存先ディレクトリ | |
save_directory = "/content/ReForge/models/Stable-diffusion" | |
# 各URLからファイルをダウンロード | |
for url in urls: | |
download_file(url, save_directory) | |