Get in GitHub: https://github.com/kanjiisme/anything-model-batch-downloader
Anything Model Batch Downloader allows you to batch download models from civitai, hugging face easily just through model URL.
Anything Model Bacth Downloader is designed to run on cloud systems like Google Colab, and Amazon SageMaker.
The download will be done via a JSON file.
The arguments system allows you to add download conditions to the downloader.
Anything Model Batch Download is written as modules, allowing you to use the source code in a simpler way.
{
"urls" : [
{
"model_url": "https://civitai.com/models/2583/grapefruit-hentai-model"
},
{
"model_url" : "https://civitai.com/models/11367/tifameenow",
"args" : "sub"
},
{
"model_url" : "https://civitai.com/api/download/models/12477",
"args" : "raw=\"arknights-suzuran.safetensors\" type=\"lora\" sub forcerewrite"
},
{
"model_url" : "https://civitai.com/models/4514/pure-eros-face",
"args" : "sub saveto=\"nsfw\""
}
]
}
In there:
model_url is the model link (or download link if using raw arguments).
args are the conditions required for the download.
python batch_download.pyOr if you have a custom JSON file:
python batch_download.py --listpath="you/path/to/json"See it here.
1. 재게시된 모델의 권리는 원 제작자에게 있습니다.
2. 모델 원작자가 모델을 인증받으려면 공식 채널을 통해 SeaArt.AI 직원에게 문의하세요. 저희는 모든 창작자의 권리를 보호하기 위해 노력합니다. 인증하러 이동
