This is a demo for face super-resolution based on SR3 model. It is built by gradio.
You can simply run the demo as following steps:
pip install requirements.txtWe randomly sampled 20,000 pictures from a total of 70,000 pictures from FFHQ dataset for model training, and the iteration is 1,000,000. You can download our pretrain model via the link below:
Google Drive
After the download is complete, put it in the experiments folder.
We are benefiting a lot from the following project:
Image Super-Resolution via Iterative Refinement
