diff options
author | Trung Ngo <codem01@gmail.com> | 2022-10-08 05:33:21 -0500 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-08 13:40:39 +0300 |
commit | 00117a07efbbe8482add12262a179326541467de (patch) | |
tree | 6a92d8bbbaa9b8a7e12eaf5cbb342b24917aac57 /modules/img2img.py | |
parent | 786d9f63aaa4515df82eb2cf357ea92f3dae1e29 (diff) |
check specifically for skipped
Diffstat (limited to 'modules/img2img.py')
-rw-r--r-- | modules/img2img.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/img2img.py b/modules/img2img.py index e60b7e0f..24126774 100644 --- a/modules/img2img.py +++ b/modules/img2img.py @@ -34,8 +34,6 @@ def process_batch(p, input_dir, output_dir, args): state.job = f"{i+1} out of {len(images)}"
if state.skipped:
state.skipped = False
- state.interrupted = False
- continue
if state.interrupted:
break
|