shssoichiro/soifunc

UnboundLocalError in deint.py

Closed this issue · 0 comments

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