Open-Sora-Plan
Open-Sora-Plan copied to clipboard
Issues with Training CausalVideoVAE v1.2.0
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"