diff options
author | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-11-16 13:53:13 +0000 |
---|---|---|
committer | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-11-16 13:53:13 +0000 |
commit | cd12256575dcce325519ef674323d953fbce252c (patch) | |
tree | 61cb8998f8971cbdbd3302ff1b7edda6e2737b99 /modules/ui_extra_networks_checkpoints.py | |
parent | c3facab495e6bb29b5e0b16d064b44851a733a95 (diff) | |
parent | 5e80d9ee99c5899e5e2b130408ffb65a0585a62a (diff) | |
download | stable-diffusion-webui-gfx803-cd12256575dcce325519ef674323d953fbce252c.tar.gz stable-diffusion-webui-gfx803-cd12256575dcce325519ef674323d953fbce252c.tar.bz2 stable-diffusion-webui-gfx803-cd12256575dcce325519ef674323d953fbce252c.zip |
Merge branch 'dev' into test-fp8
Diffstat (limited to 'modules/ui_extra_networks_checkpoints.py')
-rw-r--r-- | modules/ui_extra_networks_checkpoints.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ui_extra_networks_checkpoints.py b/modules/ui_extra_networks_checkpoints.py index ca6c2607..2fc0ed43 100644 --- a/modules/ui_extra_networks_checkpoints.py +++ b/modules/ui_extra_networks_checkpoints.py @@ -10,6 +10,8 @@ class ExtraNetworksPageCheckpoints(ui_extra_networks.ExtraNetworksPage): def __init__(self):
super().__init__('Checkpoints')
+ self.allow_prompt = False
+
def refresh(self):
shared.refresh_checkpoints()
|