This repo is a PyTorch implementation of the paper CodeFormer.
pip install codeformer-pip
from codeformer.app import inference_app
inference_app(
image="3d array of image",
background_enhance=True,
face_upsample=True,
upscale=2,
codeformer_fidelity=0.5,
)
This project is licensed under NTU S-Lab License 1.0. Redistribution and use should follow this license.