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

LoRA being downloaded instead of VAE #5

Closed OwenTruong closed 10 months ago

OwenTruong commented 10 months ago

Related issue: #1

https://civitai.com/api/download/models/128641?type=Model&format=PickleTensor
https://civitai.com/api/download/models/131654?type=Model&format=SafeTensor

The following two downloads the VAE using wget, but downloads other models on civitai with the equivalent model id with the script.

Investigate why this is happening and fix it.