aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_extra_networks_checkpoints.py
diff options
context:
space:
mode:
authorKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-08-14 05:34:51 +0000
committerKohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>2023-08-14 05:34:51 +0000
commite7c03ccdcefb2a80129703931ef1f8455708945b (patch)
tree6769bdb3a32bdf99cf25422206ff03457bdfa86c /modules/ui_extra_networks_checkpoints.py
parentd9cc27cb29926c9cc5dce331da8fbaf996cf4973 (diff)
parent007ecfbb29771aa7cdcf0263ab1811bc75fa5446 (diff)
downloadstable-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.py1
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 ""),