Commit Graph

906 Commits

Author SHA1 Message Date
Vladimir Mandic 303574ebfc draft full merge from upstream 2023-05-04 09:27:48 -04:00
Vladimir Mandic ba3a0827da minor formatting updates 2023-05-03 18:14:13 -04:00
Vladimir Mandic 5d8c787a7b restart server redesign 2023-05-03 17:20:22 -04:00
Vladimir Mandic 0af6c70b94 add notifications 2023-05-03 14:32:14 -04:00
Vladimir Mandic 660a17a0f9 update requirements 2023-05-03 08:31:27 -04:00
Alex Heller 947b1991e0 Refactor: Removed unused group in settings 2023-05-03 14:30:08 +02:00
Vladimir Mandic e379da2f5f fix logger 2023-05-02 15:55:33 -04:00
Vladimir Mandic 568e700987 Merge pull request #606 from DrakeRichards/notification-sounds
Adding notification.mp3 support
2023-05-02 15:12:13 -04:00
Vladimir Mandic 7a083d322b merge commits 2023-05-02 15:06:06 -04:00
Vladimir Mandic cb4cff3929 redesign logging 2023-05-02 13:57:16 -04:00
Thomas Young f325594a65 Added notification sound settings 2023-05-01 18:05:25 -05:00
Alex Heller ab03159e59 Fix: Bar was not removed for array settings (checkbox-group)
Hopefully this is the last time the behaviour needs to be adapted for that setting type.
2023-05-02 01:02:14 +02:00
Thomas Young 110eee1a0a Merge branch 'master' of https://github.com/vladmandic/automatic into notification-sounds 2023-05-01 16:55:41 -05:00
Alex Heller 074c924052 Removed double empty line on hidden items
This is a quick fix, needs more careful consideration
2023-05-01 04:41:29 +02:00
Alex Heller 2d82bc67d4 Changed modification indicator to button element
The setting value now resets to previous when clicking on the indicator.
Furthermore, when hovering over the indicator it also shows what the last value was.
2023-05-01 03:38:44 +02:00
Vladimir Mandic 682330b172 new command line parser 2023-04-30 10:54:59 -04:00
Alex Heller 2c5ec7ce0b Improvement: Added individual setting changed indicator 2023-04-30 04:07:02 +02:00
Vladimir Mandic 3c41056123 make clip skip persisent 2023-04-29 16:04:10 -04:00
Thomas Young 64176bf77d Added notification.mp3 support 2023-04-28 17:06:22 -05:00
Vladimir Mandic 1f6261be80 jumbo patch 2023-04-27 13:12:20 -04:00
Vladimir Mandic e83708284a add shared.url 2023-04-26 15:55:18 -04:00
Vladimir Mandic 93b0de7e59 update rollback vae 2023-04-26 09:02:32 -04:00
Vladimir Mandic 11fa3aff6d ti fixes 2023-04-25 09:21:38 -04:00
Vladimir Mandic 20b64aad7b update samplers 2023-04-24 16:16:52 -04:00
Vladimir Mandic 9a65233845 update setup to deal with extensions preload 2023-04-22 11:23:17 -04:00
nonnonstop 5222919ebb Fix problem when --data-dir is specified 2023-04-22 15:10:00 +09:00
Mylo d33d0f69fc Extension compatibility fix
Update function signature on img2img.py:img2img() to match the one on the original Automatic1111 webui
Update function signature on txt2img.py:txt2img() to match the one on the original Automatic1111 webui
Update ui.py to create the seed_checkbox element, which is invisible since it doesn't get used, I did this so there wouldn't be any issues when it later gets sent in to a wrap_gradio_gpu_call. (slightly hacky fix)
2023-04-20 21:24:17 +02:00
Vladimir Mandic 0e7144186d jump patch 2023-04-20 11:20:27 -04:00
Vladimir Mandic e8d8dae4c7 fix broken js 2023-04-18 10:06:55 -04:00
Vladimir Mandic a975a6a03d disable gradio queues on demand 2023-04-18 08:06:16 -04:00
Vladimir Mandic 8b1f26324b optional model loader and integrate image info 2023-04-17 15:31:43 -04:00
Vladimir Mandic f5a29752e7 add dynamic themes and preview 2023-04-17 13:49:18 -04:00
Vladimir Mandic b0cec1aeb8 fix urls 2023-04-16 21:51:11 -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 a49ecc09ac optional dark/light theme 2023-04-16 08:59:47 -04:00
Vladimir Mandic c42a00c327 add theme support 2023-04-16 08:49:27 -04:00
Vladimir Mandic 26034bf1a4 Merge branch 'master' into gradio-theme-support 2023-04-16 08:18:44 -04:00
Vladimir Mandic dd25f2f515 update setup 2023-04-15 17:22:58 -04:00
Vladimir Mandic 45dcc69484 update defaults 2023-04-15 14:40:53 -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 60caa8984f fix css and change default settings 2023-04-12 12:23:07 -04:00
Vladimir Mandic 81b8294e93 switch cmdflags to settings 2023-04-12 10:40:11 -04:00
Vladimir Mandic 0d18460fe8 add clip skip 2023-04-04 09:19:25 -04:00
Vladimir Mandic 08b61191b6 Merge pull request #67 from AUTOMATIC1111/master
merge from upstream
2023-03-29 08:11:20 -04:00
AUTOMATIC 22bcc7be42 attempted fix for infinite loading for settings that some people experience 2023-03-29 08:58:29 +03:00
Vladimir Mandic 86b83fc956 Merge pull request #66 from AUTOMATIC1111/master
merge from upstream
2023-03-28 16:43:39 -04:00
AUTOMATIC 433b3ab701 Revert "Merge pull request #7931 from space-nuko/img2img-enhance"
This reverts commit 4268759370, reversing
changes made to 1b63afbedc.
2023-03-28 20:36:57 +03:00
AUTOMATIC1111 4268759370 Merge pull request #7931 from space-nuko/img2img-enhance
Add `Upscale by` and `Upscaler` options to img2img
2023-03-28 20:21:25 +03:00
AUTOMATIC 77f9db3b08 serve css as independent files 2023-03-27 12:59:12 +03:00