jjihwan / FIFO-Diffusion_public

Official implementation of FIFO-Diffusion: Generating Infinite Videos from Text without Training (NeurIPS 2024)
https://jjihwan.github.io
346 stars 24 forks source link

No module named 'omegaconf' #16

Open johnFreddie opened 3 months ago

johnFreddie commented 3 months ago

When I run python3 videocrafter_main.py --save_frames there is a error shows that No module named 'omegaconf'. i make sure i have installed omegaconf

jjihwan commented 3 months ago

Did you create the conda environment following our README? It seems to work well on my machine tho. Plz inform me if you resolve the issue.

johnFreddie commented 3 months ago

Did you create the conda environment following our README? It seems to work well on my machine tho. Plz inform me if you resolve the issue.

I had created the environment, and env name is fifo, maybe the error is happened in 'python3 videocrafter_main.py --save_frames',because I can use run 'videocrafter_main.py' by vscode.