Selur's Little Message Board

Full Version: Deoldify Vapoursynth filter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(17.09.2025, 14:42)Selur Wrote: [ -> ]
Quote:Added new parameter in HAVC_main: FrameInterp, which allows to speed-up the coloring process boy about 15%-50%
Angel an 'o' too much Smile

Thanks for having reported the typo.  Smile

Dan
Hi friends,
First of all, thanks for this amazing tool. I have just began testing it and the first results are awesome, anyway, I'm finding some problems when triying to use the "Best settings for high powered GPU" as you state in your HVAC manual. 

When selecting Interpolation parameter >1 I get the next error message:

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: HAVC_main() got an unexpected keyword argument 'FrameInterp'
Failed to evaluate the script: Python exception: HAVC_main() got an unexpected keyword argument 'FrameInterp' Traceback (most recent call last):   File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate   File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate   File "D:\TEMP\tempPreviewVapoursynthFile18_56_57_845.vpy", line 47, in  TypeError: HAVC_main() got an unexpected keyword argument 'FrameInterp'
Failed to evaluate the script: Python exception: HAVC_main() got an unexpected keyword argument 'FrameInterp' Traceback (most recent call last):   File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate   File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate   File "D:\TEMP\tempPreviewVapoursynthFile18_56_59_235.vpy", line 47, in  TypeError: HAVC_main() got an unexpected keyword argument 'FrameInterp'
Failed to evaluate the script: Python exception: HAVC_main() got an unexpected keyword argument 'FrameInterp' Traceback (most recent call last):   File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate   File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate   File "D:\TEMP\tempPreviewVapoursynthFile19_39_05_664.vpy", line 47, in      clip = havc.HAVC_main(clip=clip, Preset="slower", VideoTune="balanced", ColorFix="none", FrameInterp=1, ColorMap="red->brown", BlackWhiteTune="light", EnableDeepEx=True, DeepExMethod=0, DeepExRefMerge=2, ScFrameDir=None, DeepExModel=0, DeepExEncMode=0, DeepExMaxMemFrames=0)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: HAVC_main() got an unexpected keyword argument 'FrameInterp'

I'm using your dev version.

Thanks in advance.
are you also using the latest torch addon? (from the folder where the dev was?)
I installed Hybrid_dev_2025.09.18-153823.exe
and then VapoursynthR72_torch_2025.09.17.7z 
as stated in the manual.
Ah,... something went wrong with the packaging of the torch add-on it does not include the new vsdeolify version
=> looking into it
Will upload new dev (VapoursynthR72_torch_2025.09.19) which will fix that.
Should be up in ~1 hour. (~5 min packaging, ~50 min upload)

Cu Selur
Thanks, was opened an issue on HAVC for this problem: https://github.com/dan64/vs-deoldify/issues/7

Dan
New torch add-on is up.

Cu Selur