bloc97

Results 152 comments of bloc97

I just tested with https://github.com/noaione/mpv-discordRPC, and I do not have this issue. Maybe the config files got corrupted? You can also try clearing the mpv shader cache (`C:\ShaderCache` in windows).

You can use `Deblur_DoG` or `Restore_CNN`, their effects are much better than SharpenComplex2 for anime.

If by real movie you mean movies filmed with a camera, the results won't be good. This is specifically designed for anime and cartoons.

mpv supports youtube playback using youtube-dl. Place youtube-dl in the mpv install directory and run `mpv https://www.youtube.com/watch?v=VIDEO_ID_HERE`.

I'm also having the same issues on my end. I think this is something caused by how mpv handles the shaders. Either the GPU has run out of memory or...

I don't know why UL + Thin + Dark freezes either. I have a Vega 64 GPU and just assumed it was some OS/API or driver issue on my end,...

I wouldn't mind x3 variants except that I have 9 CNN variants to manage, adding x3 would mean having 18 shaders to manage and 18 different CNNs to train. I...

gpu-next is the new rendering pipeline based on libplacebo, right? I'll keep an eye out on this as there should not be any differences between running shaders on `gpu` vs...

Hmm... it seems that gpu-next doesn't like `//!SAVE MAIN`. If you remove that line the shader `Anime4K_Restore_CNN_M` works correctly. The same can be applied to the upscale shaders.

Really? I couldn't reproduce aliasing problems after removing all the `//!SAVE MAIN` from the shaders.