R
RunPod4mo ago
fanbing

Why serverless endpoint download sdxl1.0 from hugging Face hub so slow?

My project need download sdxl 1.0 form hugging face hub, about 7G,but after waiting 50minutes, job is still in queued, and log nothing. 48G GPU High Avaliability. Is there anything wrong ? detail see attachment.
No description
No description
No description
No description
5 Replies
ashleyk
ashleyk4mo ago
Why are you downloading models from huggingface within your workers? You should either put them on network storage or bake them into your docker image.
fanbing
fanbing4mo ago
I just wanted to see result as soon as possible. Now I see, I will try image again.
ashleyk
ashleyk4mo ago
You will see the result faster if your worker doesn't need to download any models first.
fanbing
fanbing4mo ago
The Dockerfile generated by runpodctl project build includes a base image specified as FROM runpod/base:0.6.1-cuda11.8.0. During the image build process, content related to CUDA 12 is being downloaded , why ?
No description
No description
ashleyk
ashleyk4mo ago
Its normal, ignore it