Is /workspace == /runpod-volume ?
I am a bit confused. I use https://github.com/runpod-workers/runpod-worker-comfy to spin up a serverless comfy and I have my models in the /workspace/models as defined by
https://github.com/runpod-workers/runpod-worker-comfy/blob/main/src/extra_model_paths.yaml
I still have my pod running to monitor the volume but it now appears like I have both /workspace and /runpod-volume so which one is serverless actually using?
5 Replies
/workspace is local machine disk, /runpod-volume is network volume.Serverless uses
/runpod-volume, I agree it's a little confusingSo when deploying a pod and messing with the volume it might be a good idea to do this? Just to keep it organized

Yes :) I think that's one of the reasons we let you change it!
Because when I tested yesterday it seems like when the volume was attached to both serverless and a pod the contents weren't the same in
/workspace and /runpod-volume