Hi! Sometimes I can download models from Civitai, using wget. But other times, I can´t. Example:
8 Replies
some models on civatic requires login before download
But I am logged in...
And I can download it in local, but no wget to runpod
cause on runpod you are on another machine
Solution
you would need generate own API key and replace xxxxxx
Thanks! gonna try this
It works! Thanks so much. But why is not working using wget?
@ricardo_neurona for wget you would need something like this but not sure it will work
wget --header="Authorization: Bearer xxxxxx" --content-disposition "https://civitai.com/api/download/models/342732?type=Model&format=SafeTensor&size=pruned&fp=fp16"
🙌
@Nima
perfect