mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 12:00:46 +02:00
101ead9536
sdnq no longer skips compile for fp8 storage, it upcasts e4m3 to the scale dtype before the compiled dequant, so the tool's mirror of the deleted skip_fp8_compile gate went dead and fed the raw e4m3 weight to its compiled dequant: on pre-ada gpus that reports a compile failure for rows the webui runs fine. - mirror the upcast in dequant_args, keep the hardware probe on the raw weight - drop dequant_gated_to_eager and the gated-to-eager row, fp8 rows are measured now - say upcast, not eager fallback, in the environment panel and dequant notes