Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- klarity
|
| 5 |
+
- nafnet
|
| 6 |
+
- real-esrgan
|
| 7 |
+
- rife
|
| 8 |
+
- image-restoration
|
| 9 |
+
- video-restoration
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Klarity Lite Models
|
| 13 |
+
|
| 14 |
+
Lite model weights for the Klarity AI Image & Video Restoration tool.
|
| 15 |
+
|
| 16 |
+
## Models
|
| 17 |
+
|
| 18 |
+
| File | Model | Size |
|
| 19 |
+
|------|-------|------|
|
| 20 |
+
| `denoise-lite.pth` | NAFNet-SIDD width32 | ~112 MB |
|
| 21 |
+
| `deblur-lite.pth` | NAFNet-GoPro width32 | ~66 MB |
|
| 22 |
+
| `upscale-lite.pth` | Real-ESRGAN general-x4v3 | ~5 MB |
|
| 23 |
+
| `framegen-lite.pkl` | RIFE v4.17 | ~11 MB |
|
| 24 |
+
|
| 25 |
+
Used by the [Klarity HF Space](https://huggingface.co/spaces/HAKORADev/Klarity) and the [full desktop application](https://github.com/HAKORADev/Klarity).
|