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) |
RE: Deoldify Vapoursynth filter - Selur - 29.12.2024 Will try later and report back. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 29.12.2024 I just released the new version: https://github.com/dan64/vs-deoldify/releases/tag/v4.5.2 I noted that in the current Hybrid version is set num_threads=1. unfortunately this setting is slowing down the process too much and the problems introduced with the multi-thread are not so big to justify such slowdown. It would be nice if you can add an option for this setting, so that the user can decide if it will accept the slowdown or not. Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 29.12.2024 installing vsrife through the whl seems to work. Thanks. RE: Deoldify Vapoursynth filter - Dan64 - 29.12.2024 Please add num_threads=1 only in the case the checkbox Reference frames only is checked (currently there is a typo and is written "fames" instead of "frames"). Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 29.12.2024 will do RE: Deoldify Vapoursynth filter - Selur - 29.12.2024 Updated Hybrid_deoldify, let me know whether this is correct. RE: Deoldify Vapoursynth filter - Dan64 - 29.12.2024 I installed the version 2024.12.29.1 and the row "core.num_threads=1" is always added. Moreover there is still the typo previously reported and is written "fames" instead of "frames", see picture below the row core.num_threads=1 should be added only if Reference frames only is checked as shown in the picture above. Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 29.12.2024 Strange, must have mixed up something. RE: Deoldify Vapoursynth filter - Selur - 29.12.2024 Can't reproduce this here. "Reference frames only" is disabled by default, I can enable and disable it without a problem. 'core.num_threads = 1' is only added when "Reference frames only" is enabled. I deleted the current dev, packaged a new one. Uploading that version now (to be 100% sure we use the same version). New dev is: Hybrid_dev_2024.12.29-202935, which should be up in ~6min. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 29.12.2024 (29.12.2024, 21:36)Selur Wrote: Uploading that version now (to be 100% sure we use the same version). Now, it works as expected. Thanks, Dan |