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