aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extensions.py
AgeCommit message (Collapse)AuthorLines
2022-12-02fix typojcowens-1/+1
2022-11-12Fix: `error: Your local changes to the following files would be overwritten ↵Mrau Hu-2/+2
by merge` when run `pull()` method, because WSL2 Docker set 755 file permissions instead of 644, this results to the error. Updated `Extension` class: replaced `pull()` with `fetch_and_reset_hard()` method. Updated `apply_and_restart()` function: replaced `ext.pull()` with `ext.fetch_and_reset_hard()` function.
2022-11-12run installers for newly installed extensionsAUTOMATIC-0/+3
2022-11-06add tags to extensions, and ability to filter out tagsAUTOMATIC-11/+44
list changed Settings keys in UI do not print VRAM/etc stats everywhere but in calls that use GPU
2022-11-04Open extensions links in new tabinnovaciones-1/+1
Fixed for "Available" tab
2022-11-02Make extension manager Remote links open a new tabJu1-js-1/+1
2022-11-01Added Available tab to extensions UI.AUTOMATIC-8/+104
2022-10-31disable access to extension stuff for non-local serversAUTOMATIC-0/+10
2022-10-31add initial version of the extensions tabAUTOMATIC-0/+162
fix broken Restart Gradio button