Files
automatic/modules/todo
Tai An 8b738636d0 fix(todo): drop the unreachable duplicate branch in init_generator
The third branch repeats `device.type == "cuda"`, so it can never run, and
it cannot be enabled by correcting the condition either: the Generator API
rejects MPS outright. The repo's other copy of this helper,
modules/hidiffusion/utils.py, has cpu/cuda/else and no third branch.
2026-09-05 21:22:27 -07:00
..
2026-02-19 09:15:37 +01:00