#How do I upload a model to GPU-Cloud Stable Diffusion?
4 messages · Page 1 of 1 (latest)
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
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.