Open-Sora-Plan
Open-Sora-Plan copied to clipboard
This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project.
File "opensora/train/train_videogpt.py", line 55, in train(args, vqvae_args, training_args) File "opensora/train/train_videogpt.py", line 39, in train config = VQVAEConfiguration(**asdict(vqvae_args)) File "/hetero_infer/hanxudong.hxd/Open-Sora-Plan/opensora/models/ae/videobase/vqvae/modeling_vqvae.py", line 718, in __init__ self.config = config File "/opt/conda/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1754,...
I am trying to run the process through the instructions given (this command in particular - sh scripts/text_condition/sample_video.sh).. but after a series of warnings the process freezes . ``` workspace/Open-Sora-Plan/venv/lib/python3.10/site-packages/torch/nn/modules/module.py:2025:...
Thanks for your released code. I want to ask how do you solve the motion blurring in CausalVideoVAE? add more parameters in time downsample/upsample? And according to my training results,...
Adde code in ./opensora/models/navit, which includes NaViT, its video version and training script (currently following the original paper, training tasks include image classification and language-image contrastive learning). In the future,...
Since there is no parameter in TimeDownsample2x and TimeUpsample2x for time compress which is discussed in #145 , here we can insert CausalConv3d into these down/up layers and initialize this...
Hello: Very outstanding work! Can you provide a tutorial on fine-tuning based on the Open-Sora-Plan v1.0.0 model? Thank you so much!