mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 20:33:06 -08:00
typo
This commit is contained in:
parent
50aa168627
commit
cd16f56b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue