Spaces:
Runtime error
Runtime error
add replicate demo.
Browse files
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 |
-
|
| 10 |
-
[, [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 |
-
###
|
| 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
|
| 28 |
-
- **2022.07.16**:
|
| 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> [](https://replicate.com/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! [](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
|