#Hi! Sometimes I can download models from Civitai, using wget. But other times, I can´t. Example:
14 messages · Page 1 of 1 (latest)
some models on civatic requires login before download
cause on runpod you are on another machine
curl -LOJH "Authorization: Bearer xxxxxx" https://civitai.com/api/download/models/342732?type=Model&format=SafeTensor&size=pruned&fp=fp16
you would need generate own API key and replace xxxxxx
@glad marsh 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"
🙌