check specifically for skipped

This commit is contained in:
Trung Ngo
2022-10-08 05:33:21 -05:00
committed by AUTOMATIC1111
parent 786d9f63aa
commit 00117a07ef
4 changed files with 3 additions and 7 deletions

View File

@@ -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