-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI Filter Tag issue #2619
Comments
@FrankDaze are you adding/having a separate repository? where all these tags are coming from? |
@mudler I have only this setting in the env file: |
Hi, If I delete huggingface repository, it works. |
@FrankDaze - @heralight I'm sorry but that repository isn't maintained anymore, so you should adapt the GALLERIES to drop the huggingface one. We have moved the gallery to this repository directly for better maintenance. I'd suggest to delete it from the configuration. The only one maintained now is the LocalAI one which is shipped already pre-configured in the images, so you don't have to setup any gallery (unless you are building yours) and you can drop specifying the environment variable completely. You should see then a gallery with the same models as shown in https://models.localai.io. However the problem that a large gallery might crash the UI is still an issue, but that needs more enhancements like pagination, which is tracked in #2156 |
@mudler thank you! LOCALAI_GALLERIES=[{"name":"localai", "url":"github:mudler/LocalAI/gallery/index.yaml@master"}]
#GALLERIES=[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}] |
Thanks it's working now. |
Hi,
I'm using v2.17.1 on my linux server and if I enter the WebUi with /browser, I see >19k of filter tags, which makes it impossible to use the page for a while.
Best
Frank
The text was updated successfully, but these errors were encountered: