diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 19:19:30 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-31 19:19:30 +0000 |
commit | 757bb7c46b20651853ee23e3109ac4f9fb06a061 (patch) | |
tree | 31fbf434da8bb776b2343d0f38cd5058a5d246b7 /style.css | |
parent | a8c002587ea750fbb6d87358841134e2aef87940 (diff) | |
download | stable-diffusion-webui-gfx803-757bb7c46b20651853ee23e3109ac4f9fb06a061.tar.gz stable-diffusion-webui-gfx803-757bb7c46b20651853ee23e3109ac4f9fb06a061.tar.bz2 stable-diffusion-webui-gfx803-757bb7c46b20651853ee23e3109ac4f9fb06a061.zip |
fix for GPFGAN RGB/BGR (thanks deggua)
experimental support for negative prompts (without UI)
option to do inpainting at full resolution
Tooltips for UI elements
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.output-html p {margin: 0 0.5em;}
+.performance { font-size: 0.85em; color: #444; }
button{
align-self: stretch !important;
|