![]() |
|
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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
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% Thanks for having reported the typo. ![]() 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. |