huggingface / huggingface/diffusers
SDXL TensorRT + IP Adapter
- Lingua principale
- Python
- Stelle
- 34.5k
- Fork
- 7.3k
- Merge medio
- 3g 3h
- PR unite (30g)
- 91
Descrizione
### 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
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.