Do we still turn on convrot on these?
#2
by Lockout - opened
BTW, compile is working fine on my end.
These are pre-baked checkpoints so it's convrot regardless of whether you enable the toggle or not. It shouldn't matter for typical use.
Maybe it matters if you do something that requires de-quantizing and re-quantizing, like using pre-lora option.
ConvRot toggle is only for on the fly quantization. If we load a pre-quant, we get the hint from the comfy quant data, and utilize that as is needed.
Pre-Lora should not be used for dequant -> requant, its only for quantizing bf16 -> int8.
The regular lora node does dequant -> lora -> requant, which can be lower quality than applying it to the original unquantized checkpoint, hence the existence of pre-lora.