diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-21 06:58:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 06:58:16 +0000 |
commit | e4877722e3e02b2da1ddacc0c7be25e6559c02f3 (patch) | |
tree | 7c66a3eba0a8a8149900056c6511146182b02276 /modules/hypernetworks/hypernetwork.py | |
parent | 2273e752fb3e578f1047f6d38b96330b07bf61a9 (diff) | |
parent | 0c5522ea211370046a2ca628e92d35a7c8c97972 (diff) | |
download | stable-diffusion-webui-gfx803-e4877722e3e02b2da1ddacc0c7be25e6559c02f3.tar.gz stable-diffusion-webui-gfx803-e4877722e3e02b2da1ddacc0c7be25e6559c02f3.tar.bz2 stable-diffusion-webui-gfx803-e4877722e3e02b2da1ddacc0c7be25e6559c02f3.zip |
Merge pull request #3197 from AUTOMATIC1111/training-help-text
Training UI Changes
Diffstat (limited to 'modules/hypernetworks/hypernetwork.py')
-rw-r--r-- | modules/hypernetworks/hypernetwork.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hypernetworks/hypernetwork.py b/modules/hypernetworks/hypernetwork.py index 3f96361c..3274a802 100644 --- a/modules/hypernetworks/hypernetwork.py +++ b/modules/hypernetworks/hypernetwork.py @@ -396,7 +396,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>
"""
|