mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
d0da21adce
The modular loader passes sdnq quantization configs to load_components as a per-component dict: transformers take the model config, the text encoder takes the te config, and components without an entry load unquantized. Pre-quantized repositories keep their own config, which diffusers detects before a passed config applies.