CCalamitousFelicitousnessfeat(lora): run the full adapter family chain on every native arch
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(chroma): route through native_transformer to avoid SDNQ pre-mode crash Loading a Chroma transformer override via UNET dropdown crashed at inference with a shape mismatch in unpack_uint4: from_single_file does not integrate quantization_config the way from_pretrained does, so the dequantizer state was set up but the .weight tensor was never packed. CHROMA_SPEC routes through native_transformer with the diffusers Chroma converter, which loads bare and quantizes explicitly via sdnq_quantize_model. | 3 个月前 | |
feat(lora): run the full adapter family chain on every native arch zimage, chroma, ernie and krea2 chained only lora/lokr/loha/oft while flux2 and anima ran all eight families, so ia3/glora/norm/full files (e.g. full-diff extractions with diff/diff_b keys) reported not loaded on the short-chain arches. The generic family loaders are arch-agnostic; wire the missing four into each chain. - add ia3/glora/norm/full wrappers and chain entries to the four arch modules, with matching suffix/marker re-exports - add a chain-level full-diff test per suite: zimage covers the legacy attention.out alias and the fused-qkv skip, chroma the proj rename, ernie the passthrough | 1 个月前 |