Command to update on each run all scripts, extensions, embeddings, etc. ? #3853
Replies: 4 comments
-
I'm not extremely knowledgable about Git stuff, but you should be able to use these commands with Git Bash;
I personally have all my scripts, extensions, etc. in their seperate folder, outside of the WebUI folder, and have it set up like this for example.
|
Beta Was this translation helpful? Give feedback.
-
@ResleyZ yes, I actually do something similar for embeddings, which I have in dir outside of WebUI.
which I call with: but, the downside of it is that I have to manually update repos.txt every time I add a new repo, so your solution is more powerful and I think I'll start using that :) However it would also be cool to be able to update all repos in place inside the WebUI dir (of course only for embeddings, scripts, extensions, not touching anything on which WebUI is built on, and that could break it). If this behaviour was standardized then by tweaking your script above a little we could have a simple and robust way to update every non-default WebUI component in place, along with the main |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@MrKuenning in your solution at #3600 you have to specify the extensions you want to be updated manually while we are discussing of a way to make this automatic for any extension (scripts, and probably embeddings, etc.) present in their respective folder. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a command we can put in web-ui.bat or web-ui.sh to update on each run all extensions, scripts, embeddings and anything else which was pulled from a repository?
Beta Was this translation helpful? Give feedback.
All reactions