diff options
author | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-08-14 05:34:51 +0000 |
---|---|---|
committer | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-08-14 05:34:51 +0000 |
commit | e7c03ccdcefb2a80129703931ef1f8455708945b (patch) | |
tree | 6769bdb3a32bdf99cf25422206ff03457bdfa86c /modules/ui_extra_networks_checkpoints.py | |
parent | d9cc27cb29926c9cc5dce331da8fbaf996cf4973 (diff) | |
parent | 007ecfbb29771aa7cdcf0263ab1811bc75fa5446 (diff) | |
download | stable-diffusion-webui-gfx803-e7c03ccdcefb2a80129703931ef1f8455708945b.tar.gz stable-diffusion-webui-gfx803-e7c03ccdcefb2a80129703931ef1f8455708945b.tar.bz2 stable-diffusion-webui-gfx803-e7c03ccdcefb2a80129703931ef1f8455708945b.zip |
Merge branch 'dev' into extra-norm-module
Diffstat (limited to 'modules/ui_extra_networks_checkpoints.py')
-rw-r--r-- | modules/ui_extra_networks_checkpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ui_extra_networks_checkpoints.py b/modules/ui_extra_networks_checkpoints.py index 77885022..ebb5249f 100644 --- a/modules/ui_extra_networks_checkpoints.py +++ b/modules/ui_extra_networks_checkpoints.py @@ -19,6 +19,7 @@ class ExtraNetworksPageCheckpoints(ui_extra_networks.ExtraNetworksPage): return {
"name": checkpoint.name_for_extra,
"filename": checkpoint.filename,
+ "shorthash": checkpoint.shorthash,
"preview": self.find_preview(path),
"description": self.find_description(path),
"search_term": self.search_terms_from_path(checkpoint.filename) + " " + (checkpoint.sha256 or ""),
|