diff --git a/modules/framepack/framepack_install.py b/modules/framepack/framepack_install.py index f283be427..d536a1655 100644 --- a/modules/framepack/framepack_install.py +++ b/modules/framepack/framepack_install.py @@ -18,9 +18,6 @@ def rename(src:str, dst:str): def install_requirements(attention:str='SDPA'): install('av') - import av - import torchvision - torchvision.io.video.av = av if attention == 'Xformers': log.debug('FramePack install: xformers') install('xformers')