mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 13:58:43 +02:00
44146ee096
Toggling torch._dynamo.config.disable to force eager input prep fails on newer torch: a fullgraph-compiled function called inside a disable window raises 'found no compiled frames', failing every check and poisoning the first compiled call afterwards. Swap the module-global prep function for its eager inner instead, matching the dequant section's mechanism. - store per-check errors and exceptions in the json report, so remote reports carry the failure mode