mirror of
https://github.com/vladmandic/automatic
synced 2026-09-09 06:18:43 +02:00
d005ac5aa1
Newer quantized checkpoints record per-layer formats in the safetensors header _quantization_metadata instead of marker tensors. The native loader now reads the header map, re-keys it through the same prefix strip as the tensors, and transcodes it into marker tensors so both container forms share one detection path; header entries win over markers. - drop optional input_scale sidecars for marked layers - map full_precision_matrix_mult onto the sdnq per-layer matmul exclusion list - log the detection source (markers, header, both)