huggingface / huggingface/diffusers

stable diffusion adapter pipeline for t2i adapter missing `from_single_file`

Offen
#7,882 18 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @yiyixuxu Auf GitHub ansehen
contributions-welcome Good second issue help wanted single_file
Vorherrschende Sprache
Python
Sterne
34.5k
Forks
7.3k
Ø Merge
3 T. 3 Std.
Gemergte PRs (30 T.)
91

Beschreibung

**Is your feature request related to a problem? Please describe.**
I want to use and test out the t2i adapter with my safetensor model. I used to use diffusers models, but none work since the update. Many of the other adapters use `from_single_file` to load safetensors correctly. I keep bringing this up, but the current design on having multiple ways to load files is terrible since many adapters seem to not inherit loading methods.

**Describe the solution you'd like.**
To be able to load safetensors files from a local directory with the stable diffusion adapter pipeline for t2i. from_single_file is missing and it's annoying that from_pretrained can't do it either.

**Describe alternatives you've considered.**
Automatic1111, I just want to test with a specific model. I don't have time to waste on other models.

**Additional context.**
I keep saying this over and over, but making all the loading methods load both safetensors and diffusers.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.