This is the official Repo for WACV2025 paper "FLAIR: A Conditional Diffusion Framework with Applications to Face Video Restoration" (paper)
pip install -r requirements.txt
pip install flash-attn --no-build-isolationPlace them in ./checkpoints
python scripts/video_sample.py gaussian-demo --device cuda
python scripts/video_sample.py x8-bicubic-demo --device cuda
python scripts/video_sample.py x16-bicubic-demo --device cuda
python scripts/video_sample.py jpeg-demo --device cuda