From 7ee2114cd9c401ceb390c141e604661055e0aaf4 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 16 Jun 2024 08:18:05 +0300 Subject: [PATCH] typo --- modules/sd_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sd_models.py b/modules/sd_models.py index 21a98c1de..da083f71d 100644 --- a/modules/sd_models.py +++ b/modules/sd_models.py @@ -381,7 +381,7 @@ def set_model_type(model, state_dict): model.is_sd2 = False model.is_sdxl = False model.is_ssd = False - model.is_ssd3 = False + model.is_sd3 = False if "model.diffusion_model.x_embedder.proj.weight" in state_dict: model.is_sd3 = True