sczhou commited on
Commit
c5b4593
·
1 Parent(s): 79fc279

add replicate demo.

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -6,8 +6,8 @@
6
 
7
  [Paper](https://arxiv.org/abs/2206.11253) | [Project Page](https://shangchenzhou.com/projects/CodeFormer/) | [Video](https://youtu.be/d3VDpkXlueI)
8
 
9
- <a href="https://colab.research.google.com/drive/1m52PNveE4PBhYrecj34cnpEeiHcC5LTb?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="google colab logo"></a> ![visitors](https://visitor-badge.glitch.me/badge?page_id=sczhou/CodeFormer)
10
- [![Replicate](https://replicate.com/cjwbw/codeformer/badge)](https://replicate.com/cjwbw/codeformer)
11
 
12
  [Shangchen Zhou](https://shangchenzhou.com/), [Kelvin C.K. Chan](https://ckkelvinchan.github.io/), [Chongyi Li](https://li-chongyi.github.io/), [Chen Change Loy](https://www.mmlab-ntu.com/person/ccloy/)
13
 
@@ -18,14 +18,15 @@ S-Lab, Nanyang Technological University
18
 
19
  :star: If CodeFormer is helpful to your images or projects, please help star this repo. Thanks! :hugs:
20
 
21
- ### Updates
22
 
 
23
  - **2022.09.04**: Add face upsampling `--face_upsample` for high-resolution AI-created face enhancement.
24
  - **2022.08.23**: Some modifications on face detection and fusion for better AI-created face enhancement.
25
- - **2022.08.07**: Integrate Real-ESRGAN to support background image enhancement.
26
  - **2022.07.29**: Integrate new face detectors of `['RetinaFace'(default), 'YOLOv5']`.
27
- - **2022.07.17**: Colab demo of CodeFormer is available now. <a href="https://colab.research.google.com/drive/1m52PNveE4PBhYrecj34cnpEeiHcC5LTb?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="google colab logo"></a>
28
- - **2022.07.16**: Test code for face restoration is released. :blush:
29
  - **2022.06.21**: This repo is created.
30
 
31
  ### TODO
 
6
 
7
  [Paper](https://arxiv.org/abs/2206.11253) | [Project Page](https://shangchenzhou.com/projects/CodeFormer/) | [Video](https://youtu.be/d3VDpkXlueI)
8
 
9
+
10
+ <a href="https://colab.research.google.com/drive/1m52PNveE4PBhYrecj34cnpEeiHcC5LTb?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="google colab logo"></a> [![Replicate](https://img.shields.io/badge/Demo-%F0%9F%9A%80%20Replicate-blue)](https://replicate.com/sczhou/codeformer) ![visitors](https://visitor-badge.glitch.me/badge?page_id=sczhou/CodeFormer)
11
 
12
  [Shangchen Zhou](https://shangchenzhou.com/), [Kelvin C.K. Chan](https://ckkelvinchan.github.io/), [Chongyi Li](https://li-chongyi.github.io/), [Chen Change Loy](https://www.mmlab-ntu.com/person/ccloy/)
13
 
 
18
 
19
  :star: If CodeFormer is helpful to your images or projects, please help star this repo. Thanks! :hugs:
20
 
21
+ ### Update
22
 
23
+ - **2022.09.09**: Integrated to [Replicate](https://replicate.com/). Try out online demo! [![Replicate](https://img.shields.io/badge/Demo-%F0%9F%9A%80%20Replicate-blue)](https://replicate.com/sczhou/codeformer)
24
  - **2022.09.04**: Add face upsampling `--face_upsample` for high-resolution AI-created face enhancement.
25
  - **2022.08.23**: Some modifications on face detection and fusion for better AI-created face enhancement.
26
+ - **2022.08.07**: Integrate [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) to support background image enhancement.
27
  - **2022.07.29**: Integrate new face detectors of `['RetinaFace'(default), 'YOLOv5']`.
28
+ - **2022.07.17**: Add Colab demo of CodeFormer. <a href="https://colab.research.google.com/drive/1m52PNveE4PBhYrecj34cnpEeiHcC5LTb?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="google colab logo"></a>
29
+ - **2022.07.16**: Release inference code for face restoration. :blush:
30
  - **2022.06.21**: This repo is created.
31
 
32
  ### TODO