#241 · Primary category: Video & Animation

Rerender_A_Video

controlnet diffusion video-processing

[SIGGRAPH Asia 2023] Rerender A Video: Zero-Shot Text-Guided Video-to-Video Translation

Project last updated:03/09/24

GitHub Stars

3.0K

Forks

196

Contributors

6

License

Other

Why we included this project

If you already work with image diffusion models and want to move into video, this project is a sensible place to start. It takes an existing text-to-image model and adapts it for video-to-video translation without retraining or per-video optimization, so you can restyle footage or swap content while keeping frames temporally consistent. The approach generates key frames under hierarchical cross-frame constraints, then propagates them to the rest of the clip using patch matching and frame blending, which is how it avoids the flicker that comes from editing each frame on its own. Because the framework stays compatible with the surrounding image-diffusion ecosystem, you can bring in ControlNet for spatial guidance or LoRA to keep a specific subject consistent. It's a solid reference implementation for prototyping video stylization, though you will likely need to adapt the code for your own pipeline rather than drop it in as-is.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category