Skip to content

Commit

Permalink
Merge pull request #13630 from wkpark/indexerror-fix
Browse files Browse the repository at this point in the history
fix IndexError
  • Loading branch information
AUTOMATIC1111 authored Oct 14, 2023
2 parents 3a66c3c + fbc8d21 commit 27fdc26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fdc26

Please sign in to comment.