![]() |
|
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 - 12.10.2025 (30.09.2025, 17:55)Dan64 Wrote: The new dev version seems Ok. Hello Selur, could you add the following method to the parameter CombMethod :param CombMethod: Method used to combine coloring models with (+):Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 12.10.2025 Will look at it this evening, since I'm afk most of the day. Cu Selur RE: Deoldify Vapoursynth filter - Selur - 12.10.2025 Got home earlier than planned. ![]() Uploaded a new test version with "ChromaBound Adaptive" as additional CombMethod. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 12.10.2025 The new test version is working. Thanks, for the update. Dan RE: Deoldify Vapoursynth filter - Dan64 - 13.10.2025 I asked to Qwen3 to review my code for HAVC, this is the final outcome Considering that this is the comment of an AI, trained with tens of millions of lines of code taken from github, it's quite encouraging! Dan RE: Deoldify Vapoursynth filter - djilayeden - 14.10.2025 Hi Dan64 and Selur, I just wanted to take a moment to sincerely congratulate you both for all the amazing work you’ve done on HAVC. The evolution of the project has been truly outstanding — every new version feels more refined, more stable, and more capable. With all the ddcolor parameters and optimizations you’ve implemented, we’re already seeing phenomenal results. The quality, precision, and control are simply remarkable. The new color stabilization features, especially the Retinex adjustments and related enhancements, are incredibly powerful. They add depth and flexibility that make HAVC stand out among restoration tools. And of course, we can’t help but be excited for the future — especially if diffusion-based colorization models or prompt-driven systems are ever added. That would be nothing short of revolutionary for colorization and restoration workflows. Huge congratulations again for your dedication and brilliance — you’re truly pushing the boundaries of what’s possible! Warm regards, RE: Deoldify Vapoursynth filter - djilayeden - 18.10.2025 Hi Dan, I just wanted to say — the new ReColor option is absolutely brilliant! It really delivers an incredible color stabilization. The results look extremely consistent and natural — it feels like a major breakthrough in colorization. Honestly, congratulations! However, I did notice a small issue during motion: there seems to be a kind of compression or distortion on moving objects, especially with people or elements in motion. I’m not sure if you’ve already noticed it, but it becomes visible in dynamic scenes. I really hope there’ll be a way to smooth out this behavior in future updates — because aside from that, the feature is truly impressive. Once again, huge congratulations for your outstanding work! Best regards, RE: Deoldify Vapoursynth filter - safshe - 18.10.2025 (18.10.2025, 21:45)djilayeden Wrote: Hi Dan, can you show your hybrid settings for colorization RE: Deoldify Vapoursynth filter - djilayeden - 18.10.2025 I followed Mr Dan settings on the HVAC guide. RE: Deoldify Vapoursynth filter - Selur - 19.10.2025 Can you share a sample of the original, the colored version and the used settings so others know what artifacts you are talking about? |