mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 14:05:36 +03:00
Add info and stats to img2img
This commit is contained in:
parent
28d8827331
commit
7d987cc922
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user