From ef6b39ab6dfcb74d3a3048bb6e1b47a808c8648e Mon Sep 17 00:00:00 2001 From: ZeroCool940711 Date: Wed, 14 Sep 2022 03:20:19 -0700 Subject: [PATCH] Fixed the info message on the txt2img tab not showing the info but just showing the text "Done" --- scripts/txt2img.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/txt2img.py b/scripts/txt2img.py index 073e266..24d1c7b 100644 --- a/scripts/txt2img.py +++ b/scripts/txt2img.py @@ -239,7 +239,8 @@ def layout(): save_grid, group_by_prompt, save_as_jpg, use_GFPGAN, use_RealESRGAN, RealESRGAN_model, fp=defaults.general.fp, variant_amount=variant_amount, variant_seed=variant_seed, write_info_files=write_info_files) - message.success('Done!', icon="✅") + message.success('Render Complete: ' + info + '; Stats: ' + stats, icon="✅") + history_tab,col1,col2,col3,PlaceHolder,col1_cont,col2_cont,col3_cont = st.session_state['historyTab'] if 'latestImages' in st.session_state: