"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "bf6eaa8aec3f70d398015d5a2d43ea4984c78555"
Commit 049f559f authored by 0x3f3f3f3fun's avatar 0x3f3f3f3fun
Browse files

update README.md

parent 86bf0f82
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
## :book:Table Of Contents ## :book:Table Of Contents
- [Visual Results On Real-world Images](#visual_results) - [Visual Results On Real-world Images](#visual_results)
- [Update](#update)
- [TODO](#todo)
- [Installation](#installation) - [Installation](#installation)
- [Pretrained Models](#pretrained_models) - [Pretrained Models](#pretrained_models)
- [Quick Start (gradio demo)](#quick_start) - [Quick Start (gradio demo)](#quick_start)
- [Inference](#inference) - [Inference](#inference)
- [Train](#train) - [Train](#train)
- [Update](#update)
- [TODO](#todo)
## <a name="visual_results"></a>:eyes:Visual Results On Real-world Images ## <a name="visual_results"></a>:eyes:Visual Results On Real-world Images
...@@ -55,6 +55,24 @@ ...@@ -55,6 +55,24 @@
<!-- </details> --> <!-- </details> -->
## <a name="update"></a>:new:Update
- **2023.08.30**: Repo is released.
- **2023.09.06**: Update [colab demo](https://colab.research.google.com/github/camenduru/DiffBIR-colab/blob/main/DiffBIR_colab.ipynb). Thanks to [camenduru](https://github.com/camenduru)!:hugs:
- **2023.09.08**: Add support for restoring unaligned faces.
- **2023.09.12**: Upload inference code of latent image guidance and release [real47](inputs/real47) testset.
## <a name="todo"></a>:climbing:TODO
- [x] Release code and pretrained models:computer:.
- [x] Update links to paper and project page:link:.
- [x] Release real47 testset:minidisc:.
- [ ] Provide webui and reduce the memory usage of DiffBIR:fire::fire::fire:.
- [ ] Provide HuggingFace demo:notebook::fire::fire::fire:.
- [x] Upload inference code of latent image guidance:page_facing_up:.
- [ ] Improve the performance:superhero:.
- [ ] Add a patch-based sampling schedule:mag:.
## <a name="installation"></a>:gear:Installation ## <a name="installation"></a>:gear:Installation
- **Python** >= 3.9 - **Python** >= 3.9
- **CUDA** >= 11.3 - **CUDA** >= 11.3
...@@ -210,7 +228,7 @@ python inference.py \ ...@@ -210,7 +228,7 @@ python inference.py \
--device cuda --device cuda
``` ```
## <a name="train"></a>:stars:Train ## <a name="train"></a>:stars:Train
### Degradation Details ### Degradation Details
...@@ -291,24 +309,6 @@ For face image restoration, we adopt the degradation model used in [DifFace](htt ...@@ -291,24 +309,6 @@ For face image restoration, we adopt the degradation model used in [DifFace](htt
python train.py --config [training_config_path] python train.py --config [training_config_path]
``` ```
## <a name="update"></a>:new:Update
- **2023.08.30**: Repo is released.
- **2023.09.06**: Update [colab demo](https://colab.research.google.com/github/camenduru/DiffBIR-colab/blob/main/DiffBIR_colab.ipynb). Thanks to [camenduru](https://github.com/camenduru)!:hugs:
- **2023.09.08**: Add support for restoring unaligned faces.
- **2023.09.12**: Upload inference code of latent image guidance and release [real47](inputs/real47) testset.
## <a name="todo"></a>:climbing:TODO
- [x] Release code and pretrained models:computer:.
- [x] Update links to paper and project page:link:.
- [x] Release real47 testset:minidisc:.
- [ ] Provide webui and reduce the memory usage of DiffBIR:fire::fire::fire:.
- [ ] Provide HuggingFace demo:notebook::fire::fire::fire:.
- [x] Upload inference code of latent image guidance:page_facing_up:.
- [ ] Improve the performance:superhero:.
- [ ] Add a patch-based sampling schedule:mag:.
## Citation ## Citation
Please cite us if our work is useful for your research. Please cite us if our work is useful for your research.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment