huggingface / huggingface/diffusers
SDXL TensorRT + IP Adapter
- 主要言語
- Python
- スター
- 34.5k
- フォーク
- 7.3k
- 平均マージ
- 3日 3時間
- マージ済み PR(30日)
- 91
説明
### 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
```
コントリビューションガイド
調査の方向性
まず、リンクされた TensorRT SDXL 実装を、要求された models.py の場所および IPAdapterLoader スタブと比較します。IP Adapter のサポートを SDXL TensorRT パイプラインにどのように接続すべきかを判断し、その後、結果として得られるパイプラインが要求された SDXL、IP Adapter、TensorRT の組み合わせをサポートすることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- machine-learning
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100