Rare find

Video Diffusion. AI tool that generates videos from text descriptions.

github.com/lucidrains/video-diffusion-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2024
  • Release —0.7.0
  • remove group norms https://arxiv.org/abs/2312.02696
November 2023
  • Release —0.6.3
  • 0.6.3
  • Merge pull request #32 from xaf-cv/patch-1
  • Update setup.py
  • Release —0.6.2
  • 0.6.2
  • Merge pull request #31 from kkedich/missing-requirements
  • Update with latest changes and adding sacremoses and sentencepiece mi…
  • Release —0.6.1
  • try adding hf transformers as dep
August 2022
  • remove wip, add link to imagen
July 2022
  • Release —0.6.0
  • move first residual after initial temporal attention
  • Release —v0.5.3
  • fix a bug with bert encoding
June 2022
  • update sample
  • updated samples
  • Release —v0.5.2
  • one more residual
  • Release —v0.5.1
  • fix a bug where the highest resolution unet residual was not being co…
  • Release —v0.5.0
  • cleanup
May 2022
  • Release —v0.4.2
  • move to film-like conditioning for time
  • bring in dynamic thresholding, from Imagen paper, which purportedly i…
  • higher default lr
  • take care of normalization and inverse normalization of image for ddp…