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

Directory name is not based on model_dict, but based on the installed filename intstead? #10

Closed OwenTruong closed 10 months ago

OwenTruong commented 10 months ago

Dir name shoudl always be based on model_dict's name property and not filename

OwenTruong commented 10 months ago

Not a bug. Whether directory name is based on model_dict, filename or version_dict depend on the specific filter function. Both the default and tags filter function uses the filename.