shssoichiro/soifunc

MagicDenoise return best_dfttest(

Opened this issue · 0 comments

noise = soifunc.MagicDenoise(down, gpu=True)
Gives the error
"""nrmode = File "C:\Users\***\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 672, in MagicDenoise return best_dfttest( File "C:\Users\Sahil\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 696, in best_dfttest return clip.dfttest.DFTTest(**kwargs) File "src\cython\vapoursynth.pyx", line 2596, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 2587, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 853, in vapoursynth.typedDictToMap TypeError: float() argument must be a string or a real number, not 'tuple'