chigozienri / VQGAN-CLIP-animations

134 stars 28 forks source link

Cant input last video path into new Resolution Increase #33

Closed AM137 closed 2 years ago

AM137 commented 2 years ago

Getting an error when trying to import a video manually on the SRCNN session. Parameters used filename ='/content/video(7).mp4'

Error message RuntimeError Traceback (most recent call last)

Screenshots troublshoot w google colab 1

chigozienri commented 2 years ago

The SCRNN cell is designed to work with frames, not assembled videos. Try using the notebook at https://github.com/sadnow/AnimationKit-AI for what you want to do, instead!