diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-14 15:55:40 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-14 15:55:40 +0300 |
commit | 08c6f009a5ee92dd3218a942c08e8337c26352be (patch) | |
tree | a4398b52b1fc3cac9ec9a69e9098996ed18ca11b /modules/ui.py | |
parent | febd2b722e80959b89a0e5966a159b4eb430c5a5 (diff) |
load hashes from cache for checkpoints that have them
add checkpoint hash to footer
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py index e86a624b..2625ae32 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -1841,4 +1841,6 @@ xformers: {xformers_version} gradio: {gr.__version__}
•
commit: <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/{commit}">{short_commit}</a>
+ •
+checkpoint: <a id="sd_checkpoint_hash">N/A</a>
"""
|