Declare image_pipeline_type in shared.py

This commit is contained in:
oobabooga 2025-12-02 04:44:38 -08:00
parent c81c052f4e
commit 07754f9f29

View file

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