aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks_checkpoints.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-11-05 16:19:55 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-11-05 16:19:55 +0000
commit4d4a9e733219f8c065a4ab6c5ab42836db7330fe (patch)
treea7f84a72134f0a27a9e895a987dcf298be7472db /modules/ui_extra_networks_checkpoints.py
parentd9499f4301018ebd2977685d098381aa4111d2ae (diff)
downloadstable-diffusion-webui-gfx803-4d4a9e733219f8c065a4ab6c5ab42836db7330fe.tar.gz
stable-diffusion-webui-gfx803-4d4a9e733219f8c065a4ab6c5ab42836db7330fe.tar.bz2
stable-diffusion-webui-gfx803-4d4a9e733219f8c065a4ab6c5ab42836db7330fe.zip
added compact prompt option
Diffstat (limited to 'modules/ui_extra_networks_checkpoints.py')
-rw-r--r--modules/ui_extra_networks_checkpoints.py2
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()