aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_models_types.py
diff options
context:
space:
mode:
authorKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-11-16 21:53:13 +0800
committerKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-11-16 21:53:13 +0800
commitcd12256575dcce325519ef674323d953fbce252c (patch)
tree61cb8998f8971cbdbd3302ff1b7edda6e2737b99 /modules/sd_models_types.py
parentc3facab495e6bb29b5e0b16d064b44851a733a95 (diff)
parent5e80d9ee99c5899e5e2b130408ffb65a0585a62a (diff)
downloadstable-diffusion-webui-gfx803-cd12256575dcce325519ef674323d953fbce252c.tar.gz
Merge branch 'dev' into test-fp8
Diffstat (limited to 'modules/sd_models_types.py')
-rw-r--r--modules/sd_models_types.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/sd_models_types.py b/modules/sd_models_types.py
index 5ffd2f4f..f911fbb6 100644
--- a/modules/sd_models_types.py
+++ b/modules/sd_models_types.py
@@ -22,7 +22,10 @@ class WebuiSdModel(LatentDiffusion):
"""structure with additional information about the file with model's weights"""
is_sdxl: bool
- """True if the model's architecture is SDXL"""
+ """True if the model's architecture is SDXL or SSD"""
+
+ is_ssd: bool
+ """True if the model is SSD"""
is_sd2: bool
"""True if the model's architecture is SD 2.x"""