mirror of
https://github.com/vladmandic/automatic
synced 2026-09-07 13:30:46 +02:00
9f91726020
transformer.dtype reports the storage dtype for fp8-quantized models (fp8 params are floating, int8 params are not), so activations were cast to fp8 and the forward crashed. Read the compute dtype from the SDNQ dequantizer instead.