AmusementClub / vs-mlrt

Efficient CPU/GPU ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet and more!)
GNU General Public License v3.0
310 stars 20 forks source link

[rife v2] tile size must be divided by 64 #40

Open hooke007 opened 1 year ago

hooke007 commented 1 year ago

I'm not sure if i missed anything else. Snipaste_2023-04-11_14-15-37

WolframRhodium commented 1 year ago

According to the latest vsmlrt.py

https://github.com/AmusementClub/vs-mlrt/blob/b4f9a70120ab59d909221ea8f9f2a1f9564444ad/scripts/vsmlrt.py#L853-L856

v2 will only be selected when scale is 1. It seem that you use scale=0.5 here.

Currently scale!=1 is not implemented.

hooke007 commented 1 year ago

Ok, thanks for your explaination.