huggingface / huggingface/diffusers
Lacking support for t2iadapter_style_sd14v1 model in T2IAdapter
オープン
@yiyixuxu がすでに取り組んでいます。
2024年1月11日 から。
stale
- 主要言語
- Python
- スター
- 34.5k
- フォーク
- 7.3k
- 平均マージ
- 3日 3時間
- マージ済み PR(30日)
- 91
説明
Is your feature request related to a problem? Please describe.
I was following instructions for T2IAdapter and trying to load the t2iadapter_style_sd14v1 adapter (Huggingface Hub link).
from diffusers import T2IAdapter
adapter = T2IAdapter.from_pretrained("TencentARC/t2iadapter_style_sd14v1").to("cuda")
However I got an error stating this adapter is not found
TencentARC/t2iadapter_style_sd14v1 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
Later on I learned that this adapter is not in the supported adapter list.
Describe the solution you'd like.
I would like this adapter to be supported.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。