Support model download in pip install phase #510
jschennings
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently looking into implementing this package into a microservice but run into problems. The issue I have is that I don't want to allow the kubernetes pods to download additional packages / etc for safety reasons.
Therefore I would like the possibility to "pre download" the weights during the pip install phase, like
pip install rembg[u2net]
or similar to not have to calldownload_models
in runtime.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions