This commit is contained in:
layerdiffusion
2024-08-08 14:52:23 -07:00
parent 6921420b3f
commit 20e1ba4a82
2 changed files with 4 additions and 6 deletions

View File

@@ -774,7 +774,7 @@ def create_infotext(p, all_prompts, all_seeds, all_subseeds, comments=None, iter
def process_images(p: StableDiffusionProcessing) -> Processed:
forge_model_reload()
p.sd_model = forge_model_reload()
if p.scripts is not None:
p.scripts.before_process(p)