Commit Graph

431 Commits (321bfe8bc77d4b4e0e223089f437df1eba9d2d9d)

Author SHA1 Message Date
brknsoul b6d50a93c6
brackets 2024-10-18 14:09:43 +10:30
brknsoul a5e92e2bb3
Update webui.py
added shared.opts.autolaunch
2024-10-18 13:40:48 +10:30
Vladimir Mandic ea0dfebe2d better handle any quant lib requirements
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-12 13:36:16 -04:00
Vladimir Mandic 723ce74986 add linfusion
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-09 11:01:16 -04:00
Vladimir Mandic f17fbe096d fix corner-case model load on startup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-09 08:36:52 -04:00
Vladimir Mandic 3bbcc33181 add detailer
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-07 09:32:56 -04:00
Vladimir Mandic 47755dce6b refactor devices
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-09-29 20:17:03 -04:00
Vladimir Mandic 2acb883dda jumbo update, see changelog 2024-09-18 13:48:30 -04:00
Vladimir Mandic fe93ad6929 refactor xyzgrid 2024-09-13 19:22:02 -04:00
Vladimir Mandic 787b321d57 fix 2024-09-07 18:01:48 -04:00
Vladimir Mandic 8f0d08e9a4 cache diffusers version 2024-09-07 12:12:45 -04:00
Vladimir Mandic 0d9ce663e4 post release dev merge, see changelog for details 2024-09-01 12:20:10 -04:00
Vladimir Mandic bbaa03a466 add 4bit t5 2024-06-17 09:39:30 -04:00
Vladimir Mandic deefbe59a4 sd3 sampler shift support 2024-06-16 15:56:25 -04:00
Vladimir Mandic 6e01d510d4 add sd3 2024-06-12 21:02:48 -04:00
Vladimir Mandic a20103a86c add prompt attention normalization 2024-06-10 15:48:55 -04:00
Vladimir Mandic b3c7267ff9
Merge branch 'dev' into patch-1 2024-06-09 19:07:03 -04:00
Vadim Isakov b48803f96b
Update webui.py 2024-06-09 13:12:56 -07:00
Vladimir Mandic 6d6f1de295 additional python 3.12 compatibility 2024-06-08 14:14:48 -04:00
Vladimir Mandic 0cedf950f2 update diffusers, release notes, lint fixes 2024-05-27 08:59:57 -04:00
Vladimir Mandic 554e5c8224 torch dynamic profiling 2024-05-16 18:40:18 -04:00
Seunghoon Lee 5f5fa99360
olive-ai 0.5.x support 2024-05-05 18:52:36 +09:00
Vladimir Mandic a26d222cc1 add load unet override 2024-04-28 11:51:08 -04:00
Vladimir Mandic 19db61a861 reorg imports for faster startup 2024-04-07 16:29:33 -04:00
Vladimir Mandic b1e6a81bef update favicon 2024-04-06 15:17:56 -04:00
Vladimir Mandic 88de556445 update todo and startup logging 2024-02-22 21:05:39 -05:00
Vladimir Mandic 6c9d35a639 new gradio hijacks 2024-02-12 09:57:31 -05:00
Vladimir Mandic 8ec457c307 add allowed paths cli param 2024-02-10 08:46:17 -05:00
Vladimir Mandic a4dbdc04fb cache sampler 2024-02-04 12:36:56 -05:00
Vladimir Mandic f04fa75eae add on_after_ui callback 2024-01-29 10:10:10 -05:00
Vladimir Mandic b79d8ea6c3 cleanup api model defs 2024-01-28 10:25:26 -05:00
Vladimir Mandic 7e447222a1 refactor api 2024-01-28 10:13:09 -05:00
Vladimir Mandic 0e141a72b7 fix fastapi redocs 2024-01-27 14:50:33 -05:00
Vladimir Mandic 16eaeeb766 cleanup startup 2024-01-17 12:15:07 -05:00
Vladimir Mandic 4cef19892e segment prototype 2024-01-13 21:20:33 -05:00
Vladimir Mandic 2ec5e9d136 remove eol cmdflag no-download 2024-01-11 12:39:06 -05:00
Vladimir Mandic d73001f1a9 enable swtiching built-in themes on-the-fly 2024-01-10 11:58:09 -05:00
Vladimir Mandic 395e2fd23e further hijack cleanup 2024-01-09 15:20:19 -05:00
Vladimir Mandic fcdc53addc lazy load imports 2024-01-08 12:51:12 -05:00
Vladimir Mandic c55bdffe02 reduce imports and do not load ldm in diffusers 2024-01-08 12:11:38 -05:00
Vladimir Mandic d2940a05d1 fix folder enum and refactor control ipadapter 2024-01-07 17:57:58 -05:00
Vladimir Mandic 56ffd2f5f5
Merge pull request #2682 from midcoastal/BF/__launch
Corrected Conditional Check
2024-01-05 12:08:15 -05:00
Midcoastal 1778d37040
Corrected Conditional Check 2024-01-04 14:55:25 -05:00
Vladimir Mandic d4196b8185 cleanup startup sequence 2024-01-04 12:25:53 -05:00
Vladimir Mandic 5cfc044ec6 tracing and control improvements 2023-12-20 17:33:19 -05:00
Vladimir Mandic 8ceeee8b87 add trace logging 2023-12-20 10:17:39 -05:00
Vladimir Mandic 936cf9786c create_ui and process refactor 2023-12-15 18:54:48 -05:00
Midcoastal 931fa8f107
Add ENV var to dissable Gradio Frontend Check
This is nessesary for large Model collections, as the initial gradio
frontend health check can timeout (3 seconds) and prevent the
WebUI from loading.

This is optional, and does not impact the actual load/launch or
other functionality.
2023-12-07 19:01:55 -05:00
Vladimir Mandic 439542d3df redesign profiler 2023-12-03 11:27:24 -05:00
Vladimir Mandic d13f3dfeed always log level debug to log file 2023-11-24 09:21:47 -05:00