comfyanonymous / ComfyUI_TensorRT

MIT License
497 stars 33 forks source link

IP Adapter Support #48

Open Sundragon1993 opened 3 months ago

Sundragon1993 commented 3 months ago

Dear authors, thanks so much for the great contribution. I'm wondering if there will be plan of integrating IPAdapter with TensorRT in the near future? Or, could you recommend some insights to implement it?

RaafaRB commented 3 months ago

So it doesnt have support? I was just testing and it seems like IPAdapters dont work when applied on the loaded tensor model, and it doesnt seem to be able to create a tensor using a checkpoint after the IPAdapter is applyied to it. Thought I was missing something

gseth commented 3 months ago

Also Google Style Align doesn't work as well. And yeah IPAdapters too. Would really appreciate any further support added to tensor rt. Saves hell lot of time on the local machines.

Sundragon1993 commented 3 months ago

I have successfully integrated IP adapter and SDXL in tensorRT format, will create a pull request soon.

gseth commented 3 months ago

I have successfully integrated IP adapter and SDXL in tensorRT format, will create a pull request soon.

Thanks a lot. If you need any help testing anything, feel free to let me know. I'm happy to test all IP Adapters and post the results here.

DaveScream commented 2 months ago

I have successfully integrated IP adapter and SDXL in tensorRT format, will create a pull request soon.

Hello. Is it done?