comfyanonymous / ComfyUI_TensorRT

MIT License
513 stars 34 forks source link

Controlnet Support #90

Open contentis opened 3 days ago

contentis commented 3 days ago

Larger refactor to enable ControlNet by exposing output/middle/input control as optional inputs. Nonetheless, should this be backwards compatible.

Some of the logic moved into a model helper class to hopefully make it easier to adopt new architectures. Furthermore were ONNX export and Import nodes added to allow for a more flexible engine building workflow.