Files
automatic/modules/framepack
CalamitousFelicitousness 47e78cdbab fix(framepack): remove broken torchvision.io.video monkey-patch
torchvision 0.26 removed the torchvision.io.video submodule entirely
(only image I/O remains). The monkey-patch in install_requirements
(`torchvision.io.video.av = av`) was attempting to swap PyAV into a
torchvision-internal that no longer exists, raising AttributeError on
every FramePack run. The patch is fully vestigial against modern
torchvision; PyAV is still installed by `install('av')`, and the
sdnext save path uses PyAV directly via av.open().
2026-04-25 21:15:50 +01:00
..
2026-02-19 11:09:13 +01:00
2026-03-24 03:46:44 -07:00
2025-07-08 15:47:07 -04:00
2026-02-19 11:09:13 +01:00
2026-03-24 03:46:44 -07:00
2026-03-24 03:46:44 -07:00
2026-02-19 11:09:13 +01:00
2026-03-24 03:46:44 -07:00
2026-02-19 11:09:13 +01:00