Merge pull request #13630 from wkpark/indexerror-fix

fix IndexError
This commit is contained in:
AUTOMATIC1111 2023-10-14 07:46:34 +03:00 committed by GitHub
commit 27fdc26a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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