Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pipeline_tag: image-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- pytorch
|
| 6 |
+
- super-resolution
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
[Link to Github Release](https://github.com/Phhofm/models/releases/tag/4xNomos2_hq_mosr)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# 4xNomos2_hq_mosr
|
| 13 |
+
Scale: 4
|
| 14 |
+
Architecture: [MoSR](https://github.com/umzi2/MoSR)
|
| 15 |
+
Architecture Option: [mosr](https://github.com/umzi2/MoSR/blob/95c5bf73cca014493fe952c2fbc0bdbe593da08f/neosr/archs/mosr_arch.py#L117)
|
| 16 |
+
|
| 17 |
+
Author: Philip Hofmann
|
| 18 |
+
License: CC-BY-0.4
|
| 19 |
+
Purpose: Upscaler
|
| 20 |
+
Subject: Photography
|
| 21 |
+
Input Type: Images
|
| 22 |
+
Release Date: 25.08.2024
|
| 23 |
+
|
| 24 |
+
Dataset: [nomosv2](https://github.com/muslll/neosr/?tab=readme-ov-file#-datasets)
|
| 25 |
+
Dataset Size: 6000
|
| 26 |
+
OTF (on the fly augmentations): No
|
| 27 |
+
Pretrained Model: [4xmssim_mosr_pretrain](https://github.com/Phhofm/models/releases/tag/4xmssim_mosr_pretrain)
|
| 28 |
+
Iterations: 190'000
|
| 29 |
+
Batch Size: 6
|
| 30 |
+
Patch Size: 64
|
| 31 |
+
|
| 32 |
+
Description:
|
| 33 |
+
A 4x [MoSR](https://github.com/umzi2/MoSR) upscaling model, meant for non-degraded input, since this model was trained on non-degraded input to give good quality output.
|
| 34 |
+
|
| 35 |
+
If your input is degraded, use a 1x degrade model first. So for example if your input is a .jpg file, you could use a 1x dejpg model first.
|
| 36 |
+
|
| 37 |
+
PS I also provide an onnx conversion in the Attachements, I verified correct output with chainner:
|
| 38 |
+
|
| 39 |
+
<img src="https://github.com/user-attachments/assets/7f2be678-9d63-43e3-bfb6-59c94827a828" width=25% height=25%>
|
| 40 |
+
|
| 41 |
+
## Model Showcase:
|
| 42 |
+
[Slowpics](https://slow.pics/c/cqGJb0gT)
|
| 43 |
+
|
| 44 |
+
(Click on image for better view)
|
| 45 |
+

|
| 46 |
+

|
| 47 |
+

|
| 48 |
+

|
| 49 |
+

|
| 50 |
+

|
| 51 |
+

|
| 52 |
+

|
| 53 |
+

|