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 - Selur - 29.05.2024 Send you a link to a first test version via pm. Cu Selur Ps.: btw. could TensorRT support be added, or does that require support for it in https://github.com/sczhou/ProPainter ? RE: ProPainter Vapoursynth filter - Selur - 29.05.2024 Hmm,... something changed in either RC3 or RC4. Using: # adjusting color space from YUV420P8 to RGB24 for vsProPainter Argh,... forgot to add conversion to 'full' luma, but I doubt that is the cause of the problem. => It does: Using: # changing range from limited to full range for vsProPainter fixes the problem. = >updated the download (FilterOrder needs to be reset if it does not contain ProPainter) Cu Selur RE: ProPainter Vapoursynth filter - Dan64 - 29.05.2024 The dev version is doing nothing. ProPainter is not included in the script even if is checked. Not sure if the Mask field can load both images and video clip. In the case can load both it is necessary to put the mask in the appropriate parameter: clip_mask or img_mask_path. Dan P.S. Tomorrow is busy day for me, not sure to have time to test Hybrid. RE: ProPainter Vapoursynth filter - Selur - 29.05.2024 like I wrote: FilterOrder needs to be reset if it does not contain ProPainter. RE: ProPainter Vapoursynth filter - Selur - 29.05.2024 I updated the download. (adjusted the FilterOrderCheck, so make it more accurate) RE: ProPainter Vapoursynth filter - Selur - 30.05.2024 Updated test download, added Debug-option to MaskRegion, fixed wrong length default. Did another test https://imgsli.com/MjY4MjY5 using: 400x256 x: 1460 and y: 40. As long as the resolution of the processed region is SD and below it works fine, after that 16GB and a RTX 4080 isn't enough. Cu Selur Ps.: width&height need to be at least 256 otherwise ProPainter isn't working RE: ProPainter Vapoursynth filter - Dan64 - 30.05.2024 I was able to get the Hybrid propaint version working. I had to rename my Settings folder, so that Hybrid was able to create a new one. In Hybrid home folder I have "misc.ini" with the following content: [General] Previously the Settings folder was populated with a lot of *.xml files, now is almost empty where are stored the configuration files ? why are not more stored in the folder Settings ? Dan RE: ProPainter Vapoursynth filter - Selur - 30.05.2024 My misc.ini contains: [General] No idea, why that is not the case for you. Cu Selur RE: ProPainter Vapoursynth filter - Dan64 - 30.05.2024 I think that there is something of "convoluted" in your code. To have the local Settings folder populated I had to copy the content of hybrid in Roaming to local Settings folder. After that, at the next run Hybrid is using the local folder. But if Hybrid starts, the first time with no folder Settings available, It will switch to Roaming. Probably Hybrid checks if ".\Settings" exists if is not found, instead of creating a new one switch to Roaming. Dan The situation is even worse. After the move of settings. ProPainter code is not more generated. I tried to restore the Roaming configuration but even in this case I cannot test ProPainter, because the necessary code is not more generated. Please check under what conditions Hybrid do not generates the code for ProPainter. Dan RE: ProPainter Vapoursynth filter - Selur - 30.05.2024 Quote: Please check under what conditions Hybrid do not generates the code for ProPainter.ProPainter Code is not generated if ProPainter is not listed in the FilterOrder-List. Hybrid should report: Resetting Vapoursynth filter order. Adjust&Save the new FilteringModel defaults. on start-up if the FilterOrder seems wrong. (updated the test version, with a version including some small changes to better handling R65 vs R68 switching) Cu Selur |