SVFR is a unified framework for face video restoration that supports tasks such as BFR, Colorization, Inpainting,you can use it in ComfyUI
SVFR is a unified framework for face video restoration that supports tasks such as BFR, Colorization, Inpainting,you can use it in ComfyUI
In the ./ComfyUI /custom_node directory, run the following:
git clone https://github.com/smthemex/ComfyUI_SVFR.git
pip install -r requirements.txt
├── Comfyui/models/SVFR/
| ├── id_linear.pth
| ├── insightface_glint360k.pth
| ├── unet.pth
| ├── yoloface_v5m.pt
├── Comfyui/models/checkpoints/
| ├── svd_xt.safetensors or svd_xt_1_1.safetensors
├── Comfyui/models/vae/
| ├──svd.ave.fp16.safetensors #rename from stabilityai/stable-video-diffusion-img2vid-xt/vae 重命名repo下的vae模型既可以,不命名也行
@misc{wang2025svfrunifiedframeworkgeneralized,
title={SVFR: A Unified Framework for Generalized Video Face Restoration},
author={Zhiyao Wang and Xu Chen and Chengming Xu and Junwei Zhu and Xiaobin Hu and Jiangning Zhang and Chengjie Wang and Yuqi Liu and Yiyi Zhou and Rongrong Ji},
year={2025},
eprint={2501.01235},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2501.01235},
}