feat: add support for SD2.x with TINY U-Nets (#939)

This commit is contained in:
akleine
2025-11-09 15:47:37 +01:00
committed by GitHub
parent 0fa3e1a383
commit d2d3944f50
5 changed files with 68 additions and 47 deletions

View File

@@ -23,6 +23,7 @@ const char* model_version_to_str[] = {
"SD 1.x Tiny UNet",
"SD 2.x",
"SD 2.x Inpaint",
"SD 2.x Tiny UNet",
"SDXL",
"SDXL Inpaint",
"SDXL Instruct-Pix2Pix",