download problem
We try to download any model to work with stable-diffusion, for example specifically from this link: https://civitai.com/api/download/models/132760?type=Model&format=SafeTensor&size=pruned&fp=fp16.
In the JupyterLab explorer, a shortcut to the file we are uploading immediately appears, and a wget-log document, which instead of percentages as before, shows immediately that the file has been uploaded, although apparently this is not the case, because when working in HTTP SERVISE PORT stable-diffusion does not switch to it when selecting the uploaded file (already renamed to the .safetensors format we need).
Previously, the wget-log file showed download percentages, and after a full download up to 100%, the downloaded file would have the date of the last change changed to a month ago or two months ago. Now there are no percentages in the document, nor does the file itself change the date.
4 Replies
You have to be logged in to download this model, you can't download it using wget.
I suggest downloading it to your local machine and then using
runpodctl
to transfer it to your pod.
https://github.com/runpod/runpodctlGitHub
GitHub - runpod/runpodctl: 🧰 | RunPod CLI for pod management
🧰 | RunPod CLI for pod management. Contribute to runpod/runpodctl development by creating an account on GitHub.
Is this change effective today? Because yesterday everything was loading and working fine.
Its up to whoever owns the model you are using, its not a RunPod issue.