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
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