mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 19:21:21 +00:00
fix
This commit is contained in:
@@ -799,6 +799,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed:
|
|||||||
memory_management.unload_all_models()
|
memory_management.unload_all_models()
|
||||||
|
|
||||||
if need_global_unload:
|
if need_global_unload:
|
||||||
|
p.sd_model.current_lora_hash = str([])
|
||||||
p.sd_model.forge_objects.unet.lora_loader.dirty = True
|
p.sd_model.forge_objects.unet.lora_loader.dirty = True
|
||||||
p.clear_prompt_cache()
|
p.clear_prompt_cache()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user