Open xddun opened 5 months ago
Also, I'd like to know how to accelerate IPAdapter, such as using TensorRT or Stable-Fast. Since each face ID is different, can't frameworks that require compilation (like TensorRT) be used for acceleration? I feel that the time it takes to call ControlNet IPAdapter is too long, and it seems like ControlNet cache isn't working. Inference using diffusers only takes 5 seconds, while ControlNet IPAdapter takes 16 seconds. Do you have any good suggestions for accelerating calculations with ControlNet IPAdapter?I hope to accelerate when calling through the API because my pipeline is fixed.
I am also facing a similar problem, do you have a solution for this? I am eagerly awaiting your response. Have a great day!
Is there an existing issue for this?
What happened?
Thank you for this project.
The results of using IPAdapter with diffusers that I implemented myself are much worse compared to the results of calling ControlNet IPAdapter as you described. I'm not sure why. Are there some special processes here that I haven't noticed?
Also, I'd like to know how to accelerate IPAdapter, such as using TensorRT or Stable-Fast. Since each face ID is different, can't frameworks that require compilation (like TensorRT) be used for acceleration? I feel that the time it takes to call ControlNet IPAdapter is too long, and it seems like ControlNet cache isn't working. Inference using diffusers only takes 5 seconds, while ControlNet IPAdapter takes 16 seconds. Do you have any good suggestions for accelerating calculations with ControlNet IPAdapter?I hope to accelerate when calling through the API because my pipeline is fixed.
Steps to reproduce the problem
diffusers code:
What should have happened?
As mentioned above.
Commit where the problem happens
webui: controlnet:
What browsers do you use to access the UI ?
No response
Command Line Arguments
List of enabled extensions
As mentioned above.
Console logs
Additional information
No response