![]() |
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
|
RE: Deoldify Vapoursynth filter - Dan64 - 06.06.2025 For which python version do you need the build of spatial_correlation_sampler-0.5.0 ? Dan RE: Deoldify Vapoursynth filter - Selur - 06.06.2025 Thanks. (Python 3.12) But, gorget it for the moment, still trying some other stuff. ![]() RE: Deoldify Vapoursynth filter - Selur - 06.06.2025 Can you please build a cp312 version compatible with torch 2.7.1+cu126 ![]() RE: Deoldify Vapoursynth filter - Dan64 - 06.06.2025 Try the attached version: spatial_correlation_sampler-0.5.0-py312-cp312-win_amd64_torch-2.7.1+cu126.whl.zip The files in the zip archive need to be extracted in the directory (no way to install it with pip): .\Hybrid\64bit\Vapoursynth\Lib\site-packages Dan RE: Deoldify Vapoursynth filter - Selur - 06.06.2025 That seems to work. Thanks! Cu Selur |