This is a custom modified Diffusers for the AAAI24 paper: STDiff: Spatio-temporal Diffusion for Continuous Stochastic Video Prediction
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
Clone the library
git clone https://github.com/XiYe20/CustomDiffusers.git
Installation
cd CustomDiffusers
pip install -e .