Commit Graph

14590 Commits

Author SHA1 Message Date
Vladimir Mandic b57d526b5b update numpy/scripy and add SD_SKIP_AUTOTUNE
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-09-04 07:52:46 +02:00
Vladimir Mandic 186afd4bac update openvino, refactor compile overrides, fix lora load
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-09-02 10:58:59 +02:00
Vladimir Mandic c06aa5b8c3 update changelog and todo
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-09-01 20:26:52 +02:00
Vladimir Mandic 1ae9f81fc5 Merge pull request #5076 from zjn20030811/fix/vdm-trailing-timesteps
Fix VDM trailing timestep spacing
2026-09-01 20:25:07 +02:00
nan f895b72863 Fix VDM trailing timestep spacing 2026-09-02 00:13:20 +08:00
Vladimir Mandic df495a0f8d minimax native lora handler
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-09-01 17:38:49 +02:00
Vladimir Mandic 49de7e9c86 reduce circular imports and improve lora tags
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-09-01 14:44:59 +02:00
Vladimir Mandic 7c1e985ee7 minimax unpack latents
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-09-01 13:17:03 +02:00
Vladimir Mandic f9cc197c57 improve network type/version mapping
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-09-01 09:58:24 +02:00
Vladimir Mandic cf1f721377 fix typo
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-31 17:18:20 +02:00
Vladimir Mandic bed6bfc530 minimax preview
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-31 17:13:11 +02:00
Vladimir Mandic b8ba831a56 minimax vae preview
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-31 14:40:40 +02:00
Vladimir Mandic dbd243fe06 refactor transformers hooks
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-31 13:06:02 +02:00
Vladimir Mandic db4ffcd8ef cleanup todo
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-31 09:55:02 +02:00
Vladimir Mandic 4f6575a8bf Merge pull request #5072 from Anai-Guo/fix/lumina-dimoo-attention-kwargs
fix(lumina): pass to_compute_mask, not use_cache, to LLaDABlock.attention
2026-08-31 09:46:30 +02:00
Vladimir Mandic 3991941e5e Merge branch 'dev' into fix/lumina-dimoo-attention-kwargs 2026-08-31 09:46:14 +02:00
Vladimir Mandic 94371a6215 Merge pull request #5071 from Anai-Guo/chore/rife-drop-orphaned-v3-modules
chore(rife): drop the two vendored v3 modules the v4.25 upgrade orphaned
2026-08-31 09:45:13 +02:00
Vladimir Mandic 51bb7e3a55 Merge branch 'dev' into chore/rife-drop-orphaned-v3-modules 2026-08-31 09:44:38 +02:00
Vladimir Mandic 8012991a8b detailer handling of stop/skip/pause
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-31 09:43:06 +02:00
Anai-Guo d556544b30 fix(lumina): pass to_compute_mask, not use_cache, to LLaDABlock.attention
attention() takes (q, k, v, attention_bias, layer_past, to_compute_mask) and
has no use_cache parameter. Three of the four call sites still pass
use_cache=, which raises TypeError; only LLaDALlamaBlock's non-checkpointed
branch -- the path the shipped block_type=llama config takes -- is correct.
2026-08-30 18:20:30 -07:00
Anai-Guo 14669b59a9 chore(rife): drop the two vendored v3 modules the v4.25 upgrade orphaned
dc4c58d0 replaced the vendored RIFE with Practical-RIFE v4.25 and gave
warp() an explicit (tenFlow_div, backwarp_tenGrid) signature, but left
refine.py behind: its four warp(x, flow) calls no longer match, and
nothing imports the module. loss.py holds the EPE/SOBEL training
scaffolding the same commit says it dropped, and is likewise unused.
2026-08-30 18:17:13 -07:00
Vladimir Mandic 9f8e45c69b update modernui
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-30 20:42:33 +02:00
Vladimir Mandic f90bb1823b modular cache framework
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-30 20:41:59 +02:00
Vladimir Mandic 8347b3b70a Merge pull request #5070 from vladmandic/refactor/lora-activate-breakdown
refactor(lora): break down network_activate
2026-08-30 11:51:42 +02:00
Vladimir Mandic 34c98b91a3 Merge branch 'dev' into refactor/lora-activate-breakdown 2026-08-30 11:51:33 +02:00
Vladimir Mandic 34d9d304db modular guiders and other stuff
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-30 11:51:19 +02:00
CalamitousFelicitousness 35b935204b test(lora): assert every dispatched arch is native eligible
Two tables decide the native path: one says which architectures may take
it, the other says which loader they get. An entry in the second without
one in the first is a loader nothing can reach, and nothing checked that.
2026-08-30 06:23:07 +01:00
CalamitousFelicitousness 5538b19390 refactor(lora): extract the lokr operand rebuild
The seventeen lines that rebuild w1 and w2 from whatever the file stored
were copied into all three lokr variants, character for character. They
move to the base class; each variant keeps only the part that differs,
which is how it addresses the product.

The base class keeps its conv branch, which the two chunk variants
deliberately lack: those address 2-d fused weights.
2026-08-30 06:22:43 +01:00
CalamitousFelicitousness 2ae31ce46f refactor(lora): name the gate both channel mechanisms share
Hosting asked select_candidate whether it could take a layer, and that
function reads the host rank, so each mechanism was gated through the
other one's name. The shared conditions move into channel_candidate,
which says what they actually test: the layer is quantized, a loaded
network covers it, and there is a rank budget to spend on it.
2026-08-30 06:22:43 +01:00
CalamitousFelicitousness 7de65eca16 docs(lora): state the activation contracts where the walk lives
The rules the walk depends on were spread across the comments that
happened to need them, and the attributes it keeps on the model's modules
were written from four files with the ownership recorded nowhere. Both
are stated once in the module docstring, including the identity the
factor cache keys its pass entry on and the three writers that share the
svd tensors.
2026-08-30 06:22:43 +01:00
CalamitousFelicitousness ee21c64e67 refactor(lora): walk one component list in both passes
Deactivate carried its own shorter copy of the component list, missing
text_encoder_4 and transformer_2. Nothing depends on the difference
today: layer names are stamped only on text_encoder, text_encoder_2,
unet, transformer and llm_adapter, so modules in the other components
are skipped by both passes. Sharing the list keeps the two from drifting
apart if that stamping ever widens.
2026-08-30 06:22:43 +01:00
CalamitousFelicitousness e8659c87ac fix(lora): record how the pass left the weights
The mode shown in the load and unload lines was derived at print time
from the live fuse setting, so a set applied under one setting was
reported under whatever the setting said later, and the unload line
described the pass that was about to replace it rather than the one
being removed. The pass records the mode it actually used.

last_backup_size was created on lora_common by assignment from
networks.py and read back through a getattr default; both fields are
declared where they live now.
2026-08-30 06:22:43 +01:00
CalamitousFelicitousness 4886761980 fix(lora): finish the activation pass when it aborts
The error limiter halts a pass by raising, and nothing between the raise
and the caller put the model back. A halted pass left group offload hooks
stripped from every component the walk had reached, left a sequential
model on the cpu with offload disabled, and left the counters other
modules read describing the pass before it.

The epilogue moves into finish_pass under a finally, so the model returns
to its offload mode and the counters describe the pass that just ran. The
abort still reaches the caller.

Pass state is reset in one place in lora_sdnq now. Two of the six
accumulators were not being cleared at the start of a pass, and a stale
routed layer suppresses the fallback count for that layer next time.
2026-08-30 06:22:43 +01:00
CalamitousFelicitousness 3f86973bc6 refactor(lora): split the activation ladder into atomic mechanisms
The per-module walk carried four mechanisms inline, each repeating the
same tail: count the layer, stamp the pair that marks it current, advance
the bar, continue. Five copies of that tail and three of the backup probe
put the deepest arm nine levels in.

Each mechanism is now a function that either takes the layer or declines
to the next, and the walk reads as the four of them in order. The pass
state they share moves onto one object built before the walk starts, with
the accept tail, the stamp and the bar tick as its methods. That takes
network_activate from 218 lines to 55, none of it deeper than the module
loop.

