feat: add SSD1B and tiny-sd support (#897)

* feat: add code and doc for running SSD1B models

* Added some more lines to support SD1.x with TINY U-Nets too.

* support SSD-1B.safetensors

* fix sdv1.5 diffusers format loader

---------

Co-authored-by: leejet <leejet714@gmail.com>
This commit is contained in:
akleine
2025-10-25 17:35:54 +02:00
committed by GitHub
parent faabc5ad3c
commit 062490aa7c
6 changed files with 177 additions and 21 deletions

View File

@@ -28,11 +28,13 @@ const char* model_version_to_str[] = {
"SD 1.x",
"SD 1.x Inpaint",
"Instruct-Pix2Pix",
"SD 1.x Tiny UNet",
"SD 2.x",
"SD 2.x Inpaint",
"SDXL",
"SDXL Inpaint",
"SDXL Instruct-Pix2Pix",
"SDXL (SSD1B)",
"SVD",
"SD3.x",
"Flux",