Ash

Results 9 comments of Ash

Hmm, I'll try that out. Thanks!

I just tried it and I got an FPS increase from 7 FPS up to 12. I'm upscaling some 480p anime with animevideov3 on a GTX 1060 and a GTX...

Sorry for the late answer, here is my script. ``` import vapoursynth as vs from vsgan import ESRGAN core = vs.core c = core.lsmas.LWLibavSource(source="./input.mkv") c = c.fmtc.resample (css="444") c =...

Installed the branch through modifying the AUR package. Got an error that I encountered yesterday when using a high enough resolution as input (I am assuming it's some kind of...

Tried the update, still getting an error. ``` ➜ upscaling-shenanigans vspipe --y4m upscale-multigpu-branch.vpy - | mpv - Deprecated option --y4m specified, use -c y4m instead [file] Reading from stdin... Warning:...

I don't seem to get that crash anymore. However performance is really not as good as you said. Upscaling every Nth frame seems to be the fastest.

I believe the issue could be that the indifference in computing performance of one GPU which will cause the other one to idle. The same issue was present when adding...

Would love to have this as feature too.

I cannot replicate this on linux, im assuming [this line](https://github.com/budde25/switcheroo/blob/fafecf492ebff293a07c0159e01291c4a1d77f83/src/main.rs#L167) is at fault though. I can set up rust on my windows install tomorrow to test this.