Two shapes are deliberately not folded into that tail: the weight path
counts weights and bias separately and tracks what the module refused,
and the factor-strip restore stamps without counting. Hosting hands a
declined delta back rather than leaving it in a flag, so a pair of Nones
still reads as assembled and no layer is calculated twice.
2026-08-30 06:21:13 +01:00
CalamitousFelicitousness 65e49a323c refactor(lora): extract the shared activation pass plumbing
Both passes opened with the same four steps written twice: bring the
model into a writable state, enumerate the components to walk, open a
progress bar, and probe a weight backup before restoring it. Pull each
into a helper and call it from both entry points. The component
collector keeps the two lists it is given, so deactivate still walks its
own shorter set, and promotion now clears the staged config it consumed.
2026-08-30 06:21:13 +01:00
CalamitousFelicitousness 7f430aae4e refactor(lora): drop the unused timer fields and accumulate deactivate time
The restore field had no writer and add() had no caller. Deactivate
assigned its elapsed time where activate accumulates, so a generation
that unloaded more than once reported only the last pass; both are
zeroed together when the generation ends.
2026-08-30 06:04:09 +01:00
CalamitousFelicitousness 44a4a8e2a5 fix(lora): align the stack ramp fallback with its option default
The ramp read 1.5 when the option was absent while the option itself
defaults to 0.0, so a config without the key ran a ramp the settings
page said was off. Only reachable where the options registry is not
loaded, which is where the offline suites run.
2026-08-30 06:04:09 +01:00
CalamitousFelicitousness 88d263ba14 fix(lora): let stack degradation warnings recur after a settings change
The keys that mark a degradation as reported lived for the life of the
process, so a user who saw "flip=skipped weight=offloaded", changed the
offload mode and hit the same wall again was told nothing the second
time. Tie the set to the settings the warnings speak about: the stack
signature, the offload mode, the host rank and the checkpoint. Repeating
under one context still says it once.
2026-08-30 06:04:09 +01:00
CalamitousFelicitousness 2db573d283 fix(lora): bind 4-d oft files to the boft module type
The generic loader never offered a file to the boft type, so butterfly
OFT adapters reached the oft type instead, which claims any oft_blocks
key without checking its rank and then reads the block count as the lora
dim. Register boft ahead of oft; files with 3-d blocks still land on oft.
2026-08-30 06:04:02 +01:00
CalamitousFelicitousness fd2e082be5 fix(lora): keep the loaded-network type contract under nunchaku
The nunchaku path replaced the loaded network list with the on-disk
entries it composed from, so reading a loaded network back hit an object
without the fields it expects: choosing the reported method reads
len(net.modules) and raised on every set change, costing that generation
its infotext and trigger tags. The adapter was already composed by then,
so the image was unaffected. Wrap the composed set in Network objects
and mutate the list in place.
2026-08-30 06:03:54 +01:00
Vladimir Mandic a637d57ea5 modular cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-29 17:40:04 +02:00
Vladimir Mandic 525e8dec9d modular set latents and steps
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-29 16:20:57 +02:00
Vladimir Mandic a0dceebd57 proto modular guiders
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-29 15:33:47 +02:00
Vladimir Mandic 34a3155f96 work on convert-to-modular
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-29 14:12:01 +02:00
Vladimir Mandic 62bedf8834 update attention handlers and settings
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-08-29 13:05:20 +02:00
Vladimir Mandic 259db4e6b9 Merge pull request #5069 from vladmandic/feat/lora-sdnq-stack
feat(lora): multi-network stack modes and per-block strength
2026-08-29 09:46:52 +02:00
Vladimir Mandic da856522a8 Merge branch 'dev' into feat/lora-sdnq-stack 2026-08-29 09:46:42 +02:00
CalamitousFelicitousness 5cfa07fb5e test(lora): extend apply-method coverage to select riding
The mechanism gate tests assert select_candidate declines under
requantize, and the apply-method hint names the cache option among
those the requantize choice disables.
2026-08-28 13:09:26 +01:00
CalamitousFelicitousness 999224e91a test(lora): pin the upstream fixes in the campaign suite
The in-place weight installs, the promote-after-deactivate fuse
ordering, and the dynamo reset at model unload live in the shared
loader code; their regression pins belong in the campaign suite beside
the paths they protect.
2026-08-28 13:09:26 +01:00
CalamitousFelicitousness b381673143 feat(xyz): lora block weight axis
String axis rewriting every lora tag in the prompt: an existing lbw=
argument is replaced, None removes it for a clean baseline cell. Choices
list the preset names; raw vectors go through csv mode with escaped
commas. Long values truncate in the grid legend.
2026-08-28 13:09:26 +01:00