Slow uploading speed to Jupiter
Good afternoon. I’ve encounter a strange behaviour of uploading heavy models to Jupiter.
4gb model are uploading for an hour. Can you recommend better uploading solution for heavy files to Jupiter? Especially from CivitAi to Comfy UI
Thank you
4 Replies
Is there an upload speed / download speed on ur pod? Also, hm, that sounds unusual tbh, a 4GB download taking 1 hour. My estimation maybe should have taken… 15-20 mins? But also how many files is this? Often if ur copying MANY files over it can take substantially longer
Your best bet is to tar and compress it, or some sort of compression format
This should 1) Have less data to send over the upload 2) Stop a bunch of mini files copying over which can make uploads / copying substantially impossible usually
Don't upload in Jupyter, its not designed to handle large files. Use
wget
, runpodctl
etc.Thank you for recommendations
do not upload files with jupiter notebook you end up with corupted files use runpodctl instead