OwenTruong / civitdl

A CLI python script to batch download models from CivitAI with CivitAI Api V1
Apache License 2.0
46 stars 6 forks source link

feat(dl): Have limit-rate work for images too #59

Open OwenTruong opened 7 months ago

OwenTruong commented 7 months ago

Describe the feature

Currently limit-rate in v2 works for only models. Adding limit-rate for images is a bit more difficult as the jpg images downloaded from civitai usually is less than 100KB and is multi-threaded. Will look into this more later on in v2.