![]() |
ProPainter 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: ProPainter Vapoursynth filter (/thread-3720.html) |
RE: ProPainter Vapoursynth filter - jamesharding26 - 25.10.2024 I realise now that you have it actively working in Hybrid, is there any chance I could have access to a dev where it's operating? I tried the latest dev in your experimental folder but cannot find propainter in the 'other' tab. Sorry if I've missed something obvious. RE: ProPainter Vapoursynth filter - Selur - 25.10.2024 You, just need the normal version with the torch-addon. (linked on the download page) Cu Selur RE: ProPainter Vapoursynth filter - Dan64 - 28.10.2024 (25.10.2024, 11:38)jamesharding26 Wrote: Hi all, This was a change applied by Selur in this post: #22 I think that Selur can suggest a fix for this issue. Dan RE: ProPainter Vapoursynth filter - Selur - 28.10.2024 Ahh,... that was needed since the way pytorch changed how the version was encoded. This should work with new pytorch versions 2.6.* for older version your probably need to change the code, see: https://github.com/sczhou/CodeFormer/pull/281/commits/0b196490e6a701a08fb53c48fbe3d02bb40536dc Cu Selur RE: ProPainter Vapoursynth filter - Dan64 - 29.10.2024 If you are using Windows, it is safe to edit the file: "C:\Users\James\AppData\Local\Programs\Python\Python312\Lib\site-packages\vspropainter\model\misc.py", line 57 and set IS_HIGH_VERSION = False When IS_HIGH_VERSIONĀ is True the filter check if is available the mps backend, but this backend is useful only on MacOS, so if you are using Windows you can skip this check. Dan RE: ProPainter Vapoursynth filter - Dan64 - 29.10.2024 Released a new version that should fix this issue: https://github.com/dan64/vs-propainter/releases/tag/v1.12.1 Dan |