RunpodR
Runpod7mo 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/


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?
Was this page helpful?