Runpod ComfyUI Serverless Huggingface Models does nothing
When deploying a ComfyUI serverless endpoint, the attached screen appears which asks for Hugging Face Models. However when I checked the repo, it is not utilized at all.
https://github.com/search?q=repo%3Arunpod-workers%2Frunpod-worker-comfy%20MODEL_NAME&type=code
How do I download required models (.safetensors) and comfy nodes when deploying an endpoint?
GitHub
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.


Solution:Jump to solution
when you press next, until there is environment variable, you can check what is added there. then you can do add same env's with the same docker image template
2 Replies
I might need you to set huggingface token in the environment val
Solution
when you press next, until there is environment variable, you can check what is added there. then you can do add same env's with the same docker image template