AILab-CVC / VideoCrafter

VideoCrafter2: Overcoming Data Limitations for High-Quality Video Diffusion Models
https://ailab-cvc.github.io/videocrafter2/
Other
4.49k stars 333 forks source link

Colab notebook doesn't run #25

Open charuj opened 1 year ago

charuj commented 1 year ago

Hello, Thank you for this research!

I've tried to run the colab notebook demo that is provided, however it doesn't actually work. I believe there are some issues with the installation section. This carries forward to "Base T2V: Generic Text-to-video Generation", where I get the error:

" File "/content/VideoCrafter/VideoCrafter/scripts/sample_text2video.py", line 8, in from omegaconf import OmegaConf ModuleNotFoundError: No module named 'omegaconf'"

Manually installing omegaconf also doesn't work, which indicates to me probably there is an issue with setting the python version in the installation section