mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Declare image_pipeline_type in shared.py
This commit is contained in:
parent
c81c052f4e
commit
07754f9f29
|
|
@ -23,6 +23,7 @@ lora_names = []
|
||||||
# Image model variables
|
# Image model variables
|
||||||
image_model = None
|
image_model = None
|
||||||
image_model_name = 'None'
|
image_model_name = 'None'
|
||||||
|
image_pipeline_type = None
|
||||||
|
|
||||||
# Generation variables
|
# Generation variables
|
||||||
stop_everything = False
|
stop_everything = False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue