R
Runpod5mo ago
blird

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
runpod_worker_comfy:
base_path: /runpod-volume
checkpoints: models/checkpoints/
clip: models/clip/
clip_vision: models/clip_vision/
configs: models/configs/
controlnet: models/controlnet/
embeddings: models/embeddings/
loras: models/loras/
upscale_models: models/upscale_models/
vae: models/vae/
unet: models/unet/
runpod_worker_comfy:
base_path: /runpod-volume
checkpoints: models/checkpoints/
clip: models/clip/
clip_vision: models/clip_vision/
configs: models/configs/
controlnet: models/controlnet/
embeddings: models/embeddings/
loras: models/loras/
upscale_models: models/upscale_models/
vae: models/vae/
unet: models/unet/
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
3WaD
3WaD5mo ago
/workspace is local machine disk, /runpod-volume is network volume.
Dj
Dj5mo ago
Serverless uses /runpod-volume, I agree it's a little confusing
blird
blirdOP5mo ago
So when deploying a pod and messing with the volume it might be a good idea to do this? Just to keep it organized
No description
Dj
Dj5mo ago
Yes :) I think that's one of the reasons we let you change it!
blird
blirdOP5mo ago
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

Did you find this page helpful?