Skip to content

HolyWu/vs-codeformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFormer

Towards Robust Blind Face Restoration with Codebook Lookup TransFormer, based on https://github.com/sczhou/CodeFormer.

Dependencies

Dlib is only required when using detector=1. Windows users can download the Python wheel file on Releases.

Installation

pip install -U vscodeformer
python -m vscodeformer

Usage

from vscodeformer import codeformer

ret = codeformer(clip)

See __init__.py for the description of the parameters.