Skip to content

XiYe20/CustomDiffusers

Repository files navigation

Custom Diffusers library for STDiff

This is a custom modified Diffusers for the AAAI24 paper: STDiff: Spatio-temporal Diffusion for Continuous Stochastic Video Prediction

Description

Compared with the official Diffusers library, the following modifications are made:

  • Enable SPADE-manner motion conditioning for the ResNetBlock of unet_2d_blocks.
  • Implement a custom UNet2D model with motion conditioning. see src/diffusers/models/unet_2d_motion_cond.py

Installation

Clone the library

git clone https://github.com/XiYe20/CustomDiffusers.git

Installation

cd CustomDiffusers
pip install -e .

About

Custom Diffusers library for STDiff model

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages