aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_extensions.py
AgeCommit message (Collapse)Author
2023-04-09feat: add branch support for extension installationyike5460
2023-03-29Add webui linkspace-nuko
2023-03-29Add links for commits in table, if remote is from GitHubspace-nuko
2023-03-29Make into divsspace-nuko
2023-03-29Add filename to UI and config name to filenamespace-nuko
2023-03-29Various UI fixes in config state tabspace-nuko
2023-03-29Save/restore working webui/extension configsspace-nuko
2023-03-29Make selected tab configurable with UI configspace-nuko
2023-03-27Make disable configurable between builtin/extra extensionsspace-nuko
2023-03-27do not read extensions' git stuff at startupAUTOMATIC
2023-03-25Merge branch 'master' into masterAUTOMATIC1111
2023-03-25Merge pull request #8647 from Tps-F/add_submoduleAUTOMATIC1111
Support git submodule for extension and Fix Windows PermissionError
2023-03-25enable queue by defaultAUTOMATIC
more stylistic changes
2023-03-23added search textbox to filter available extensionspieresimakp
2023-03-16Cross device linkFtps
2023-03-15remove unused libraryFtps
I'm sorry I forgot.
2023-03-15Update ui_extensions.pyFtps
Add git submodule and Fix WinError
2023-03-12change extension index link to the new dedicated repo instead of wikiAUTOMATIC
2023-02-13add version to extensions tableVladimir Mandic
2023-01-28add progressbar to extension update check; do not check for updates for ↵AUTOMATIC
disabled extensions
2023-01-27add data-dir flag and set all user data directories based on itMax Audron
2023-01-06sort extensions by date and add an option to sort by other columnsAUTOMATIC
2022-12-24Merge pull request #4684 from simcop2387/fix-extension-dockerAUTOMATIC1111
Fix docker tmp/ and extensions/ handling for docker.
2022-12-10add an 'installed' tag to extensionsAUTOMATIC
2022-12-03add built-in extension systemAUTOMATIC
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions
2022-12-02fix typojcowens
2022-11-13Fix docker tmp/ and extensions/ handling for docker. might also work for ↵Ryan Voots
symlinks
2022-11-12Fix: `error: Your local changes to the following files would be overwritten ↵Mrau Hu
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
2022-11-06add tags to extensions, and ability to filter out tagsAUTOMATIC
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
Fixed for "Available" tab
2022-11-02Make extension manager Remote links open a new tabJu1-js
2022-11-01Added Available tab to extensions UI.AUTOMATIC
2022-10-31disable access to extension stuff for non-local serversAUTOMATIC
2022-10-31add initial version of the extensions tabAUTOMATIC
fix broken Restart Gradio button