aboutsummaryrefslogtreecommitdiff
path: root/modules/aesthetic_clip.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aesthetic_clip.py')
-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",