(04.06.2026, 09:18)hallomanbh Wrote: [ -> ]NOT WORKING ( gray marked)
https://ibb.co/08TbrKJ
Hi hallomanbh,
I developed a GUI for the
DiTServerRPC, the main change introduced in HAVC 5.8.5 is the filter
CMNet2DiT the same capability has been added to the
DiTServerRPC GUI.
You need to carefully follow the instructions for installing the Server and then you need to follow the instructions to install the GUI.
The GUI has the advantage to split in 3 steps the colorization process:
- reference frame extraction
- reference frame colorization
- video encoding using CMNET2
at each step you can check the results before continue in the next step. For example if the reference frames are too few you can lower the threshold to get more, or increase it if are too much. Then you can check the colorized frames, if there is some color inconsistency you can remove the inconsistent frames. Finally you can proceed with the encoding.
Dan
Fresh installed new update Hybrid_dev_2026.06.15-171547 and VapoursynthR77_torch_2026.06.15...i am used RTX 3060 . 12gb.
https://ibb.co/8LZRkY3v
Hi hallomanbh,
you are using the preset speed "slow" which is too slow for your GPU.
in some cases your GPU takes more than 180sec to colorize a frame.
Given that this filter is used inside a vapoursynth pipeline that requires almost real-time encoding there is a timeout of 60sec for request that has been activated in your last frame.
Possible solution:
1) use preset "auto" (should be faster on your GPU)
2) given that you already installed the DitServerRPC, try to install the
GUI (that has a connection timeout of 600sec)
Dan
P.S.
I noted from the log that you are using a old version of
DitServerRPC, the new version requires cu130 which improves the performances especially of GGUF models, please reinstall it and install also the GUI.
(04.06.2026, 09:42)Selur Wrote: [ -> ]That is correct, and as intended.
Quote: Okay, I will keep CMNet2DiT disabled till it works with R76.
source: https://forum.selur.net/thread-4287-post...l#pid29733
myrsloik has finally released the official
R77 with the fix to the deadlock introduced in R76 that was blocking the filter CMNet2DiT to work properly.
Dan
I did release a new version of the torch add-on and dev (yesterday) which come with the official Vapoursynth R77.
Cu Selur
I did not encounter that and I suspect this should be fixed in R77