You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks a lot for releasing the source-code and models for this wonderful project, it's been super useful.
I am trying to run the VAE training pipeline, but facing the error mentioned in the title. Apparently this error is caused because of the following hard-coded is_init_image=True.
Hello!
First, thanks a lot for releasing the source-code and models for this wonderful project, it's been super useful.
I am trying to run the VAE training pipeline, but facing the error mentioned in the title. Apparently this error is caused because of the following hard-coded
is_init_image=True
.Pyramid-Flow/video_vae/causal_video_vae_wrapper.py
Line 117 in a012faa
When I change it to False, the pipeline works, but I wanted to ask here if this is the correct thing to do. Why exactly has this been hardcoded here?
Look forward to hearing from you.
Thanks and regards,
@akanimax
The text was updated successfully, but these errors were encountered: