mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
6ed1b99aaa
modules/attention.py becomes modules/attention/: hijacks.py keeps the six sdpa monkeypatch setters, dispatcher.py the diffusers-side processor and dispatcher setup with the kernels hub hijack, and the package facade re-exports every public name so call sites are unchanged. The devices import moves inside set_diffusers_attention, which removes the devices <-> attention import cycle.