Replies: 2 comments 2 replies
-
From my understanding of how TensorRT support is currently, if CN were supported, the model would need to be compiled with the specific CN model(s) of choice, with a desired strength value, and input image, which then leaves you with a model strictly limited to those parameters. It's the same reason as if you wanted to use LoRA, the LoRA needs to be compiled or "baked" into the model instead, and the strength cannot be changed after the fact. Obviously for something like CN this isn't viable since compiling a model takes, at minimum on good hardware, 15 minutes. |
Beta Was this translation helpful? Give feedback.
-
Any plans here to support TensorRT for controlnet in A111? |
Beta Was this translation helpful? Give feedback.
-
According to this branch from the regular SD automatic111 , it says that ControlNet is not supported. Is it possible to update the code with TensorRT support in advance, so that I don't have to wait for support afterwards?
Beta Was this translation helpful? Give feedback.
All reactions