Closed paulreichling closed 1 year ago
The old demo is no longer maintained. Please use the new demo.
If you insist on using it, please run %pip install ffmpeg-python imageio-ffmpeg
.
Thank you for the help!
The old demo is no longer maintained. Please use the new demo.
If you insist on using it, please run
%pip install ffmpeg-python imageio-ffmpeg
.
what is the new demo?!!!!!!!!!!!!!!!!!!!!!!!
@paburo-san666 demo.ipynb is the new demo, and old_demo.ipynb is the old demo.
Trying to run the collab demo and I get this. I already saw https://github.com/AliaksandrSiarohin/first-order-model/issues/528 and this did not fix my issue. Any help would be appreciated
ModuleNotFoundError Traceback (most recent call last)
/content/first-order-model/demo.py in
15 from animate import normalize_kp
16
---> 17 import ffmpeg
18 from os.path import splitext
19 from shutil import copyfileobj
ModuleNotFoundError: No module named 'ffmpeg'