Commit Graph

14136 Commits

Author SHA1 Message Date
Vladimir Mandic e280938e79 add prompt enhance to ltx and fix audio
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-28 13:11:21 +02:00
Vladimir Mandic 7a6fa28484 prompt enhance video support
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-28 12:27:40 +02:00
Vladimir Mandic 6f79aae7d2 modernui update
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-28 11:10:29 +02:00
Vladimir Mandic 9dec85040e video: support for scripts/extensions
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-28 10:43:58 +02:00
Vladimir Mandic fcbef8f55a cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-27 21:30:40 +02:00
Vladimir Mandic 456306eb06 fix wildcards again
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-27 20:33:51 +02:00
Vladimir Mandic 9116f7ab18 fix wildcards enum
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-27 18:28:38 +02:00
Vladimir Mandic 8018578059 video processing preserve audio
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-27 14:23:14 +02:00
Vladimir Mandic 3be4dce41e profiling updates
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-26 19:35:56 +02:00
Vladimir Mandic aac0441938 cleanup seedvr defaults
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-26 08:36:52 +02:00
Vladimir Mandic 901e485204 possible fix seedvr
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-26 08:36:52 +02:00
CalamitousFelicitousness 138aff6ed0 fix(cli): judge attention settings jointly in the benchmark recommendations
The settings rows were verdicted one at a time against int8 qk alone, so
the table could assemble a tuple no row ever measured and contradict its
own stars: pv lost a solo 10 percent margin test while the starred best
config carried pv at four of nine shapes, and the emitted smooth-only
stack was strictly dominated by measured rows at three shapes.

- select the recommendation as the best measured quantized config by the
  star rule (lowest error within 5 percent of the fastest, error cap vs
  int8), then gate that one config against unquantized at a z adjusted
  for having selected the best of the pool
- decompose the winner into the settings rows; each reason cites the
  measured sibling that isolates its setting, replacing the blanket no
  gain wording that hid an 8 percent measured win
- drop the additive stack estimate, composition check and float8 rescue,
  which the joint selection covers by construction on measured rows
- name each shape's selected config in the per-shape verdict note and
  compute sidak z exactly for any candidate count
2026-07-25 03:23:38 +01:00
CalamitousFelicitousness d1774c51f8 fix(cli): correct the importlib import in the attention benchmark
Hoisting the function-local imports to module scope wrote
`import importlib.import_module`, which cannot resolve because
import_module is a function in importlib, not a submodule, so the
benchmark failed at startup with ModuleNotFoundError.

