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.
support condition image as start frame
https://github.com/PKU-YuanGroup/Open-Sora-Plan/blob/main/opensora/npu_config.py#L336 why seed += self.rank? why not just use same seed in each device?
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...
What does this PR do? --- This PR adds type checking to all functions for sampling a image or a video.
Hi there! When you are training with sequence parallel attention, I was wondering if you scale the loss function properly, as each GPU card will only contain a subset of...
Hi, thank you for the great work! I was wondering is DeepSpeed-Ulysses the sequence parallel method used in both inference/training of Open-Sora-Plan v1.2.0? (As a side note, I think you...
What are the training parameters for videogpt and LatteT2V in the model?
Hi, thanks for your great work. I have found a strange thing, if I set the seed in the for loop, the video will be noise. And why you not...
Great work, I was wondering if the latest 3D DIT's can load pixart-alpha weights or other open source text2image model weights? Or it only can be trained from scratch?