Linking runpod-volume subfolder doesn't work
Hey,
I've been trying to create a serverless runpod that has some network volume attached to it.
I want to link specific folders from the network volume to the runpod. To do so, im running the following
bash
file.
So far so good, the runpod starts and seems to load the custom nodes. π
But when trying to load a checkpoint, it fails with the following error :
When I open the network storage via some other pod
I can correctly see the sd_xl_base_1-0.safetensors
in it..
If anyone has already faced this issue, I would be very thankful for some help π4 Replies
Update: it works locally with a docker compose
So I guess it has something to do with how
runpod
works with network volumes ?
Any help is appreciated :))we can plan to support this through config, symlinks have limitation maybe this is one of them with network storage
@flash-singh Hey, I was about to update this thread.
Actually
/comfyui/models/checkpoints/sd_xl_base_1-0.safetensors exists
was a symlink ITSELF that what pointing nowhere... I deleted it, re-imported the model in my network storage and everything works fine.
The only limitation is that it's REALLY slow to load onto the VRAM, so I wont rely on the network storage for big files like such anyway πyes that will be slower, local disk is much faster