Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better checking of extension state from Git info | space-nuko | 2023-03-29 | 1 | -1/+13 |
| | |||||
* | Save/restore working webui/extension configs | space-nuko | 2023-03-29 | 1 | -8/+17 |
| | |||||
* | Make disable configurable between builtin/extra extensions | space-nuko | 2023-03-27 | 1 | -4/+9 |
| | |||||
* | Add temporary "disable all extensions" option for debugging use | space-nuko | 2023-03-27 | 1 | -0/+4 |
| | |||||
* | do not read extensions' git stuff at startup | AUTOMATIC | 2023-03-27 | 1 | -10/+19 |
| | |||||
* | add missing extensions_dir, extensions_builtin_dir to extensions.py | AUTOMATIC | 2023-03-25 | 1 | -0/+1 |
| | |||||
* | split commandline args into its own file | AUTOMATIC | 2023-03-25 | 1 | -9/+7 |
| | | | | make launch.py use the same command line argument parser as the main program | ||||
* | git 3.1.30 api change | Adam Huganir | 2023-02-25 | 1 | -3/+3 |
| | |||||
* | display 8 (rather than 7) characters of the extension commit hash in the ↵ | AUTOMATIC | 2023-02-19 | 1 | -1/+1 |
| | | | | installed extensions table | ||||
* | add version to extensions table | Vladimir Mandic | 2023-02-13 | 1 | -0/+6 |
| | |||||
* | create user extensions directory if not exists | Max Audron | 2023-01-27 | 1 | -0/+2 |
| | |||||
* | add data-dir flag and set all user data directories based on it | Max Audron | 2023-01-27 | 1 | -1/+1 |
| | |||||
* | add built-in extension system | AUTOMATIC | 2022-12-03 | 1 | -6/+16 |
| | | | | | add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions | ||||
* | Fix: `error: Your local changes to the following files would be overwritten ↵ | Mrau Hu | 2022-11-12 | 1 | -2/+5 |
| | | | | | | | | | | 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. | ||||
* | make existing script loading and new preload code use same code for loading ↵ | AUTOMATIC | 2022-11-12 | 1 | -21/+0 |
| | | | | | | modules limit extension preload scripts to just one file named preload.py | ||||
* | Add option to preload extensions | d8ahazard | 2022-11-08 | 1 | -1/+22 |
| | | | | By creating a file called "preload.py" in an extension folder and declaring a preload(parser) method, we can add extra command-line args for an extension. | ||||
* | do not die when an extension's repo has no remote | AUTOMATIC | 2022-11-05 | 1 | -2/+5 |
| | |||||
* | fix scripts I broke with the extension tab changes | AUTOMATIC | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | add initial version of the extensions tab | AUTOMATIC | 2022-10-31 | 1 | -0/+83 |
fix broken Restart Gradio button |