This release is bigger than usual, so I'll mark it as 1.4.0!
Many changes have been made since the last release. These vary from new models to improvements to the existing ones.
New models:
- ArtCNN_R8F64_JPEG444: 1x RGB model meant to clean JPEG artifacts.
- ArtCNN_R8F64_JPEG420: 1x RGB model meant to clean JPEG artifacts. Also fixes chroma subsampling.
- ArtCNN_C4F32_DN: 2x Luma model that also denoises. Works well on noisy sources when you do not want any sharpening.
- ArtCNN_C4F16_DN: Same as above.
Updated models:
- ArtCNN_R16F96: Works better with higher bit-depth sources now.
- ArtCNN_R8F64: Same as above.
- ArtCNN_C4F32_DS: Stronger denoising, cleaner look overall.
- ArtCNN_C4F16_DS: Same as above.
This is the first release in a while with changes to the C
models, so any feedback is appreciated.