mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-06-26 15:06:52 +00:00
typo
This commit is contained in:
parent
50aa168627
commit
cd16f56b1f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user