Skip to content

Unofficial PyTorch implementation of the VideoLDM.

License

Notifications You must be signed in to change notification settings

srpkdyy/VideoLDM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video LDM

model

Overview

This is an unofficial PyTorch implementation of the following paper.

Align your Latents: High-Resolution Video Synthesis with Latent Diffusion Models
Andreas Blattmann, Robin Rombach, Huan Ling, Tim Dockhorn, Seung Wook Kim, Sanja Fidler, Karsten Kreis
https://arxiv.org/abs/2304.08818

Usage

from videoldm import VideoLDM

model = VideoLDM.from_pretrained(
    'CompVis/stable-diffusion-v1-4',
    subfolder='unet',
    low_cpu_mem_usage=False
)

Comments

  • This code builds on diffusers. Thanks for open-sourcing!

About

Unofficial PyTorch implementation of the VideoLDM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages