diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-01 13:40:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 13:40:02 +0000 |
commit | 2a7ad70db5447dd1d5915b2b59715ee74f670119 (patch) | |
tree | 3b1b2f5f3648da07430f54d1c155ce379a6fa3f7 /modules/ui.py | |
parent | 0ce67cb61806cf43f4d726d4705a4f6fdc2540e6 (diff) | |
parent | dfd64382211317cc46ad337c373492bfc420fa18 (diff) | |
download | stable-diffusion-webui-gfx803-2a7ad70db5447dd1d5915b2b59715ee74f670119.tar.gz stable-diffusion-webui-gfx803-2a7ad70db5447dd1d5915b2b59715ee74f670119.tar.bz2 stable-diffusion-webui-gfx803-2a7ad70db5447dd1d5915b2b59715ee74f670119.zip |
Merge pull request #13653 from antfu/feat/interrupted-end
Interrupt after current generation
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index 1f91a33f..378529c7 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -177,7 +177,6 @@ def update_negative_prompt_token_counter(text, steps): return update_token_counter(text, steps, is_positive=False)
-
def setup_progressbar(*args, **kwargs):
pass
|