space-nuko
2a4d3d2124
Add temporary "disable all extensions" option for debugging use
2023-03-27 12:04:45 -04:00
AUTOMATIC
5fcd4bfa3d
do not read extensions' git stuff at startup
2023-03-27 10:02:30 +03:00
AUTOMATIC
69eb2a9ee8
add missing extensions_dir, extensions_builtin_dir to extensions.py
2023-03-25 17:39:53 +03:00
AUTOMATIC
8c801362b4
split commandline args into its own file
...
make launch.py use the same command line argument parser as the main program
2023-03-25 16:05:25 +03:00
Adam Huganir
6d92d95a33
git 3.1.30 api change
2023-02-25 19:15:06 +00:00
AUTOMATIC
1646991637
display 8 (rather than 7) characters of the extension commit hash in the installed extensions table
2023-02-19 09:54:04 +03:00
Vladimir Mandic
7893533674
add version to extensions table
2023-02-13 11:04:34 -05:00
Max Audron
23a9d5e273
create user extensions directory if not exists
2023-01-27 14:44:34 +01:00
Max Audron
5eee2ac398
add data-dir flag and set all user data directories based on it
2023-01-27 14:44:30 +01:00
AUTOMATIC
b6e5edd746
add built-in extension system
...
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
2022-12-03 18:06:33 +03:00
Mrau Hu
d671d1d45d
Fix: `error: Your local changes to the following files would be overwritten 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 21:44:42 +03:00
AUTOMATIC
a1a376331c
make existing script loading and new preload code use same code for loading modules
...
limit extension preload scripts to just one file named preload.py
2022-11-12 10:56:06 +03:00
d8ahazard
cfcadeae9a
Add option to preload extensions
...
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-08 10:03:56 -06:00
AUTOMATIC
03b08c4a6b
do not die when an extension's repo has no remote
2022-11-05 15:04:48 +03:00
AUTOMATIC
58cc03edd0
fix scripts I broke with the extension tab changes
2022-10-31 18:40:47 +03:00
AUTOMATIC
910a097ae2
add initial version of the extensions tab
...
fix broken Restart Gradio button
2022-10-31 17:37:02 +03:00