mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 03:50:44 +02:00
10771bd123
dev added sdnq_attention_quantize_fp32 to modules/attention.py, which this branch replaced with the modules/attention package. The option moves to the sdnq backend in two places: the options dict the prepared call captures, and the options tuple that rebuilds the chain when a captured option changes. Reading it in only the first place would leave a setting that takes effect on the next model load and not before. The new option gets a hint alongside the rest of the section.