diff options
author | MalumaDev <piano.lu92@gmail.com> | 2022-10-15 16:40:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 16:40:34 +0000 |
commit | 9b7705e0573bddde26df4575c71f994d73a4d519 (patch) | |
tree | 222d3dbc838c20f05d99b61769b77022165e4684 /modules/aesthetic_clip.py | |
parent | f7df06a98180a2a8769b3ceebf7b6a35eca8ffc5 (diff) | |
download | stable-diffusion-webui-gfx803-9b7705e0573bddde26df4575c71f994d73a4d519.tar.gz stable-diffusion-webui-gfx803-9b7705e0573bddde26df4575c71f994d73a4d519.tar.bz2 stable-diffusion-webui-gfx803-9b7705e0573bddde26df4575c71f994d73a4d519.zip |
Update modules/aesthetic_clip.py
Co-authored-by: VĂctor Gallego <vicgalle@ucm.es>
Diffstat (limited to 'modules/aesthetic_clip.py')
-rw-r--r-- | modules/aesthetic_clip.py | 2 |
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", |