Open-Sora-Plan icon indicating copy to clipboard operation
Open-Sora-Plan copied to clipboard

Issues with Training CausalVideoVAE v1.2.0

Open Bravo5542 opened this issue 6 months ago • 5 comments

Thank you for your wonderful work!

I encountered several issues while trying to train the CausalVideoVAE model v1.2.0 using the provided training script bash scripts/causalvae/train.sh. The main problem is related to file hierarchy and missing files.

Specific Issue: a missing file error

File "Open-Sora-Plan/opensora/models/causalvideovae/model/losses/lpips.py", line 7, in from ...utils.taming_download import get_ckpt_path ModuleNotFoundError: No module named 'opensora.models.causalvideovae.utils.taming_download'

It appears that the taming_download module is missing from the opensora.models.causalvideovae.utils directory. (btw there is a typo in "CausalVideoVAE", it should be "CasualVideoVAE"

Bravo5542 avatar Aug 06 '24 14:08 Bravo5542