![]() |
|
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 - Dan64 - 26.03.2026 I released the new ProPainter version v.1.2.4 Dan P.S. If you look in more detail your file "mask.png" (by opening it with PIL and converting it to np.ndarray) you will discover that mask_np.min()=1. So in your file the black is represented by the number 1 and not 0 as should be (while mask_np.max()=255 is correct). This anomaly prevented the filter from correctly recognizing the mask hedges. The new added option will fix also this issue. RE: ProPainter Vapoursynth filter - Selur - 26.03.2026 Nice, thanks! Will bundle a new torch-add-on and a new dev and upload them. => both are up Cu Selur RE: ProPainter Vapoursynth filter - Dan64 - 20.05.2026 Hello Selur, please find attached the new RC version of ProPainter v1.2.5. Main changes: 1) all clip formats are supported (*) no need of RGB24 conversion before calling the script. 2) the filter misc. SCDetect () is automatically loaded, no need of loading code inside the script. Dan (*) in case of high big depth formats they are converted in YUV444PS before the RGB24 conversion to preserve the high bit depth on luma. RE: ProPainter Vapoursynth filter - Selur - 20.05.2026 Nice. SCDetect: But the dependency is still there? Since it seems like miscfilters are likely to be dropped soon, you might want to try https://pastebin.com/Bn2qBT8d instead. (also here) created a test dev which does support the new version, did two quick tests which worked fine, will test some more tomorrow. Cu Selur RE: ProPainter Vapoursynth filter - Dan64 - 20.05.2026 Hello Selur, I attached the new RC2, now SCDetect() is implemented using PlaneStats, should be still fast enough. The misc.SCDetect() plugin is not more necessary. Dan RE: ProPainter Vapoursynth filter - Selur - 21.05.2026 Will test after work and report back Cu Selur RE: ProPainter Vapoursynth filter - Selur - 21.05.2026 Did some testing and everything seems to work fine. Cu Selur RE: ProPainter Vapoursynth filter - Dan64 - 21.05.2026 Good, released the new version v1.2.5 Dan RE: ProPainter Vapoursynth filter - Selur - 21.05.2026 I'll package and upload a new torch add-on with it and a dev version which is adjusted to it. Cu Selur |