RunpodR
Runpod2y ago
ngc994

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
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
🧰 | RunPod CLI for pod management. Contribute to runpod/runpodctl development by creating an account on GitHub.
Was this page helpful?