From 14ac95f9089a25171b30f3906f68613afa7abbfe Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Tue, 20 Aug 2024 01:37:01 -0700 Subject: [PATCH] fix --- modules/processing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/processing.py b/modules/processing.py index f1de9b6d..0b6e4c08 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -799,6 +799,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed: memory_management.unload_all_models() if need_global_unload: + p.sd_model.current_lora_hash = str([]) p.sd_model.forge_objects.unet.lora_loader.dirty = True p.clear_prompt_cache()