agromenawer
RRunPod
•Created by agromenawer on 8/16/2024 in #⚡|serverless
Avoid model download on docker build
Hi, im building a docker image following blib-la's comfyui runpod-worker-comfy and I have to indicate multiple models to download in the Dockerfile. The problem is this takes ages to download and then upload the full image from my PC.
Is there a way of having the models download only when I deploy the docker in Runpod. I already tried moving the models download to start.sh, but this will cause the models to download every time a new worker is called.
3 replies