CalamitousFelicitousness
98ea64943f
fix(modelloader): convert ModelCardData to dict before saving model_info.json
2026-05-21 03:11:05 +01:00
CalamitousFelicitousness
394d4e5b84
fix(ltx): patch connectors regression and group model dropdown
...
- monkey-patch LTX2ConnectorTransformer1d.forward to restore pre-#13564
padding logic when the upstream torch.flip pattern is detected; fixes
word-order scrambling in audio dialogue tracks
- reorganize LTX model entries into version-group separators (2.3 v1.1,
2.3 v1.0, 2.0, 0.9.x) with base/distilled subgroups; separators are
selectable no-ops handled in run_ltx
2026-05-21 03:01:51 +01:00
Vladimir Mandic
32d245898c
update readme and wiki
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-20 20:28:28 +02:00
Vladimir Mandic
68d73a2aca
update contributing
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-20 20:15:48 +02:00
Vladimir Mandic
e03557462a
update ai instructions
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-20 20:09:06 +02:00
Disty0
40bd5ca00d
Make Triton MM block sizes configurable
2026-05-20 19:16:21 +03:00
Vladimir Mandic
4b2f38ab7f
complete refactor javascript to typescript and reorg frontend files and folders
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-20 18:08:10 +02:00
Disty0
4341193b35
SDNQ trigger triton_mm autotune for every multiple of 64 instead of 1
2026-05-20 15:36:12 +03:00
Disty0
cad5ab19c8
SDNQ use torch.compile friendly hadamard cache
2026-05-19 22:18:58 +03:00
Vladimir Mandic
01a68baa47
update masking
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-19 11:56:20 +02:00
Vladimir Mandic
a56d1d299e
add wildcards to image metadata and note separate template from prompt field
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-19 09:45:20 +02:00
Disty0
46f37232b3
Fix hadamard not registering
2026-05-18 23:54:23 +03:00
Disty0
a896719713
Fix dynamic quant with svd + hadamard combination
2026-05-18 23:31:18 +03:00
Disty0
069a1c927d
Fix dynamic quant
2026-05-18 22:44:50 +03:00
Disty0
051c66aa6f
ipex fix torch.compile
2026-05-18 21:38:09 +03:00
Vladimir Mandic
9fd27197b7
update changelog/todo
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-18 19:33:16 +02:00
Vladimir Mandic
fdda09c7e5
fix ui server log monitor
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-18 19:33:16 +02:00
Vladimir Mandic
b2223c7f8c
nunchaku improvements
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-18 19:33:16 +02:00
Disty0
927994d47d
gate recompile_limit behind torch version
2026-05-18 19:28:05 +03:00
Disty0
65b9c8803f
SDNQ use cache for hadamard matrix
2026-05-18 18:20:32 +03:00
Disty0
ac31b897b9
PyTorch ignores the global re_compile limit now
2026-05-18 17:53:27 +03:00
Disty0
e3b1eb71a1
cleanup
2026-05-18 17:10:31 +03:00
Disty0
c227d5fa10
SDNQ add Hadamard Rotation support
2026-05-18 17:06:11 +03:00
Vladimir Mandic
88583fe745
Merge pull request #4858 from awsr/typing-merge-1
...
Additional typing updates
2026-05-18 08:29:54 +02:00
CalamitousFelicitousness
10b652cc6c
revert stable cuda 13.2 to 13.0 (ampere segfault)
2026-05-18 03:25:06 +01:00
awsr
2a0f55e0b5
Additional minor typing
2026-05-17 11:14:55 -07:00
Vladimir Mandic
7ab3007e92
update torch==2.12 with cuda==13.2
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-17 20:14:35 +02:00
awsr
027133b3bd
Typing cleanup
2026-05-17 10:41:09 -07:00
awsr
5520e9555d
Typing and type narrowing
2026-05-17 10:40:28 -07:00
awsr
39db2cf706
processing_class typing and defaultdict
...
Use defaultdict for network_data to match usage elsewhere
2026-05-17 10:22:34 -07:00
awsr
ad0afa6fb9
processing_prompt typing
2026-05-17 10:21:39 -07:00
awsr
45f6027a92
sd_checkpoint typing
2026-05-17 10:21:01 -07:00
awsr
6e153e1980
Cast correct type for opts.lora_force_reload
2026-05-17 10:06:43 -07:00
awsr
8fed5afe62
Fix method signature
2026-05-17 10:06:31 -07:00
awsr
3ff0c6d8be
Add typing
2026-05-17 10:05:43 -07:00
awsr
4e5291b1f8
Document reason for type ignore
2026-05-17 09:55:38 -07:00
awsr
4944a296c2
Move extra_data type hint
2026-05-17 09:55:00 -07:00
awsr
25428ad176
Fix argument type inference and organize imports
2026-05-17 09:52:11 -07:00
Disty0
39b768564a
update ipex and rocm to torch 2.12
2026-05-17 18:26:19 +03:00
Vladimir Mandic
10febba1a2
Merge pull request #4857 from liutyi/dev
...
fix compatibility to sdnext-scheduler
2026-05-17 15:09:56 +02:00
Oleksandr Liutyi
72e23ebdf6
fix compatibility to sdnext-scheduler
2026-05-17 12:30:11 +00:00
Vladimir Mandic
2270580a40
improve settings search
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-17 09:59:38 +02:00
Vladimir Mandic
dd796552db
use snapshot path for downloaded model
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-17 09:14:50 +02:00
Vladimir Mandic
68f00d85ca
attention execution guard against cpu tensors
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-17 08:44:29 +02:00
Vladimir Mandic
d8433e53cd
fix custom vae loader
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-17 08:37:13 +02:00
Disty0
297ab4bb60
SDNQ Lora fix dtype
2026-05-16 13:13:41 +03:00
Vladimir Mandic
9baa986184
update readme
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-16 11:27:32 +02:00
Vladimir Mandic
f67562b912
- all guidance values set to -1 to enable using model defaults
...
- log default values used if not overriden by user
- rename inconsistent guidance variables:
p.cfg_scale
p.image_cfg_scale -> p.cfg_image
p.diffusers_guidance_rescale -> p.cfg_rescale
p.pag_scale -> p.cfg_true
p.pag_adaptive -> p.cfg_adaptive
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-16 11:06:23 +02:00
Vladimir Mandic
632032308d
add pruna placeholders
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-16 09:18:39 +02:00
Vladimir Mandic
7786b5de7d
fix GHSA
...
Signed-off-by: Vladimir Mandic <mandic00@live.com >
2026-05-16 08:53:54 +02:00