Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bsd-3-clause
|
| 3 |
+
tags:
|
| 4 |
+
- upscaling
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# RealESRGAN x2
|
| 8 |
+
|
| 9 |
+
Real-ESRGAN x2 upscaling model for image super-resolution with 2x scale factor.
|
| 10 |
+
|
| 11 |
+
## Author
|
| 12 |
+
|
| 13 |
+
**[xinntao](https://github.com/xinntao/Real-ESRGAN)**
|
| 14 |
+
|
| 15 |
+
## License
|
| 16 |
+
|
| 17 |
+
BSD 3-Clause License
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
*Hosted by [deAPI-ai](https://huggingface.co/deAPI-ai) for use with [GamerHash AI](https://gamerhash.com)*
|