Rare find

Make-A-Video. Turn text descriptions into videos.

github.com/lucidrains/make-a-video-pytorch

Vaya's read on this project

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

Updates

May 2024
  • Release —0.4.0
  • remove groupnorms https://arxiv.org/abs/2312.02696
June 2023
  • Release —0.3.1
  • ability to do causal attention for time axis
  • Release —0.3.0
  • add flash attention
  • Release —0.2.1
  • feedforward should be agnostic to images or video
  • todo
May 2023
  • Merge pull request #14 from lopho/lopho-patch-1
  • update normformer cite
March 2023
  • Release —0.2.0
  • fix layer norm in feedforward
  • Release —0.1.2
  • token shift within feedforward best accompanied by a layernorm, from …
  • Release —0.1.1
  • quick fix
  • project management and cite
  • Release —0.1.0
  • follow spatiotemporal attention with a feedforward, and add the highl…
  • Release —0.0.10
  • make continuous positional bias calculations more efficient, while ge…
December 2022
  • plan on dogfooding own package
  • Release —0.0.9
  • allow for customizing number of resnet blocks per stage in space time…
  • exercise attention expertise
  • 2 skip connections per stage, and also make sure properly init upsamp…
  • some asserts
  • make sure readme runs
  • now accepts timestep conditioning, for ddpm