aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_models_types.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-11-05 19:31:44 +0300
committerGitHub <noreply@github.com>2023-11-05 19:31:44 +0300
commit96ee3eff6c8e6868e43fa57e1679603e89b89b1d (patch)
treec6e557895ff3172bad42da469a6912ac718078a1 /modules/sd_models_types.py
parentc3699d4fd185d5a7285c5519f9bb4b6fec236d9f (diff)
parentff805d8d0eb8e3de42f04747de0d1c7354491810 (diff)
downloadstable-diffusion-webui-gfx803-96ee3eff6c8e6868e43fa57e1679603e89b89b1d.tar.gz
Merge pull request #13865 from Gothos/master
Add support for SSD-1B
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..1f28942a 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"""