Commit Graph

11820 Commits

Author SHA1 Message Date
vladmandic fab224c4df zimage-controlnet-union initial code
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-24 10:42:42 +01:00
vladmandic c0141de02d add qwen-image-edit-2511
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-24 09:55:08 +01:00
Vladimir Mandic cf86bac217 Merge pull request #4493 from liutyi/dev
Kandinsky 5.0 Lite sft T2I cover image
2025-12-24 09:34:22 +01:00
Oleksandr Liutyi 0b5f0d08c9 Kandinsky 5 T2I cover image 2025-12-23 16:36:24 +00:00
vladmandic a319a98e59 error handling of meta embeds
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-23 10:23:14 +01:00
vladmandic 86885c6ab3 add qwen-layered prequantized
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-23 07:05:35 +01:00
Disty0 471b6dc1b7 SDNQ add siglip_embedder to ZImage skip keys 2025-12-23 04:32:54 +03:00
vladmandic 72b533a52a cleanup layered again
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 22:52:56 +01:00
vladmandic b5a5efaf62 cleanup
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 22:14:12 +01:00
vladmandic 4c43d9a1e6 cleanup qwen
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 22:08:49 +01:00
vladmandic 2a33d9f1a8 add qwen-image-layered
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 21:24:27 +01:00
vladmandic a78a99f0ff use balanced for auto-detected 4gb gpu
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 21:03:46 +01:00
vladmandic dde91321b9 genai exception handling and lint all
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 20:29:50 +01:00
vladmandic 4c35d3887e nvml warn once
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-22 09:17:15 +01:00
vladmandic 6e86e060ff Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev 2025-12-21 14:44:38 +01:00
vladmandic 0e24b7701d fix control input media with non-english locales
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-21 14:44:35 +01:00
Vladimir Mandic 30d4d7ae3a Merge pull request #4486 from awsr/py310-merge
Typing updates to options and fix `Extension` type inference
2025-12-21 13:42:18 +01:00
vladmandic e698441d35 version lock fastapi
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-21 13:38:15 +01:00
vladmandic 0c01866bc3 improve response validation for google-genai
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-21 13:27:32 +01:00
awsr dfe6e889d8 Fix imports 2025-12-20 01:42:03 -08:00
awsr 1a5f7ef642 Update OptionInfo import 2025-12-20 00:34:09 -08:00
awsr 148f16daed Move LegacyOption back to shared_legacy.py
Seems like Python doesn't actually consider it a circular import in this instance.
2025-12-20 00:31:13 -08:00
awsr b0dc758099 Change Mapping type to dict 2025-12-19 23:52:47 -08:00
vladmandic ea13f11923 Merge branch 'dev' of https://github.com/vladmandic/sdnext into dev 2025-12-20 07:30:09 +01:00
vladmandic c6831f59e2 update diffusers
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-20 07:30:06 +01:00
Vladimir Mandic 22b64379a5 Merge pull request #4483 from liutyi/dev
LongCat Image covers
2025-12-20 07:26:22 +01:00
awsr 4d4cf0cef1 Update options typing 2025-12-19 21:22:50 -08:00
awsr 072cab438d Use Any type for default for now 2025-12-19 19:17:52 -08:00
awsr e2c5fc0a21 Add simple docstring 2025-12-19 15:46:16 -08:00
Oleksandr Liutyi 52ce2df872 LongCat Image covers 2025-12-19 20:06:53 +00:00
awsr f8b812b68e Add Callable type annotation to onchange 2025-12-19 00:30:11 -08:00
awsr 878f2f5aa6 Use True/False instead of True/None 2025-12-19 00:22:57 -08:00
awsr f20591ce5e Use updated Callable import
Importing from `typing` is considered deprecated since it's literally just internally calling from `collections.abc`
2025-12-18 23:27:53 -08:00
awsr eeca45c7b2 Update type annotations 2025-12-18 18:09:32 -08:00
awsr 05f767cf5f Keep option type definitions together...
and update type annotations.
- Since there's no literal for sets, and because functions usually shouldn't be used as parameter defaults, use None as default and then use `set()` as default during init.
2025-12-18 18:08:54 -08:00
awsr 2cd6600a38 Add type annotations to options_section 2025-12-18 17:04:59 -08:00
awsr e211b7bf39 Fix Extension type inference 2025-12-18 14:04:41 -08:00
vladmandic 745a805df1 fix kanvas css with standardui
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-18 09:23:00 +01:00
Vladimir Mandic 71e7949dc7 Merge pull request #4479 from awsr/py310-merge
Some type safety updates
2025-12-18 08:41:35 +01:00
awsr 54ea787c88 Improve value parsing for traceback_install 2025-12-17 19:52:41 -08:00
awsr f12907cd1f Adjust parse_str_to_bool typing and logic
Python doesn't have a way to define a TypeVar as "any type except x"
2025-12-17 18:50:42 -08:00
awsr d0d9724bf7 Update wiki to latest commit
Got added by accident in an earlier commit.
2025-12-17 16:51:33 -08:00
awsr 3fa20d8fce Add type assertion 2025-12-17 16:44:35 -08:00
awsr ab7ca7e303 Remove unused TypeGuard import 2025-12-17 16:44:09 -08:00
awsr dcb7164d30 Update readfile type safety 2025-12-17 16:43:54 -08:00
awsr 18bfa4b031 Fix type enforcement 2025-12-17 13:44:25 -08:00
awsr 6f00ad4643 Add type annotation to save queue 2025-12-17 13:38:42 -08:00
awsr 4816455a99 Don't try to read txt file as json 2025-12-17 13:18:48 -08:00
awsr 56fc36d944 More dict type safety opt in 2025-12-17 13:18:48 -08:00
awsr 41105c362a Revert change incorrectly reported by Pyright as an error 2025-12-17 13:18:14 -08:00