Add info and stats to img2img

This commit is contained in:
Tony Beeman 2022-09-09 01:28:44 -07:00
parent 28d8827331
commit 7d987cc922

View File

@ -2018,7 +2018,7 @@ def layout():
)
#show a message when the generation is complete.
message.success('Done!', icon="")
message.success('Render Complete: ' + info + '; Stats: ' + stats, icon="")
except (StopException, KeyError):
print(f"Received Streamlit StopException")