From cd16f56b1ff8921a61deb36ff0eab4925fa7d46e Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:40:09 +0900 Subject: [PATCH] typo --- modules/ui_extra_networks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui_extra_networks.py b/modules/ui_extra_networks.py index 8fb7722ca..eef9ddd70 100644 --- a/modules/ui_extra_networks.py +++ b/modules/ui_extra_networks.py @@ -720,7 +720,7 @@ class ExtraNetworksPage: "data-allow-neg": self.allow_negative_prompt, } # Special case for checkpoints since they need to switch model on click. - # The JS code uses this flag to determine if it needs to swith model. + # The JS code uses this flag to determine if it needs to switch model. if self.__class__.__name__ == "ExtraNetworksPageCheckpoints": data_attributes["data-is-checkpoint"] = True