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.
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.
I was finally able to add DinoV3 in CMNET2 (see : cmnet2) and so I updated also HAVC.
I attached the new RC1 to this post.
The main changes are:
1) new parameter DeepExBackbone, that can have only 2 values: 'dinov2' (default for compatibility), 'dinov3'
2) new weights to be installed for DinoV3: dinov3-vitb16.zip -> unzip to vshavc\colormnet\weights DINOv3FeatureV6_LocalAtten_p369412.pth -> download to vshavc\colormnet\weights
in the GUI, the new parameter DeepExBackbone must be enabled only if is selected the "Exemplar Model" CMNET2
I hope that you have time to include this version in Hybrid.
Thanks,
Dan
P.S.
The training of the model is still a work in progress, but the released model weights are already quite good, see the images in this folder for a fair comparison
Probably won't get around to test this before Saturday, but the comparison images look nice.
Speed is probabl still horrible, on my hardware, but it's nice to see progress in the results.
(mainly working on Linux and MacOS stuff atm. and originally planned to look into Vapoursynth R80 at the weekend)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Hi Dan, Hi Selur,
That’s really great news! I’m very happy that you were able to integrate DINOv3 into CMNET2. DINOv3 seems significantly more powerful than DINOv2, so I’m really looking forward to testing it.
I hope it can also be adapted to Hybrid for the colorization workflow, especially for the ReColor option. That could be a very interesting improvement.
Thank you very much for your work and for continuing to improve HAVC and Hybrid!
Best
NASS