Comfyui_face_restorer

Comfyui_face_restorer
★ 1

人脸修复RestoreFormerComfyUI节点图像增强
基于 RestoreFormer/RestoreFormerPlusPlus 的 ComfyUI 人脸修复节点,自动修复人脸细节、提升清晰度与自然度,便于在图像生成或后处理中无缝集成。
💡 在生成或后处理流程中对人脸进行自动修复和增强。
🍴 1 Forks💻 Python🔄 2024-11-21
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
facexlib==0.2.5
ffmpeg-python==0.2.0
omegaconf
pytorch-lightning==1.0.8
basicsr==1.4.2
test-tube==0.7.5
#
opencv-python==4.5.2.54
#
realesrgan==0.3.0
example
📄 README

Comfyui_face_restorer

This is a set of custom nodes for ComfyUI. The nodes utilize the face restoration model from RestoreFormerPlusPlus include RestoreFormer and RestoreFormerPlusPlus.

Example


Thanks to the wzhouxiff for their amazing works.