diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-05 16:30:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 16:30:57 +0000 |
commit | ff805d8d0eb8e3de42f04747de0d1c7354491810 (patch) | |
tree | c6e557895ff3172bad42da469a6912ac718078a1 /modules/ui_extra_networks_checkpoints.py | |
parent | 44c5097375ae4cf40300c09473bb46cf6c5d6cb7 (diff) | |
parent | c3699d4fd185d5a7285c5519f9bb4b6fec236d9f (diff) | |
download | stable-diffusion-webui-gfx803-ff805d8d0eb8e3de42f04747de0d1c7354491810.tar.gz stable-diffusion-webui-gfx803-ff805d8d0eb8e3de42f04747de0d1c7354491810.tar.bz2 stable-diffusion-webui-gfx803-ff805d8d0eb8e3de42f04747de0d1c7354491810.zip |
Merge branch 'dev' into master
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()
|