huggingface / huggingface/diffusers
SDXL TensorRT + IP Adapter
- Lenguaje dominante
- Python
- Estrellas
- 34.5k
- Forks
- 7.3k
- Merge medio
- 3 d 3 h
- PR fusionados (30 d)
- 91
Descripción
### 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
```
Guía de contribución
Línea de trabajo
Comienza comparando la implementación enlazada de TensorRT SDXL con la ubicación solicitada de models.py y el stub de IPAdapterLoader. Determina cómo debería conectarse la compatibilidad con IP Adapter a la canalización de SDXL TensorRT y, a continuación, verifica que la canalización resultante admita la combinación solicitada de SDXL, IP Adapter y TensorRT.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- machine-learning
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 25/100