aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hypernetworks
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-10-19 23:07:57 +0000
committerGitHub <noreply@github.com>2022-10-19 23:07:57 +0000
commitd6ea5841374a28f3f6deb73abc251c8f0bcb240f (patch)
tree53c27660f1f9489b204fb49fda76143172b4669a /modules/hypernetworks
parent4d663055ded968831ec97f047dfa8e94036cf1c1 (diff)
downloadstable-diffusion-webui-gfx803-d6ea5841374a28f3f6deb73abc251c8f0bcb240f.tar.gz
stable-diffusion-webui-gfx803-d6ea5841374a28f3f6deb73abc251c8f0bcb240f.tar.bz2
stable-diffusion-webui-gfx803-d6ea5841374a28f3f6deb73abc251c8f0bcb240f.zip
change html output
Diffstat (limited to 'modules/hypernetworks')
-rw-r--r--modules/hypernetworks/hypernetwork.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hypernetworks/hypernetwork.py b/modules/hypernetworks/hypernetwork.py
index 7d519cd9..73c1cb80 100644
--- a/modules/hypernetworks/hypernetwork.py
+++ b/modules/hypernetworks/hypernetwork.py
@@ -380,7 +380,7 @@ def train_hypernetwork(hypernetwork_name, learn_rate, batch_size, data_root, log
Loss: {mean_loss:.7f}<br/>
Step: {hypernetwork.step}<br/>
Last prompt: {html.escape(entries[0].cond_text)}<br/>
-Last saved embedding: {html.escape(last_saved_file)}<br/>
+Last saved hypernetwork: {html.escape(last_saved_file)}<br/>
Last saved image: {html.escape(last_saved_image)}<br/>
</p>
"""