Issue uploading files to Jupyter
Hi, I'm trying to upload videos to ComfyUi, it has worked just fine in the past but since yesterday I've been getting Failed to Fetch error everytime I try to upload anything, even small photos. I'm using a network volume and there is plenty of memory, and I can't upload videos that I've uploaded previously. I tried to brew install Runpod locally on my mac but I get the following error: zsh: exec format error: runpodctl, and I tried to upload with Curl and that doesn't work, as Curl won't open the file that I'm trying to upload. Any suggestions?
3 Replies
No idea on the cause of behaviour change but a short term fix would be to upload your files to Google drive and pull them into your pod with rclone/gdown.
There are 2 different versions of runpodctl. One for Intel Macs and one for Apple Silicon. Ensure that you get the right one.
I don't recommend transferring files within Jupyter itself, rather use the terminal.
Ok amazing, thank you both!