OwenTruong / civitdl

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

Add a boolean that skips downloading the model #77

Closed kurayamiblackheart closed 8 months ago

kurayamiblackheart commented 8 months ago

For when you only want to download the .json and the images preview (because already have the model). It would be nice to be able to just skip the model downloading process altogether with a command argument, such as --skip-model

OwenTruong commented 8 months ago

Noted. Will add that soon