16.06.2026, 22:54
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.
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
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

