Phips commited on
Commit
df79bdc
1 Parent(s): 11918f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -144,7 +144,9 @@ See links for degradation details and download (separate dataset pages)
144
  I also provide sisr models I trained on this dataset when either using the real-esrgan otf pipeline or then prebuilt LR sets for paired training, which are the exact sets I released above.
145
  These models are based on the realplksr arch (middle sized arch) and on the dat arch (big arch, slower but better quality). There are of course other options I could have gone with, but I might still release other models on this dataset in the future.
146
 
147
- Multiscale: RealPLKSR // only non-degraded input
148
- Multiblur: RealPLKSR | DAT2 // handles slight blur and compression
149
- OTF(real-esrgan pipeline): RealPLKSR | DAT2 // handles blur, noise, and compression
150
- Real: RealPLKSR | DAT2 // handles blur, noise, and compression
 
 
 
144
  I also provide sisr models I trained on this dataset when either using the real-esrgan otf pipeline or then prebuilt LR sets for paired training, which are the exact sets I released above.
145
  These models are based on the realplksr arch (middle sized arch) and on the dat arch (big arch, slower but better quality). There are of course other options I could have gone with, but I might still release other models on this dataset in the future.
146
 
147
+ Multiscale: [RealPLKSR](https://github.com/Phhofm/models/releases/tag/4xbhi_realplksr) // only non-degraded input
148
+ Multiblur: [RealPLKSR](https://github.com/Phhofm/models/releases/tag/4xbhi_realplksr) // a bit sharper output
149
+ Multiblurjpg: [DAT2](https://github.com/Phhofm/models/releases/tag/4xBHI_dat2_multiblurjpg) // handles jpg compression additionally
150
+ OTF_nn: [RealPLKSR](https://github.com/Phhofm/models/releases/tag/4xbhi_realplksr)
151
+ OTF(real-esrgan pipeline): [RealPLKSR](https://github.com/Phhofm/models/releases/tag/4xbhi_realplksr) | [DAT2](https://github.com/Phhofm/models/releases/tag/4xBHI_dat2_otf) // handles blur, noise, and compression
152
+ Real: [RealPLKSR](https://github.com/Phhofm/models/releases/tag/4xbhi_realplksr) | [DAT2](https://github.com/Phhofm/models/releases/tag/4xBHI_dat2_real) // handles blur, noise, and jpg/webp compression