-
I would really like to use this, but the downloads are ridiculous. And even more, there is nowhere a hint on WHAT it downloads and to WHERE it is saved. Like: That would help a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
We can suggest this to huggingface since their code does the downloads. Many of the recent models have this automatic downloading baked in. It's stored in caches, so multiple projects or installations can use the same ones. |
Beta Was this translation helpful? Give feedback.
-
@Wauplin It's nice that we have cache management, but where do I find that in the UI? Where can the average user set the directory for the cache? It would be nice to see more optimizations from the Gradio team itself. Every developer that uses Gradio and which I'm in contact with, groans when we talking about Gradio. I can't believe that this isn't noticed by Gradio by now. I see so many great open source projects and every time Gradio comes into play, all gets slower and more tedious, because any new update could break the whole project. That's not a really good basis and I hope that this changes soon, for the benefit of all these volunteers who give up their free time for us users, so that we have something 'to play' with. |
Beta Was this translation helpful? Give feedback.
Hello, maintainer of
huggingface_hub
here. I feel that there a several topics in this convo. Let me answer a few:I would advice you to read this guide about cache management when downloading files using
huggingface_hub
(so when using tts-generation-webui but not only). In particular, cache location can be configured usingHF_HOME
orHUGGINGFACE_HUB_CACHE
environment variables.