OwenTruong / civitdl

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

Bug/401 issue #91

Closed OwenTruong closed 5 months ago

OwenTruong commented 5 months ago

Summary

Related Issues? Link all related issue. Even the ones that are not being closed. Closes #90

Comments Currently, program only use api key when status=401 or the url is related to unauth, but recently CivitAI has changed their API so that all models require an api key. It may be of interest to remove the conditional statement and for the program to always require an api key instead.