awsr
4d3dfac0a0
Add timestamp-to-UTC datetime util
2025-12-28 00:10:35 -08:00
awsr
d05ad24309
Fix reversed logic
2025-12-27 18:51:40 -08:00
awsr
b25bfb6cba
More robust time string handling
2025-12-27 17:11:27 -08:00
awsr
214d84feea
Ensure information is actually updated
...
I'm assuming this is what was intended because otherwise there would be no reason to refresh information again after updating.
2025-12-27 16:44:20 -08:00
awsr
4bd9d20972
TZ-aware and time formatting
2025-12-27 16:44:19 -08:00
awsr
4649e7a865
Switch to type-safe file loading
2025-12-27 16:44:19 -08:00
awsr
1e4b1cbbae
Add helper functions
2025-12-27 16:44:19 -08:00
awsr
816d05b072
Use consistent default values/types
2025-12-27 16:44:19 -08:00
Disty0
259a38a2ed
fix sdnq lora
2025-12-27 23:07:53 +03:00
Disty0
b852ff42ef
SDNQ fix wrong fp8 mm type is set
2025-12-27 17:27:05 +03:00
Disty0
db59d2b507
SDNQ handle packed floats in fp mm
2025-12-27 16:29:18 +03:00
Vladimir Mandic
95eeeb614f
Merge pull request #4501 from awsr/time-fixes
...
Fix time comparison order
2025-12-27 08:50:28 +01:00
awsr
2e1e141a39
Add short version of checkpoint titles
...
Fixes compatibility with some extensions, including updated adetailer.
2025-12-26 20:54:49 -08:00
Disty0
448e7b7735
replace the default fp6 type
2025-12-27 02:10:12 +03:00
awsr
39fc355d2f
Fix time comparison order
2025-12-26 15:08:42 -08:00
Vladimir Mandic
9b891944b5
Merge pull request #4500 from awsr/js-import-fix
...
Fix incorrect variable check
2025-12-26 22:32:54 +01:00
Disty0
761fb82685
fix missing comma
2025-12-26 21:27:57 +03:00
Disty0
22b9e69a3e
cleanup whitespace
2025-12-26 21:18:56 +03:00
Disty0
fd6c89a626
cleanup
2025-12-26 21:16:55 +03:00
awsr
d58d109407
Fix incorrect variable check
2025-12-26 09:25:25 -08:00
Disty0
e7fa690321
cleanup
2025-12-26 20:10:55 +03:00
Disty0
4a4784eafa
SDNQ add new stack of custom floating point types and remove irrelevant qtypes from the ui list
2025-12-26 20:09:17 +03:00
vladmandic
bb13aabe17
add ovis-image
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-26 08:05:25 +01:00
Disty0
f37fa88824
remove ModuleList and ModuleDict from no_split_module_classes
2025-12-25 14:30:37 +03:00
Vladimir Mandic
0b1e6d2d3c
improve offloading
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2025-12-25 10:24:02 +00:00
vladmandic
3a96c514c4
cleanup
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-24 15:10:43 +01:00
vladmandic
93e3658b8d
cleanup auth login msg
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-24 10:50:39 +01:00
vladmandic
fab224c4df
zimage-controlnet-union initial code
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-24 10:42:42 +01:00
vladmandic
a319a98e59
error handling of meta embeds
...
Signed-off-by: vladmandic <mandic00@live.com >
2025-12-23 10:23:14 +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
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
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
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