diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c38970d..a463e9d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ ## Update for 05/28/2023 - settings search option -- system info live gpu memory and load graphs +- fully common save/zip/delete (new) options in all tabs +- system info live gpu memory and load graphs for nvidia gpus +- minor style changes ## Update for 05/26/2023 diff --git a/javascript/black-orange.css b/javascript/black-orange.css index 69bd91674..7a18eeecf 100644 --- a/javascript/black-orange.css +++ b/javascript/black-orange.css @@ -81,12 +81,12 @@ svg.feather.feather-image, .feather .feather-image { display: none } #quicksettings > div, #quicksettings > fieldset { min-width: 24em; max-width: 26em; line-height: 2em; } #refresh_sd_model_checkpoint { height: 48px; margin-left: -14px; background: #333333; box-shadow: none; } #open_folder_extras, #footer, #style_pos_col, #style_neg_col, #roll_col, #extras_upscaler_2, #extras_upscaler_2_visibility, #txt2img_seed_resize_from_w, #txt2img_seed_resize_from_h { display: none; } -#refresh_txt2img_styles, #refresh_img2img_styles { height: 40px; } +#refresh_txt2img_styles, #refresh_img2img_styles { height: 40px; margin-left: -8px; } #save-animation { border-radius: 0 !important; margin-bottom: 16px; background-color: #111111; } #script_list { padding: 4px; margin-top: 20px; margin-bottom: 20px; } #settings > div.flex-wrap { width: 15em; } #tab_extensions table { background-color: #222222; } -#txt2img_actions_column, #img2img_actions_column { min-width: 260px !important; max-width: 260px !important; } +#txt2img_actions_column, #img2img_actions_column { min-width: 280px !important; max-width: 280px !important; gap: 0.6em } #txt2img_cfg_scale { min-width: 200px; } #txt2img_checkboxes, #img2img_checkboxes { background-color: transparent; } #txt2img_checkboxes, #img2img_checkboxes { margin-bottom: 0.2em; } @@ -102,7 +102,7 @@ svg.feather.feather-image, .feather .feather-image { display: none } #txt2img_subseed_row { padding: 0; margin-top: 16px; } #txt2img_subseed_show, #img2img_subseed_show { display: None } #txt2img_subseed_strength { margin-top: 0; } -#txt2img_tools, #img2img_tools { margin-top: 54px; scale: 120%; margin-left: 26px; } +#txt2img_tools, #img2img_tools { margin-top: 54px; scale: 120%; margin-left: 40px; filter: hue-rotate(180deg) saturate(0.5); } #txtimg_hr_finalres { max-width: 200px; } #pnginfo_html2_info { margin-top: -18px; background-color: var(--input-background-fill); padding: var(--input-padding) } #txt2img_extra_refresh, #txt2img_extra_close { height: 1.7em; } diff --git a/javascript/style.css b/javascript/style.css index f060604cc..f11bd9d31 100644 --- a/javascript/style.css +++ b/javascript/style.css @@ -115,6 +115,8 @@ a{ #txt2img_gallery img, #img2img_gallery img, #extras_gallery img{ object-fit: scale-down; + width: -webkit-fill-available !important; + height: -webkit-fill-available !important; } #txt2img_actions_column, #img2img_actions_column { gap: 0.5em; @@ -677,3 +679,7 @@ footer { #extras_upscale { margin-top: 10px } #modelmerger_interp_description { margin-top: 1em; margin-bottom: 1em; } + +.thumbnail-item > img { + +} \ No newline at end of file diff --git a/modules/ui.py b/modules/ui.py index 66d01be55..e6dfc2fb3 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -50,12 +50,12 @@ sample_img2img = sample_img2img if os.path.exists(sample_img2img) else None # Important that they exactly match script.js for tooltip to work. random_symbol = '\U0001f3b2\ufe0f' # 🎲️ reuse_symbol = '\u267b\ufe0f' # ♻️ -paste_symbol = '\u2199\ufe0f' # ↙ -refresh_symbol = '\U0001f504' # 🔄 -save_style_symbol = '\U0001f4be' # 💾 -apply_style_symbol = '\U0001f4cb' # 📋 -clear_prompt_symbol = '\U0001f5d1\ufe0f' # 🗑️ -extra_networks_symbol = '\U0001F3B4' # 🎴 +paste_symbol = '\U0001F4D8' # '\u2199\ufe0f' # ↙ +refresh_symbol = '\U0001F504' # 🔄 +save_style_symbol = '\U0001F6C5' # '\U0001f4be' # 💾 +apply_style_symbol = '\U0001F9F3' # '\U0001f4cb' # 📋 +clear_prompt_symbol = '\U0001F6AE' # '\U0001f5d1\ufe0f' # 🗑️ +extra_networks_symbol = '\U0001F310' # '\U0001F3B4' # 🎴 switch_values_symbol = '\U000021C5' # ⇅