huggingface / huggingface/diffusers
SDXL TensorRT + IP Adapter
- Dominant language
- Python
- Stars
- 34.5k
- Forks
- 7.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 91
Description
### Model/Pipeline/Scheduler description
Dear authors,
I was wondering if there will be a pipeline that support SDXL + IP Adapter + TensorRT in near future? In the original implementation of TensorRT, they've implemented the SDXL + TensorRT but lacking the IP Adapter/ T2I Adapter...
### Open source status
- [X] The model implementation is available.
- [X] The model weights are available (Only relevant if addition is not a scheduler).
### Provide useful links for the implementation
Official SDXL TensorRT implementation:
https://github.com/NVIDIA/TensorRT/blob/release/10.1/demo/Diffusion/demo_txt2img_xl.py
Code should be added in the following file:
https://github.com/NVIDIA/TensorRT/blob/release/10.1/demo/Diffusion/models.py
```
class IPAdapterLoader(IPAdapterMixin):
def __init__(self, paths):
pass
```
Contributor guide
Assessment
This issue has not been assessed yet.