Hello I'm new to google colab and am trying to run deforum (not locally). I've successfully installed Stable Diffusion and run it through google colab in the past, but am getting this error for the deforum notebook under the Python Definitions section.
Error code:
FileNotFoundError: [Errno 2] No such file or directory: './externals/Next_ViT/classification/nextvit.py'
I've tried adding these lines to the environment setup as suggested here.
['git', 'clone', 'https://github.com/isl-org/MiDaS.git'],
['git', 'clone', 'https://github.com/bytedance/Next-ViT.git', 'externals/Next_ViT'],
But it didn't work. Any help would be greatly appreciated! Thanks!