Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-25 | enable queue by default | AUTOMATIC | |
more stylistic changes | |||
2023-03-12 | change extension index link to the new dedicated repo instead of wiki | AUTOMATIC | |
2023-02-13 | add version to extensions table | Vladimir Mandic | |
2023-01-28 | add progressbar to extension update check; do not check for updates for ↵ | AUTOMATIC | |
disabled extensions | |||
2023-01-27 | add data-dir flag and set all user data directories based on it | Max Audron | |
2023-01-06 | sort extensions by date and add an option to sort by other columns | AUTOMATIC | |
2022-12-24 | Merge pull request #4684 from simcop2387/fix-extension-docker | AUTOMATIC1111 | |
Fix docker tmp/ and extensions/ handling for docker. | |||
2022-12-10 | add an 'installed' tag to extensions | AUTOMATIC | |
2022-12-03 | add built-in extension system | AUTOMATIC | |
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions | |||
2022-12-02 | fix typo | jcowens | |
2022-11-13 | Fix docker tmp/ and extensions/ handling for docker. might also work for ↵ | Ryan Voots | |
symlinks | |||
2022-11-12 | Fix: `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-12 | run installers for newly installed extensions | AUTOMATIC | |
2022-11-06 | add tags to extensions, and ability to filter out tags | AUTOMATIC | |
list changed Settings keys in UI do not print VRAM/etc stats everywhere but in calls that use GPU | |||
2022-11-04 | Open extensions links in new tab | innovaciones | |
Fixed for "Available" tab | |||
2022-11-02 | Make extension manager Remote links open a new tab | Ju1-js | |
2022-11-01 | Added Available tab to extensions UI. | AUTOMATIC | |
2022-10-31 | disable access to extension stuff for non-local servers | AUTOMATIC | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | |
fix broken Restart Gradio button |