Commit Graph

1265 Commits

Author SHA1 Message Date
Vladimir Mandic 314a9bf67c fix extension uninstall 2023-05-18 14:55:43 -04:00
Vladimir Mandic 8b682183e3 update gradio 2023-05-18 10:41:24 -04:00
Vladimir Mandic 0e46e74c5e fix extension update/uninstall 2023-05-18 09:27:42 -04:00
Vladimir Mandic 08d7829478 fix script order 2023-05-18 07:47:18 -04:00
Vladimir Mandic c1e70df845 follow symlinks 2023-05-18 07:36:38 -04:00
Vladimir Mandic 85dafa0610 fix live preview 2023-05-17 15:28:44 -04:00
Vladimir Mandic 0ccda9bc8b jumbo patch 2023-05-17 14:15:55 -04:00
Vladimir Mandic f6f1a73b39 minor fixes 2023-05-17 06:15:18 -04:00
Alex Heller d2108ab2b9 Made setting tabs move to top if not enough space
Currently the tabs will be ordered in grid fashion, but might be worth considering to somehow bring back the original flex tab layout.
This is hard though due to the interleaved modification indicators,
and the inability to wrap the tab headers in a custom div
(as gradio's svelte replaces the wrapper with each ui update)
2023-05-17 03:40:16 +02:00
Vladimir Mandic 0dbca33cac fix js 2023-05-16 21:19:03 -04:00
Vladimir Mandic ff4f94fc2a fixes 2023-05-16 18:05:29 -04:00
Vladimir Mandic bce16a1db5 update lora 2023-05-16 12:24:04 -04:00
Vladimir Mandic c99c1410f5 update 2023-05-14 20:25:27 -04:00
Vladimir Mandic 2ce17e727f fix css 2023-05-14 13:27:59 -04:00
Vladimir Mandic 85d67d6331 add interrupt to processing 2023-05-14 12:13:44 -04:00
Vladimir Mandic 4f937be64b fix sendto metadata 2023-05-14 10:39:32 -04:00
Vladimir Mandic 1921504e64 enable dynamo compile 2023-05-12 15:58:00 -04:00
Vladimir Mandic 0a46f8ada7 enable per-extension update 2023-05-12 10:07:19 -04:00
Vladimir Mandic 5905fcb97e deduplicate themes 2023-05-11 19:43:30 -04:00
Vladimir Mandic 8c98115914 remove force reinstall 2023-05-11 14:20:27 -04:00
Vladimir Mandic e8100ebadb fix css 2023-05-11 12:38:59 -04:00
Vladimir Mandic d12b900e6f fix params 2023-05-11 12:37:15 -04:00
Vladimir Mandic 05656a54fe update extra networks 2023-05-11 09:30:34 -04:00
Vladimir Mandic c5df80197e new extension manager 2023-05-10 15:12:02 -04:00
Vladimir Mandic a9139294c4 Merge pull request #830 from bruno-c/ui-js-fix-cors-error
Fetch from API using relative path to avoid CORS errors
2023-05-09 11:25:43 -04:00
Vladimir Mandic 9f1004d2b6 fix tab ordering 2023-05-09 11:13:10 -04:00
Bruno Carriere 302aed34b7 Fetch from API using relative path to avoid CORS errors 2023-05-09 10:36:28 -04:00
Vladimir Mandic 1288aec459 correct metadata before/after 2023-05-09 09:09:31 -04:00
Vladimir Mandic 57ae792004 add ui ordering 2023-05-09 09:09:31 -04:00
Alexandre Froger 891b61d09f Make opts global
Allow extension to tap into opts (like https://github.com/froger-me/sd-webui-aspect-ratio-helper)
2023-05-09 19:16:57 +08:00
Vladimir Mandic 4d9fab4984 fix txt_fullfn 2023-05-08 11:56:59 -04:00
Alex Heller 1fdbab5e64 Fix: Issue with show all setting pages 2023-05-08 00:15:51 +02:00
Alex Heller 47a19f1f83 Slightly changed hover information
Now it's more in line with the toplevel indicator message.
2023-05-08 00:11:09 +02:00
Alex Heller 16b5281d13 Added toplevel change indicator functionality 2023-05-08 00:09:53 +02:00
Alex Heller a48e2b90a5 Added visual toplevel setting change indicators 2023-05-07 23:21:37 +02:00
Vladimir Mandic c470f39913 merge fixes 2023-05-04 16:55:41 -04:00
Vladimir Mandic a677253b7c add api-logo workaround 2023-05-04 10:45:25 -04:00
Vladimir Mandic 303574ebfc draft full merge from upstream 2023-05-04 09:27:48 -04:00
Vladimir Mandic 865c0bc7a3 merge from upstream 2023-05-04 07:51:38 -04:00
Vladimir Mandic e7b88e6a50 fix notifications 2023-05-03 18:40:34 -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 e324e54cfb set default gallery view 2023-05-03 10:36:12 -04:00
Vladimir Mandic e566fed3a1 fonts and upscale fix 2023-05-03 08:00:26 -04:00
Vladimir Mandic 7a083d322b merge commits 2023-05-02 15:06:06 -04:00
Vladimir Mandic 530dafc453 cleanup 2023-05-02 08:54:47 -04: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
Vladimir Mandic d4a748d758 update requirements 2023-05-01 12:25:35 -04: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
Alex Heller ddfee28e7c Use Json serialized value to compare previous value
This is done so that arrays get compared correctly (deep compare)
2023-04-30 23:15:53 +02:00