AlexDraconian
Slow download speed
Okay, here's what I found.
I guess Docker
RUN
command runs slower(~8x) than just directly using aria2c
. So I created network volume, deployed empty(without model) ComfyUI image based on ghcr.io/ai-dock/comfyui:latest
, mount network volume to /workspace/storage/stable_diffusion/models
, and manually downloaded models there.
After first download to network volume, I don't have to download 32GB model again.
You can't use network volume for model with template camenduru/flux-runpod
, since Docker RUN forces download anyway.15 replies
Slow download speed
Hugging face. Refer to this dockerfile: https://github.com/camenduru/flux-runpod/blob/main/Dockerfile
15 replies