aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMalumaDev <piano.lu92@gmail.com>2022-10-15 18:40:34 +0200
committerGitHub <noreply@github.com>2022-10-15 18:40:34 +0200
commit9b7705e0573bddde26df4575c71f994d73a4d519 (patch)
tree222d3dbc838c20f05d99b61769b77022165e4684 /modules
parentf7df06a98180a2a8769b3ceebf7b6a35eca8ffc5 (diff)
Update modules/aesthetic_clip.py
Co-authored-by: VĂ­ctor Gallego <vicgalle@ucm.es>
Diffstat (limited to 'modules')
-rw-r--r--modules/aesthetic_clip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aesthetic_clip.py b/modules/aesthetic_clip.py
index f15cfd47..bcf2b073 100644
--- a/modules/aesthetic_clip.py
+++ b/modules/aesthetic_clip.py
@@ -70,7 +70,7 @@ def generate_imgs_embd(name, folder, batch_size):
torch.cuda.empty_cache()
res = f"""
Done generating embedding for {name}!
- Hypernetwork saved to {html.escape(path)}
+ Aesthetic embedding saved to {html.escape(path)}
"""
shared.update_aesthetic_embeddings()
return gr.Dropdown(sorted(aesthetic_embeddings.keys()), label="Imgs embedding",