- import importlib, which is what the module-scope call sites need
2026-07-25 02:16:13 +01:00
Disty0 3a5c84d12e cleanup 2026-07-25 00:00:06 +03:00
Disty0 f46c34db68 add num_stages 2 to amd 2026-07-24 23:32:00 +03:00
Disty0 6f83e8d059 revert fuse alpha and tl.dot 2026-07-24 22:20:30 +03:00
Disty0 9b296cbc1e sdnq atten fuse alpha and pv 2026-07-24 21:41:20 +03:00
Disty0 d11a619a64 lint 2026-07-24 19:46:38 +03:00
Vladimir Mandic 4cf2854c93 update ruff and lint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-24 18:20:41 +02:00
Vladimir Mandic 9b805aed22 mage placeholder
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-24 15:15:51 +02:00
Vladimir Mandic 9a4bd4af3e Merge branch 'master' into dev 2026-07-23 11:48:23 +02:00
Vladimir Mandic b95786908e update changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-23 11:45:26 +02:00
Vladimir Mandic 7446498503 add sefi placeholder
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-23 09:23:29 +02:00
Disty0 b3e73dd6aa SDNQ include torch mm in compile graph and add SDNQ_INCLUDE_MM_KERNEL_IN_COMPILE 2026-07-23 01:30:15 +03:00
CalamitousFelicitousness 36ec09495d fix(sdnq): judge the dequant compile toggle at layer-forward scope
The toggle changes no output, so the verdict is a symmetric
faster/slower test on the layer forward it gates, voted across every
measured dequant shape; the standalone kernel ratio stays in the notes.
2026-07-22 22:13:55 +01:00
Disty0 177f4c417c Add SDNQ_USE_TRITON_SCALED_MM 2026-07-22 23:11:57 +03:00
Vladimir Mandic 66f90eb31e fix stuck live preview
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 21:08:56 +02:00
Vladimir Mandic d0091a0d33 update changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 20:19:16 +02:00
Vladimir Mandic 9b7a8a3408 skip reapply attention
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 20:12:07 +02:00
Vladimir Mandic a2f611df6c correct attention reapply
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 19:47:51 +02:00
Vladimir Mandic 203ed183f2 lint
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 10:01:19 +02:00
Vladimir Mandic 7e6155e543 handle invalid subsystem log messages
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 09:56:02 +02:00
Vladimir Mandic f4ee2c22c1 process button busy tracking
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 09:39:55 +02:00
Vladimir Mandic e503d88934 fix hotkeys
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-22 08:43:10 +02:00
Vladimir Mandic 9d42c7c483 cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-21 16:04:10 +02:00
Vladimir Mandic 53e69c7ec2 seedvr enhancements
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-21 15:59:45 +02:00
Vladimir Mandic 315719f9e5 fix rembg dependencies
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-21 08:20:55 +02:00
Vladimir Mandic 1281cf8132 add process video
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-20 21:44:43 +02:00
Vladimir Mandic 24b4ffcf60 update changelog/todo
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-20 10:25:23 +02:00
Vladimir Mandic 903ed868ce networks multi-string search
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-20 09:34:13 +02:00
Vladimir Mandic 326fa643fc preview fix cache
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-20 09:05:07 +02:00
Vladimir Mandic 3a9ebc3494 process add video info and metadata
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-19 14:37:20 +02:00
Vladimir Mandic 8c0cd148be fix seedvr-7b
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-19 12:07:34 +02:00
Vladimir Mandic c39a0ab488 clean and propagate tracebacks to ui
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-19 11:54:45 +02:00
Vladimir Mandic bed5a51f8b fix skip processing
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-19 10:52:55 +02:00
Vladimir Mandic 5d989a6cc6 shared repos match multiple
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-19 10:27:18 +02:00
Vladimir Mandic 42cb4cf489 explicit seedvr implementation
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-07-18 10:35:07 +02:00
CalamitousFelicitousness 5c47e557c4 fix(te): load flux1 sdnq-uint4 t5 from text_encoder_2 subfolder 2026-07-17 19:11:02 +01:00
CalamitousFelicitousness 3022b1686d feat(sdnq): flux.1 and krea 2 geometry for the dequant and block sections
Every dequant shape and block geometry comes from a real transformer config,
one source of truth per model.

- flux.1: attention linears 3072x3072, feed-forward 12288x3072, block at
  3072 wide, 24 heads, 12288 ff, 4608 joint tokens
- krea 2: standalone wq 6144x6144, swiglu gate 16384x6144, block at 6144
  wide, 48 heads, 4608 joint tokens
- the block section measures every geometry in block_geometries; buyback
  costs are judged at the block matching the reference shape, with the
  geometry named in the reason
- te shape lookup keys on its label instead of a list index
2026-07-17 00:57:47 +01:00
CalamitousFelicitousness 5a99f9c128 feat(sdnq): add a krea 2 shape preset to the attention benchmark
Krea 2 runs joint attention over one text plus image stream with a segment
mask: text is padded to a fixed 512 tokens and the padded tail is masked for
queries and keys both, so fully masked query rows yield nan under sdpa. The
preset carries the transformer's exact (B, 1, L, L) mask, nan-guards the
error path the way the model does, and uses the 48 kernel-level heads left
after gqa expansion at 4608 joint tokens.

- fix the drift fields crashing when save_report rebuilt the run info
2026-07-17 00:36:37 +01:00