A small 3D pixel-space diffusion model that runs on top of Wan 2.1's VAE-decoded video frames to fix the "plastic" / waxy look of latent diffusion decoders.
Status: pre-alpha. No weights yet. This repo will hold the trained checkpoints. The source code lives at github.com/madxmoron/video-pid.
Latent diffusion decoders (Wan-VAE, SD-VAE, etc.) throw away high-frequency detail and re-introduce a "waxy" smoothness. Video-PiD is a tiny post-pass that re-denoises the decoded frames in pixel space, conditioning on the original latent, and outputs a residual that adds back the detail.
Inspired by NVIDIA's PiD (image-only). We extend it to video, in 3D, as a plug-in for Wan 2.1.