Joseph Colicchio
Joseph Colicchio
It'd be nice if this tool could be run at different verbosity levels
I noticed that the seed value used to render is not the seed value when clicking generate. This PR uses `session_state` to persist the `seed` value so that the subsequent...
This PR moves the `Strength` slider into the image expander / dropdown because it's only relevant there. It also adjusts the masking canvas size because 512x512 doesn't fit in the...
This PR enables interrupting generation between inference steps by submitting a new generation or by clicking "Stop"
This PR adds a `Show Progress` checkbox that, when checked, renders each inference step to streamlit in real time, instead of waiting for the finished image to display the result...