Selur's Little Message Board
Deoldify Vapoursynth filter - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: Deoldify Vapoursynth filter (/thread-3595.html)



RE: Deoldify Vapoursynth filter - Dan64 - 18.09.2025

(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


RE: Deoldify Vapoursynth filter - Martinva - 19.09.2025

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.


RE: Deoldify Vapoursynth filter - Selur - 19.09.2025

are you also using the latest torch addon? (from the folder where the dev was?)


RE: Deoldify Vapoursynth filter - Martinva - 19.09.2025

I installed Hybrid_dev_2025.09.18-153823.exe
and then VapoursynthR72_torch_2025.09.17.7z 
as stated in the manual.


RE: Deoldify Vapoursynth filter - Selur - 19.09.2025

Ah,... something went wrong with the packaging of the torch add-on it does not include the new vsdeolify version
=> looking into it


RE: Deoldify Vapoursynth filter - Selur - 19.09.2025

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


RE: Deoldify Vapoursynth filter - Dan64 - 19.09.2025

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

Dan


RE: Deoldify Vapoursynth filter - Selur - 19.09.2025

New torch add-on is up.

Cu Selur


RE: Deoldify Vapoursynth filter - Dan64 - 24.09.2025

Hello Selur,

  I just released the new HAVC version: v5.5.1
 
  It would be nice if you can implement in GUI the following behavior:
  
    If the combo-box Denoise is set to none -> the combo-box Color tweaks is disabled
    If the combo-box Denoise is NOT set to none -> the combo-box Color tweaks is enabled

Thanks,
Dan


RE: Deoldify Vapoursynth filter - Selur - 24.09.2025

Will look into it tomorrow, working an setting up a new Ubuntu 24.04 build environment atm.