stable-diffusion-webui/frontend
cobryan05 81f58d58d0
Re-merge #611 - View/Cancel in-progress diffusions (#796)
* JobManager: Re-merge #611

PR #611 seems to have got lost in the shuffle after
the transition to 'dev'.

This commit re-merges the feature branch. This adds
support for viewing preview images as the image
generates, as well as cancelling in-progress images
and a couple fixes and clean-ups.

* JobManager: Clear jobs that fail to start

Sometimes if a job fails to start it will get stuck in the active job
list. This commit ensures that jobs that raise exceptions are cleared,
and also adds a start timer to clear out jobs that fail to start
within a reasonable amount of time.
2022-09-14 23:48:56 +03:00
..
css The webui_streamlit.py file has been split into multiple modules containing their own code making it easier to work with than a single big file. 2022-09-13 14:09:39 -07:00
js fix: advanced editor (#827), close #811 2022-09-08 15:43:08 +03:00
__init__.py Refactored the UI, added a web_playground.py to be run without any models. 2022-08-29 00:41:17 +01:00
CODEOWNERS fixes [CHORE] - add codeowners file for altryne on /frontend #386 (#387) 2022-08-31 20:39:04 +01:00
css_and_js.py fix: advanced editor (#827), close #811 2022-09-08 15:43:08 +03:00
frontend.py JobManager: Buttons skip queue (#1092) 2022-09-13 22:25:51 +03:00
image_metadata.py Metadata cleanup - Maintain metadata within UI (#845) 2022-09-09 19:27:21 +03:00
job_manager.py Re-merge #611 - View/Cancel in-progress diffusions (#796) 2022-09-14 23:48:56 +03:00
ui_functions.py Add mask_restore to restore images based on mask, fixing #665 (#898) 2022-09-10 00:07:14 +03:00