nuwa-pytorch icon indicating copy to clipboard operation
nuwa-pytorch copied to clipboard

Implementation of NÜWA, state of the art attention network for text to video synthesis, in Pytorch

Results 8 nuwa-pytorch issues
Sort by recently updated
recently updated
newest added

https://nuwa-infinity.microsoft.com/#/ For doing very long sequences (images and videos)

Hi! lucidrains. Thanks for providing a great repo which is convenient to understand the NUWA paper. I have a question as follows: In the NUWA paper, we can see that...

not consider the training, just the video generation inference tasks Thank you very much for any advice!

I'm confused me that, in function forward() of class NUWA, the ground-truth video is fed to transformer and calculate the output video, which is different from function generate(). ```python frame_embeddings...

Hi, First, thanks a lot for the amazing work! I have one question regarding the training of the VQ-GAN, do you recommend training it on a dataset similar to the...

me no comprendai le complex einops 😢 Can someone give the 3DNA pseudocode to illustrate what's going on 🤗 (Also how did lucidrains bang out thousands of lines of code...