sheldonchiu / AI-AIO

A super toolbox for everyone to enjoy AI on Papaerspace
MIT License
18 stars 4 forks source link

Some checkpoints can't be downloaded with the model downloader #31

Open simonelmundo opened 1 week ago

simonelmundo commented 1 week ago

For some reason, some checkpoints can't be downloaded, I have no issues with loras, or controlnet, or embeddings But with Most checkpoints I get this error :

Required HTTP headers are incorrect. One of these needs to be correct:

Content-Type: text/html
Must be "application/octet-stream"

Content-Disposition: None
Must start with "attachment;"

For example , these two checkpoints : https://civitai.com/api/download/models/310444 , https://civitai.com/api/download/models/283712

The first link will give the error above, but the second link will be downloaded normally with your model downloader. Maybe it needs Civitai API ?