aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorGreendayle <Greendayle>2022-10-08 14:27:48 +0000
committerGreendayle <Greendayle>2022-10-08 14:27:48 +0000
commit2e8ba0fa478eb076760dc0fdfc526f6f5f1f98c5 (patch)
tree18bd69791e0eff3affd59876f8b39e9150aa8e2b /webui.py
parent5f12e7efd92ad802742f96788b4be3249ad02829 (diff)
parent4f33289d0fc5aa3a197f4a4c926d03d44f0d597e (diff)
downloadstable-diffusion-webui-gfx803-2e8ba0fa478eb076760dc0fdfc526f6f5f1f98c5.tar.gz
stable-diffusion-webui-gfx803-2e8ba0fa478eb076760dc0fdfc526f6f5f1f98c5.tar.bz2
stable-diffusion-webui-gfx803-2e8ba0fa478eb076760dc0fdfc526f6f5f1f98c5.zip
fix conflicts
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui.py b/webui.py
index 480360fe..3b4cf5e9 100644
--- a/webui.py
+++ b/webui.py
@@ -58,6 +58,7 @@ def wrap_gradio_gpu_call(func, extra_outputs=None):
shared.state.current_latent = None
shared.state.current_image = None
shared.state.current_image_sampling_step = 0
+ shared.state.skipped = False
shared.state.interrupted = False
shared.state.textinfo = None