Vladimir Mandic
8a9eb2c766
add test script
2023-05-15 08:44:03 -04:00
Vladimir Mandic
c99c1410f5
update
2023-05-14 20:25:27 -04:00
Vladimir Mandic
77eae443b5
extension manager fixes
2023-05-14 11:22:15 -04:00
Vladimir Mandic
12569f7fdb
match installed extensions
2023-05-14 08:02:36 -04:00
Vladimir Mandic
0a46f8ada7
enable per-extension update
2023-05-12 10:07:19 -04:00
Vladimir Mandic
0f2a03a5bf
update theme
2023-05-11 11:50:51 -04:00
Vladimir Mandic
c5df80197e
new extension manager
2023-05-10 15:12:02 -04:00
Vladimir Mandic
4d9fab4984
fix txt_fullfn
2023-05-08 11:56:59 -04:00
Vladimir Mandic
c470f39913
merge fixes
2023-05-04 16:55:41 -04:00
Vladimir Mandic
303574ebfc
draft full merge from upstream
2023-05-04 09:27:48 -04:00
Vladimir Mandic
cb4cff3929
redesign logging
2023-05-02 13:57:16 -04:00
Vladimir Mandic
6981262beb
validate script_args
2023-04-25 19:02:43 -04:00
Vladimir Mandic
58df74cfd5
new middleware handler and ability to restart server on-the-fly
2023-04-16 15:57:00 -04:00
Vladimir Mandic
8cd7510530
separate user vs system extensions
2023-04-15 12:58:01 -04:00
Vladimir Mandic
fd51bb90d0
enable quick launch
2023-04-15 11:51:58 -04:00
Vladimir Mandic
ed8819b8fc
lycoris, strong linting, model keyword, circular imports
2023-04-15 10:28:31 -04:00
Vladimir Mandic
2ece9782e4
handle duplicate extensions and redo exception handler
2023-04-14 09:57:53 -04:00
Vladimir Mandic
86b83fc956
Merge pull request #66 from AUTOMATIC1111/master
...
merge from upstream
2023-03-28 16:43:39 -04:00
space-nuko
fc8e1008ea
Make disable configurable between builtin/extra extensions
2023-03-27 12:44:49 -04:00
Vladimir Mandic
4231cf42f6
Merge pull request #65 from AUTOMATIC1111/master
...
merge from upstream
2023-03-27 10:35:57 -04:00
AUTOMATIC
5fcd4bfa3d
do not read extensions' git stuff at startup
2023-03-27 10:02:30 +03:00
Vladimir Mandic
073e8e1495
Merge pull request #58 from AUTOMATIC1111/master
...
merge from upstream
2023-03-25 09:29:37 -04:00
AUTOMATIC1111
9b2dcb04bc
Merge branch 'master' into master
2023-03-25 16:15:29 +03:00
Vladimir Mandic
f181885f0c
Merge pull request #57 from AUTOMATIC1111/master
...
merge from upstream
2023-03-25 08:47:00 -04:00
AUTOMATIC1111
9d2551d593
Merge pull request #8647 from Tps-F/add_submodule
...
Support git submodule for extension and Fix Windows PermissionError
2023-03-25 11:02:41 +03:00
AUTOMATIC
af2db25c84
enable queue by default
...
more stylistic changes
2023-03-25 09:00:37 +03:00
pieresimakp
252f15e046
added search textbox to filter available extensions
2023-03-23 23:43:00 +08:00
Vladimir Mandic
f6679fcc77
add global exception handler
2023-03-17 10:08:07 -04:00
Vladimir Mandic
27dca3c15b
change startup order and refresh ui
2023-03-16 15:35:10 -04:00
Ftps
147d2922ff
Cross device link
2023-03-16 12:35:48 +09:00
Ftps
79ed567b12
remove unused library
...
I'm sorry I forgot.
2023-03-15 22:42:53 +09:00
Ftps
4845db4e32
Update ui_extensions.py
...
Add git submodule and Fix WinError
2023-03-15 20:29:50 +09:00
Vladimir Mandic
f2e9991de5
Merge pull request #52 from AUTOMATIC1111/master
...
merge from upstream
2023-03-13 07:30:49 -04:00
AUTOMATIC
27eedb6966
change extension index link to the new dedicated repo instead of wiki
2023-03-12 17:20:17 +03:00
Vladimir Mandic
871764e595
update lightning and unipc
2023-03-11 10:56:50 -05:00
Vladimir Mandic
c9db3f2f6b
lora working versions
2023-02-13 11:44:25 -05:00
Vladimir Mandic
7893533674
add version to extensions table
2023-02-13 11:04:34 -05:00
AUTOMATIC
f8feeaaedb
add progressbar to extension update check; do not check for updates for disabled extensions
2023-01-28 15:57:56 +03: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
c9bded39ee
sort extensions by date and add an option to sort by other columns
2023-01-06 12:32:44 +03:00
AUTOMATIC1111
992a877a4a
Merge pull request #4684 from simcop2387/fix-extension-docker
...
Fix docker tmp/ and extensions/ handling for docker.
2022-12-24 09:06:10 +03:00
AUTOMATIC
713c48ddd7
add an 'installed' tag to extensions
2022-12-10 15:05:22 +03: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
jcowens
99b19b1a8f
fix typo
2022-12-02 02:53:26 -08:00
Ryan Voots
671c0e42b4
Fix docker tmp/ and extensions/ handling for docker. might also work for symlinks
2022-11-13 13:39:41 -05: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
98947d173e
run installers for newly installed extensions
2022-11-12 11:11:47 +03:00
AUTOMATIC
e5b4e3f820
add tags to extensions, and ability to filter out tags
...
list changed Settings keys in UI
do not print VRAM/etc stats everywhere but in calls that use GPU
2022-11-06 10:12:53 +03:00
innovaciones
0d7e01d995
Open extensions links in new tab
...
Fixed for "Available" tab
2022-11-04 12:14:32 -06:00
Ju1-js
e33d6cbddd
Make extension manager Remote links open a new tab
2022-11-02 21:04:49 -07:00