Started the server
Loaded a 1h source in Hybrid.
Used:
I created a job and started it (19:56).
I see no cpu or gpu usage and no additional output in the server terminal window.
After 3min, no cpu or gpu usage, no additional output in the server terminal window.
Is cmnet2dit even trying to connect multiple times to the server?
=> cmnet2dit doesn't work here.
Cu Selur
Ps.: also updated Hybrid_havc_test to the version I did use.
F:\Hybrid\64bit\Vapoursynth\DiTServerRPC-main>.venv\Scripts\activate
(.venv) F:\Hybrid\64bit\Vapoursynth\DiTServerRPC-main> python dit_rpc_server.py --load-pipeline --pipeline-config qwen_config_int4.json
2026-05-26 19:51:08,854 [INFO] module_dir : F:\Hybrid\64bit\Vapoursynth\DiTServerRPC-main
2026-05-26 19:51:08,854 [INFO] dit_colorize_main.py : found
2026-05-26 19:51:08,854 [INFO] Loading pipeline from config: qwen_config_int4.json
2026-05-26 19:51:08,854 [INFO] Loading pipeline: nunchaku-qwen int4 r32 steps=4
Loading SVDQuant INT4 transformer from: nunchaku-ai/nunchaku-qwen-image-edit-2509/lightning-251115/svdq-int4_r32-qwen-image-edit-2509-lightning-4steps-251115.safetensors
The config attributes {'pooled_projection_dim': 768} were passed to NunchakuQwenImageTransformer2DModel, but are not expected and will be ignored. Please verify your config.json configuration file.
Loading checkpoint shards: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:00<00:00, 24.46it/s]
Loading pipeline components...: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6/6 [00:00<00:00, 6.17it/s]
Optimizing VRAM ...
F:\Hybrid\64bit\Vapoursynth\DiTServerRPC-main\.venv\Lib\site-packages\nunchaku\models\transformers\transformer_qwenimage.py:620: UserWarning: Skipping moving the model to GPU as offload is enabled
warn("Skipping moving the model to GPU as offload is enabled", UserWarning)
2026-05-26 19:51:33,706 [INFO] Pipeline loaded successfully.
2026-05-26 19:51:33,706 [INFO] HAVC Colorize RPC Server listening on 127.0.0.1:8765
2026-05-26 19:51:33,706 [INFO] Press Ctrl+C to stop.Used:
clip = havc.HAVC_cmnet2dit(clip, encode_mode=1, max_memory_frames=10, dit_engine_params={"host": "127.0.0.1", "port": 8765, "model_precision": "int4"})I see no cpu or gpu usage and no additional output in the server terminal window.
After 3min, no cpu or gpu usage, no additional output in the server terminal window.
Is cmnet2dit even trying to connect multiple times to the server?
=> cmnet2dit doesn't work here.
Cu Selur
Ps.: also updated Hybrid_havc_test to the version I did use.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

