License: CC BY 4.0 (permissive, commercial OK, attribution=backlink to modelpiper.com); add GitHub link; fix citation year
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
- real-time
|
| 11 |
- video-upscaling
|
| 12 |
- macos
|
| 13 |
-
license:
|
| 14 |
datasets:
|
| 15 |
- eugenesiow/Div2k
|
| 16 |
metrics:
|
|
@@ -186,7 +186,16 @@ Trained on DIV2K (800 training images) with L1 loss and random augmentation (fli
|
|
| 186 |
|
| 187 |
## License
|
| 188 |
|
| 189 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
|
| 191 |
## Citation
|
| 192 |
|
|
@@ -194,7 +203,7 @@ Apache 2.0
|
|
| 194 |
@software{pipersr2025,
|
| 195 |
title={PiperSR: ANE-Native Super Resolution for Apple Silicon},
|
| 196 |
author={ModelPiper},
|
| 197 |
-
year={
|
| 198 |
url={https://huggingface.co/ModelPiper/PiperSR-2x}
|
| 199 |
}
|
| 200 |
```
|
|
|
|
| 10 |
- real-time
|
| 11 |
- video-upscaling
|
| 12 |
- macos
|
| 13 |
+
license: cc-by-4.0
|
| 14 |
datasets:
|
| 15 |
- eugenesiow/Div2k
|
| 16 |
metrics:
|
|
|
|
| 186 |
|
| 187 |
## License
|
| 188 |
|
| 189 |
+
The model weights are **CC BY 4.0** — fully permissive. Use them for anything: personal, academic, or commercial. Ship them in your app, build a product, **make money with it.** The only ask: **link back to [ModelPiper.com](https://modelpiper.com)** as attribution.
|
| 190 |
+
|
| 191 |
+
```
|
| 192 |
+
Powered by PiperSR from ModelPiper — https://modelpiper.com
|
| 193 |
+
```
|
| 194 |
+
|
| 195 |
+
## Links
|
| 196 |
+
|
| 197 |
+
- **GitHub:** https://github.com/ModelPiper/PiperSR
|
| 198 |
+
- **ModelPiper:** https://modelpiper.com
|
| 199 |
|
| 200 |
## Citation
|
| 201 |
|
|
|
|
| 203 |
@software{pipersr2025,
|
| 204 |
title={PiperSR: ANE-Native Super Resolution for Apple Silicon},
|
| 205 |
author={ModelPiper},
|
| 206 |
+
year={2026},
|
| 207 |
url={https://huggingface.co/ModelPiper/PiperSR-2x}
|
| 208 |
}
|
| 209 |
```
|