Rare find

Lumiere. Turn text descriptions into videos using AI.

github.com/lucidrains/lumiere-pytorch

Vaya's read on this project

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

Updates

July 2024
  • remove optree
  • Release —0.0.24
  • torch.compile friendly pytree
  • Merge pull request #7 from anijain2305/pt2-compat
  • [torch.compile] Use pytree with torch.compile
May 2024
  • Release —0.0.23
  • remove groupnorm https://arxiv.org/abs/2312.02696
  • less contrived example in readme
  • Release —0.0.22
  • module names may not be given to Lumiere in the right order of execut…
  • Release —0.0.21
  • address https://github.com/lucidrains/lumiere-pytorch/issues/4
February 2024
  • Release —0.0.20
  • fix the forced weight norms for magnitude preserving layers
  • Release —0.0.19
  • export the magnitude preserving temporal layers
  • update readme
  • cleanup
  • Release —0.0.18
  • Karras shows dropout is still useful
  • architecture is there + project management
  • cleanup
  • Release —0.0.17
  • complete magnitude preserving temporal unet layers for space-time kar…
  • some more progress
  • some more prep work before executing
  • Release —0.0.15
  • prepare for magnitude preserving temporal modules
  • Release —0.0.14
  • handle channel last, for some unet middles may already be in that for…