diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-19 07:39:51 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-19 07:39:51 +0000 |
commit | 0f5dbfffd0b7202a48e404d8e74b5cc9a3e5b135 (patch) | |
tree | 0e81a16c42f716c704d6aa63458f7c3c1894c56e /style.css | |
parent | c7e50425f63c07242068f8dcccce70a4ef28a17f (diff) | |
download | stable-diffusion-webui-gfx803-0f5dbfffd0b7202a48e404d8e74b5cc9a3e5b135.tar.gz stable-diffusion-webui-gfx803-0f5dbfffd0b7202a48e404d8e74b5cc9a3e5b135.tar.bz2 stable-diffusion-webui-gfx803-0f5dbfffd0b7202a48e404d8e74b5cc9a3e5b135.zip |
allow baking in VAE in checkpoint merger tab
do not save config if it's the default for checkpoint merger tab
change file naming scheme for checkpoint merger tab
allow just saving A without any merging for checkpoint merger tab
some stylistic changes for UI in checkpoint merger tab
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -641,6 +641,16 @@ canvas[key="mask"] { margin: 0.6em 0em 0.55em 0;
}
+#modelmerger_results_container{
+ margin-top: 1em;
+ overflow: visible;
+}
+
+#modelmerger_models{
+ gap: 0;
+}
+
+
#quicksettings .gr-button-tool{
margin: 0;
}
@@ -737,11 +747,6 @@ footer { line-height: 2.4em;
}
-#modelmerger_results_container{
- margin-top: 1em;
- overflow: visible;
-}
-
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running
|