![]() |
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
|
RE: Deoldify Vapoursynth filter - Dan64 - 16.12.2024 Wow! vs-realesrgan v5.1.0 is much faster. On my PC with RTX3060 the speed increased from 12.95 fps to 30.38 fps (num_streams=3, num_batches=1) an increase of about 2.3x. With num_batches=2 (num_streams must be =1 to improve the num_batches performance) the speed increased to 34.15 an increase of about 2.6x. Probably due to my poor GPU I don't have observed any advantege in using num_batches > 2. In any case it is an incredible result, with this speed it is possible to perform the resize with RealESRGAN in real-time. I remember the times where the resizing speed of RealESRGAN was about 3/4 fps. Dan P.S. Using the version 5.1.0 is displayed the following message: Unable to import quantization op. Please install modelopt library (https://github.com/NVIDIA/TensorRT-Model-Optimizer?tab=readme-ov-file#installation) to add support for compiling quantized models RE: Deoldify Vapoursynth filter - Selur - 16.12.2024 Using the version 5.1.0 is displayed the following message: Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 17.12.2024 (16.12.2024, 22:28)Selur Wrote: issue open: https://github.com/HolyWu/vs-realesrgan/issues/31 Dan EDIT: HolyWu answer: None of ModelOpt's functionality is used so you can safely ignore that message. RE: Deoldify Vapoursynth filter - Dan64 - 26.12.2024 (10.12.2024, 18:39)hallomanbh Wrote: HI Try to install the spatial correlation package: spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64_torch-2.6.0.dev20241101+cu124.whl.zip You need to extract the content of the archive in ".\Hybrid\64bit\Vapoursynth\Lib\site-packages" and override the files previously installed by Hybrid. Hello Selur, the spatial_correlation_sampler available in the last torch package is wrong is the spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64_torch-2.5.0.dev20240707+cu124, that is not compatible with torch-2.6.0.dev20241109. The correct version in available in the last torch package, but is installed in the wrong location ".\Vapoursynth" instead of ".\Vapoursynth\Lib\site-packages\". Please fix it. Dan P.S. I also provided the link to the correct version in the answer to "hallomanbh" RE: Deoldify Vapoursynth filter - hallomanbh - 27.12.2024 spatial_correlation_sampler_backend yes replaced with new files . working without errors . i will try Exemplar Models " ColourMNet " with Ref Frames. thankyou ![]() RE: Deoldify Vapoursynth filter - hallomanbh - 27.12.2024 ![]() RE: Deoldify Vapoursynth filter - Selur - 27.12.2024 Quote:The correct version in available in the last torch package, but is installed in the wrong location ".\Vapoursynth" instead of ".\Vapoursynth\Lib\site-packages\".Updated the torch-addon to fix this. RE: Deoldify Vapoursynth filter - Dan64 - 27.12.2024 (27.12.2024, 09:44)hallomanbh Wrote: You need to set the method "HAVC + RF same as video" but in my opinion better results are obtained using "HAVC + RF different from video" as shown in the pictures below Dan (12.11.2024, 19:51)Dan64 Wrote: Hello Selur, Hello Selur, in my previous post #773 I asked you the possibility to re-add the option "Reference frames only", but never answered to my post. I think that now there is a lot of room in the GUI for adding this option. I also noted that once the field "Ref FrameDir" is set, there is not way to clear it (set it to null), could add this feature ? Thanks, Dan (27.12.2024, 10:27)Selur Wrote:Quote:The correct version in available in the last torch package, but is installed in the wrong location ".\Vapoursynth" instead of ".\Vapoursynth\Lib\site-packages\".Updated the torch-addon to fix this. Now is working! Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 27.12.2024 Quote:Hello Selur,Added the option back. Quote:I also noted that once the field "Ref FrameDir" is set, there is not way to clear it (set it to null), could add this feature ?Added a button to clear the setting. Uploaded a new test version (Hybrid_deoldify; not dev version). Le me know whether it works as you wanted. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 27.12.2024 I installed the dev version, but I don't see the option "Reference frames only" ![]() Could you check ? Dan |