Commit fbc8d213 authored by Won-Kyu Park's avatar Won-Kyu Park

fix IndexError: list index out of range error interrupted while postprocess

parent 7d60076b
......@@ -820,6 +820,7 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
state.skipped = False
if state.interrupted:
infotexts.append(Processed(p, []).infotext(p, 0))
break
sd_models.reload_model_weights() # model can be changed for example by refiner
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment