Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | fix extension installation broken by #9518 | AUTOMATIC | 2023-04-29 | 1 | -3/+3 | |
| | | | ||||||
| | * | fix: support for default branch | yike5460 | 2023-04-10 | 1 | -5/+12 | |
| | | | ||||||
| | * | feat: add branch support for extension installation | yike5460 | 2023-04-09 | 1 | -3/+4 | |
| | | | ||||||
| * | | Add webui link | space-nuko | 2023-03-30 | 1 | -7/+7 | |
| | | | ||||||
| * | | Add links for commits in table, if remote is from GitHub | space-nuko | 2023-03-30 | 1 | -5/+25 | |
| | | | ||||||
| * | | Make into divs | space-nuko | 2023-03-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add filename to UI and config name to filename | space-nuko | 2023-03-29 | 1 | -1/+3 | |
| | | | ||||||
| * | | Various UI fixes in config state tab | space-nuko | 2023-03-29 | 1 | -19/+26 | |
| | | | ||||||
| * | | Save/restore working webui/extension configs | space-nuko | 2023-03-29 | 1 | -1/+185 | |
| |/ | ||||||
* / | Make selected tab configurable with UI config | space-nuko | 2023-03-29 | 1 | -3/+3 | |
|/ | ||||||
* | Make disable configurable between builtin/extra extensions | space-nuko | 2023-03-27 | 1 | -4/+17 | |
| | ||||||
* | do not read extensions' git stuff at startup | AUTOMATIC | 2023-03-27 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'master' into master | AUTOMATIC1111 | 2023-03-25 | 1 | -9/+6 | |
|\ | ||||||
| * | Merge pull request #8647 from Tps-F/add_submodule | AUTOMATIC1111 | 2023-03-25 | 1 | -8/+5 | |
| |\ | | | | | | | Support git submodule for extension and Fix Windows PermissionError | |||||
| | * | Cross device link | Ftps | 2023-03-16 | 1 | -1/+11 | |
| | | | ||||||
| | * | remove unused library | Ftps | 2023-03-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | I'm sorry I forgot. | |||||
| | * | Update ui_extensions.py | Ftps | 2023-03-15 | 1 | -16/+5 | |
| | | | | | | | | | | | | Add git submodule and Fix WinError | |||||
| * | | enable queue by default | AUTOMATIC | 2023-03-25 | 1 | -1/+1 | |
| |/ | | | | | | | more stylistic changes | |||||
* / | added search textbox to filter available extensions | pieresimakp | 2023-03-23 | 1 | -11/+31 | |
|/ | ||||||
* | change extension index link to the new dedicated repo instead of wiki | AUTOMATIC | 2023-03-12 | 1 | -1/+1 | |
| | ||||||
* | add version to extensions table | Vladimir Mandic | 2023-02-13 | 1 | -5/+3 | |
| | ||||||
* | add progressbar to extension update check; do not check for updates for ↵ | AUTOMATIC | 2023-01-28 | 1 | -10/+18 | |
| | | | | disabled extensions | |||||
* | add data-dir flag and set all user data directories based on it | Max Audron | 2023-01-27 | 1 | -1/+1 | |
| | ||||||
* | sort extensions by date and add an option to sort by other columns | AUTOMATIC | 2023-01-06 | 1 | -12/+32 | |
| | ||||||
* | Merge pull request #4684 from simcop2387/fix-extension-docker | AUTOMATIC1111 | 2022-12-24 | 1 | -1/+14 | |
|\ | | | | | Fix docker tmp/ and extensions/ handling for docker. | |||||
| * | Fix docker tmp/ and extensions/ handling for docker. might also work for ↵ | Ryan Voots | 2022-11-13 | 1 | -1/+14 | |
| | | | | | | | | symlinks | |||||
* | | add an 'installed' tag to extensions | AUTOMATIC | 2022-12-10 | 1 | -4/+9 | |
| | | ||||||
* | | add built-in extension system | AUTOMATIC | 2022-12-03 | 1 | -1/+7 | |
| | | | | | | | | | | add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions | |||||
* | | fix typo | jcowens | 2022-12-02 | 1 | -1/+1 | |
| | | ||||||
* | | Fix: `error: Your local changes to the following files would be overwritten ↵ | Mrau Hu | 2022-11-12 | 1 | -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 extensions | AUTOMATIC | 2022-11-12 | 1 | -0/+3 | |
| | ||||||
* | add tags to extensions, and ability to filter out tags | AUTOMATIC | 2022-11-06 | 1 | -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 tab | innovaciones | 2022-11-04 | 1 | -1/+1 | |
| | | | Fixed for "Available" tab | |||||
* | Make extension manager Remote links open a new tab | Ju1-js | 2022-11-03 | 1 | -1/+1 | |
| | ||||||
* | Added Available tab to extensions UI. | AUTOMATIC | 2022-11-01 | 1 | -8/+104 | |
| | ||||||
* | disable access to extension stuff for non-local servers | AUTOMATIC | 2022-10-31 | 1 | -0/+10 | |
| | ||||||
* | add initial version of the extensions tab | AUTOMATIC | 2022-10-31 | 1 | -0/+162 | |
fix broken Restart Gradio button |