Artoriuz / ArtCNN

Super-Resolution Convolutional Neural Networks as GLSL shaders for mpv
MIT License
109 stars 2 forks source link

combination with other shaders? #8

Closed arianaa30 closed 7 months ago

arianaa30 commented 7 months ago

Given that these are "upscaling" shaders, can we combine them with other shaders and use in mpv? I would like to add it to some Restore and Denoising shaders (e.g. from Anime4K) and pipeline them together.

Artoriuz commented 7 months ago

ArtCNN has a variant that denoises and sharpens while upscaling, I'd probably try it first before mixing it with other things.

But yes, you should be able to do this just fine.