diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-21 13:10:51 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-21 13:10:51 +0000 |
commit | df5706409386cc2e88718bd9101045587c39f8bb (patch) | |
tree | 7736df4b0be0f791b5f936e858ec1c1423ada571 /style.css | |
parent | 7d6b388d71e5854c48847c09b2dfed683b377027 (diff) | |
download | stable-diffusion-webui-gfx803-df5706409386cc2e88718bd9101045587c39f8bb.tar.gz stable-diffusion-webui-gfx803-df5706409386cc2e88718bd9101045587c39f8bb.tar.bz2 stable-diffusion-webui-gfx803-df5706409386cc2e88718bd9101045587c39f8bb.zip |
do not load aesthetic clip model until it's needed
add refresh button for aesthetic embeddings
add aesthetic params to images' infotext
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ input[type="range"]{ padding: 0;
}
-#refresh_sd_model_checkpoint, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization{
+#refresh_sd_model_checkpoint, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization, #refresh_aesthetic_embeddings{
max-width: 2.5em;
min-width: 2.5em;
height: 2.4em;
|