aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extensions.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'dev' into extension-settings-backupAUTOMATIC11112023-04-291-6/+14
| |\
| | * fix extension installation broken by #9518AUTOMATIC2023-04-291-3/+3
| | |
| | * fix: support for default branchyike54602023-04-101-5/+12
| | |
| | * feat: add branch support for extension installationyike54602023-04-091-3/+4
| | |
| * | Add webui linkspace-nuko2023-03-301-7/+7
| | |
| * | Add links for commits in table, if remote is from GitHubspace-nuko2023-03-301-5/+25
| | |
| * | Make into divsspace-nuko2023-03-301-2/+2
| | |
| * | Add filename to UI and config name to filenamespace-nuko2023-03-291-1/+3
| | |
| * | Various UI fixes in config state tabspace-nuko2023-03-291-19/+26
| | |
| * | Save/restore working webui/extension configsspace-nuko2023-03-291-1/+185
| |/
* / Make selected tab configurable with UI configspace-nuko2023-03-291-3/+3
|/
* Make disable configurable between builtin/extra extensionsspace-nuko2023-03-271-4/+17
|
* do not read extensions' git stuff at startupAUTOMATIC2023-03-271-0/+5
|
* Merge branch 'master' into masterAUTOMATIC11112023-03-251-9/+6
|\
| * Merge pull request #8647 from Tps-F/add_submoduleAUTOMATIC11112023-03-251-8/+5
| |\ | | | | | | Support git submodule for extension and Fix Windows PermissionError
| | * Cross device linkFtps2023-03-161-1/+11
| | |
| | * remove unused libraryFtps2023-03-151-2/+0
| | | | | | | | | | | | I'm sorry I forgot.
| | * Update ui_extensions.pyFtps2023-03-151-16/+5
| | | | | | | | | | | | Add git submodule and Fix WinError
| * | enable queue by defaultAUTOMATIC2023-03-251-1/+1
| |/ | | | | | | more stylistic changes
* / added search textbox to filter available extensionspieresimakp2023-03-231-11/+31
|/
* change extension index link to the new dedicated repo instead of wikiAUTOMATIC2023-03-121-1/+1
|
* add version to extensions tableVladimir Mandic2023-02-131-5/+3
|
* add progressbar to extension update check; do not check for updates for ↵AUTOMATIC2023-01-281-10/+18
| | | | disabled extensions
* add data-dir flag and set all user data directories based on itMax Audron2023-01-271-1/+1
|
* sort extensions by date and add an option to sort by other columnsAUTOMATIC2023-01-061-12/+32
|
* Merge pull request #4684 from simcop2387/fix-extension-dockerAUTOMATIC11112022-12-241-1/+14
|\ | | | | Fix docker tmp/ and extensions/ handling for docker.
| * Fix docker tmp/ and extensions/ handling for docker. might also work for ↵Ryan Voots2022-11-131-1/+14
| | | | | | | | symlinks
* | add an 'installed' tag to extensionsAUTOMATIC2022-12-101-4/+9
| |
* | add built-in extension systemAUTOMATIC2022-12-031-1/+7
| | | | | | | | | | add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions
* | fix typojcowens2022-12-021-1/+1
| |
* | Fix: `error: Your local changes to the following files would be overwritten ↵Mrau Hu2022-11-121-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.
* run installers for newly installed extensionsAUTOMATIC2022-11-121-0/+3
|
* add tags to extensions, and ability to filter out tagsAUTOMATIC2022-11-061-11/+44
| | | | | list changed Settings keys in UI do not print VRAM/etc stats everywhere but in calls that use GPU
* Open extensions links in new tabinnovaciones2022-11-041-1/+1
| | | Fixed for "Available" tab
* Make extension manager Remote links open a new tabJu1-js2022-11-031-1/+1
|
* Added Available tab to extensions UI.AUTOMATIC2022-11-011-8/+104
|
* disable access to extension stuff for non-local serversAUTOMATIC2022-10-311-0/+10
|
* add initial version of the extensions tabAUTOMATIC2022-10-311-0/+162
fix broken Restart Gradio button