This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Description
Hi folks,
I'm using LCM onnx and controlnet-hed onnx together, but I will meet exception with here:
// Add ControlNet outputs to Unet input
foreach (var item in controlNetResults)
inferenceParameters.AddInput(item);
I assumed there was something wrong with adding controlnet results, and hope for your help!
Best