Commit c77ac24
authored
Fixed SDXL single file loading to use the correct requested pipeline class (huggingface#4142)
Using pipeline_class argument to instantiate the correct pipeline when loading SDXL models from single files1 parent ed2a358 commit c77ac24
File tree
1 file changed
+1
-1
lines changed- src/diffusers/pipelines/stable_diffusion
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1536 | 1536 | | |
1537 | 1537 | | |
1538 | 1538 | | |
1539 | | - | |
| 1539 | + | |
1540 | 1540 | | |
1541 | 1541 | | |
1542 | 1542 | | |
| |||
0 commit comments