diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-01 07:35:38 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-01 07:35:38 +0000 |
commit | 11d432d92d63660c516540dcb48faac87669b4f0 (patch) | |
tree | 2eea3379cd521ac0838bd97c38daf36bea0ed079 /style.css | |
parent | 16b9661d2741b241c3964fcbd56559c078b84822 (diff) | |
download | stable-diffusion-webui-gfx803-11d432d92d63660c516540dcb48faac87669b4f0.tar.gz stable-diffusion-webui-gfx803-11d432d92d63660c516540dcb48faac87669b4f0.tar.bz2 stable-diffusion-webui-gfx803-11d432d92d63660c516540dcb48faac87669b4f0.zip |
add refresh buttons to checkpoint merger
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -496,7 +496,7 @@ input[type="range"]{ padding: 0;
}
-#refresh_sd_model_checkpoint, #refresh_sd_vae, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization{
+#refresh_sd_model_checkpoint, #refresh_sd_vae, #refresh_sd_hypernetwork, #refresh_train_hypernetwork_name, #refresh_train_embedding_name, #refresh_localization, #refresh_checkpoint_A, #refresh_checkpoint_B, #refresh_checkpoint_C{
max-width: 2.5em;
min-width: 2.5em;
height: 2.4em;
|