From 07754f9f29b91f4e1daebec17c3cd5a98c8056f4 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:44:38 -0800 Subject: [PATCH] Declare image_pipeline_type in shared.py --- modules/shared.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shared.py b/modules/shared.py index fef67489..fb1aa17f 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -23,6 +23,7 @@ lora_names = [] # Image model variables image_model = None image_model_name = 'None' +image_pipeline_type = None # Generation variables stop_everything = False