make-a-video-pytorch icon indicating copy to clipboard operation
make-a-video-pytorch copied to clipboard

Implementation of Make-A-Video, new SOTA text to video generator from Meta AI, in Pytorch

Results 6 make-a-video-pytorch issues
Sort by recently updated
recently updated
newest added

Excellent project, will the inference model be released and if so when will it be able to reason its own text

The first action after I saw the paper is: go to GitHub, search 'lucidrains/make-a-video' GO Bro! cannot wait to reproduce this!

Awesome work! Thanks so much for making it open-source :). I wanted to finetune your model (specifically the Psuedo3d UNet). I was wondering if you are planning to release your...

Sorry, newb question here, I've: cloned the repo executed **python3 ./setup.py install** successfully executed **pip install make-a-video-pytorch** for the sake of it I also executed **python3 ./setup.py build** successfully I...

![gif_small](https://user-images.githubusercontent.com/12285589/209644923-ceaf8f40-5096-43d5-bd2b-277405903459.gif) https://github.com/lxj616/make-a-stable-diffusion-video Used your Pseudo3DConv and pseudo 3d attention here: https://github.com/lxj616/make-a-stable-diffusion-video/blob/main/src/diffusers/models/resnet_pseudo3d.py#L8 https://github.com/lxj616/make-a-stable-diffusion-video/blob/main/src/diffusers/models/attention_pseudo3d.py#L432 Thank you for opensource the Pseudo3D code, it seems to be working