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(general): retry downloading model 3 times before giving up #40

Closed OwenTruong closed 8 months ago

OwenTruong commented 9 months ago

Describe the feature

Currently v2-dev in development branch gives up downloading the current model if there is an error from CivitAI while downloading the model, metadata and images.

Make it so that it will try 3 times before moving onto the next model to download.

Additional context