How do I upload a model to GPU-Cloud Stable Diffusion?
I want to upload a model (Anything V3) to my RunPod Stable Diffusion. Can you tell me the simplest way to do this? I uploaded it from Jupyter Lab directly, into the models/stable diffusion folder. I see anything v3 in the user interface as an option, but it does not load.
Solution:Jump to solution
Best to transfer models to your pod using the terminal. Jupyter doesn't handle large files very well. You can use something like
runpodctl
to transfer data from your local machine to the pod.
https://github.com/runpod/runpodctl...GitHub
GitHub - runpod/runpodctl: 🧰 | RunPod CLI for pod management
🧰 | RunPod CLI for pod management. Contribute to runpod/runpodctl development by creating an account on GitHub.
2 Replies
Solution
Best to transfer models to your pod using the terminal. Jupyter doesn't handle large files very well. You can use something like
runpodctl
to transfer data from your local machine to the 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.
You can also sometimes use
wget
to download directly onto the pod, but unfortunately these days many models from CivitAI require you to be logged in before you can download them, and then they can't download correctly as a result.