shssoichiro / soifunc

Vapoursynth helper utilities
MIT License
9 stars 0 forks source link

UnboundLocalError in deint.py #2

Closed Ironclad17 closed 1 year ago

Ironclad17 commented 1 year ago

Checking a script in VapourSynth Editor and the line: deint = soifunc.SQTGMC(crop, preset="slowest", tff=True, fps_divisor=2, gpu=True)

Gave the following error. File "C:\Users\***\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\deint.py", line 553, in SQTGMC noise_super = deint_noise.mv.Super( UnboundLocalError: local variable 'deint_noise' referenced before assignment