Network Volume as Storage for images

Hi, I am building an image generation application which will store images to a database for which I was thinking RunPod's network volumes attached with a CPU pod sending and fetching images from the volume. Will network volumes be worth it?
2 Replies
Encyrption
Encyrption3mo ago
IMHO you would be better storing your images in a S3 bucket somewhere. Network Volume are difficult to work with and are slow. For example, I store mine on Digital Oceans Spaces. There is rumors of RunPod offering them at some point.
baldy
baldy3mo ago
additionally, cpu pods can't use network volumes

Did you find this page helpful?