Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-25 | split commandline args into its own file | AUTOMATIC | |
make launch.py use the same command line argument parser as the main program | |||
2023-02-25 | git 3.1.30 api change | Adam Huganir | |
2023-02-19 | display 8 (rather than 7) characters of the extension commit hash in the ↵ | AUTOMATIC | |
installed extensions table | |||
2023-02-13 | add version to extensions table | Vladimir Mandic | |
2023-01-27 | create user extensions directory if not exists | Max Audron | |
2023-01-27 | add data-dir flag and set all user data directories based on it | Max Audron | |
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-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 | make existing script loading and new preload code use same code for loading ↵ | AUTOMATIC | |
modules limit extension preload scripts to just one file named preload.py | |||
2022-11-08 | Add option to preload extensions | d8ahazard | |
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. | |||
2022-11-05 | do not die when an extension's repo has no remote | AUTOMATIC | |
2022-10-31 | fix scripts I broke with the extension tab changes | AUTOMATIC | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | |
fix broken Restart Gradio button |