huggingface / huggingface/diffusers

Lacking support for t2iadapter_style_sd14v1 model in T2IAdapter

オープン
#6,513 コメント 6 件 リアクション 0 件 担当者 1 名 GitHub で見る

@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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。