Skip to content

Commit 149c881

Browse files
committed
update changelog
1 parent 45b2b3d commit 149c881

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log for SD.Next
22

3+
## Update for 2024-02-24
4+
5+
- **Improvements**
6+
- default theme updates
7+
- additional built-in theme *black-gray*
8+
- **Fixes**
9+
- fix extra networks refresh
10+
- improve ZLUDA installer when using `--use-zluda` cli param, thanks @lshqqytiger
11+
312
## Update for 2024-02-22
413

514
Only 3 weeks since last release, but here's another feature-packed one!

javascript/black-teal.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fieldset .gr-block.gr-box, label.block span { padding: 0; margin-top: -4px; }
8787
.gr-input-label { color: lightyellow; border-width: 0; background: transparent; padding: 2px !important; }
8888
.gr-panel { background-color: var(--background-color); }
8989
.eta-bar { display: none !important }
90-
.gradio-slider input[type="number"] { background: var(--neutral-950); }
90+
.gradio-slider input[type="number"] { background: var(--neutral-950); margin-top: 2px; }
9191
svg.feather.feather-image, .feather .feather-image { display: none }
9292
.gap-2 { padding-top: 8px; }
9393
.gr-box > div > div > input.gr-text-input { right: 0; width: 4em; padding: 0; top: -12px; border: none; max-height: 20px; }
@@ -125,7 +125,7 @@ svg.feather.feather-image, .feather .feather-image { display: none }
125125

126126
#txt2img_prompt, #txt2img_neg_prompt, #img2img_prompt, #img2img_neg_prompt, #control_prompt, #control_neg_prompt { background-color: var(--background-color); box-shadow: none !important; }
127127
#txt2img_prompt > label > textarea, #txt2img_neg_prompt > label > textarea, #img2img_prompt > label > textarea, #img2img_neg_prompt > label > textarea, #control_prompt > label > textarea, #control_neg_prompt > label > textarea { font-size: 1.0em; line-height: 1.4em; }
128-
#txt2img_styles, #img2img_styles, #control_styles { padding: 0; }
128+
#txt2img_styles, #img2img_styles, #control_styles { padding: 0; margin-top: 2px; }
129129
#txt2img_styles_refresh, #img2img_styles_refresh, #control_styles_refresh { padding: 0; margin-top: 1em; }
130130
#img2img_settings { min-width: calc(2 * var(--left-column)); max-width: calc(2 * var(--left-column)); background-color: var(--neutral-950); padding-top: 16px; }
131131
#interrogate, #deepbooru { margin: 0 0px 10px 0px; max-width: 80px; max-height: 80px; font-weight: normal; font-size: 0.95em; }

javascript/sdnext.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ button.custom-button{ border-radius: var(--button-large-radius); padding: var(--
8383
#txt2img_footer, #img2img_footer, #control_footer { height: fit-content; display: none; }
8484
#txt2img_generate_box, #img2img_generate_box, #control_general_box { gap: 0.5em; flex-wrap: wrap-reverse; height: fit-content; }
8585
#txt2img_actions_column, #img2img_actions_column, #control_actions_column { gap: 0.3em; height: fit-content; }
86-
#txt2img_generate_box>button, #img2img_generate_box>button, #control_generate_box>button, #txt2img_enqueue, #img2img_enqueue { min-height: 44px; max-height: 44px; line-height: 1em; }
86+
#txt2img_generate_box>button, #img2img_generate_box>button, #control_generate_box>button, #txt2img_enqueue, #img2img_enqueue { min-height: 44px !important; max-height: 44px !important; line-height: 1em; }
8787
#txt2img_generate_line2, #img2img_generate_line2, #txt2img_tools, #img2img_tools, #control_generate_line2, #control_tools { display: flex; }
8888
#txt2img_generate_line2>button, #img2img_generate_line2>button, #extras_generate_box>button, #control_generate_line2>button, #txt2img_tools>button, #img2img_tools>button, #control_tools>button { height: 2em; line-height: 0; font-size: var(--text-md);
8989
min-width: unset; display: block !important; }

0 commit comments

Comments
 (0)