Add a variable to modules/shared.py
This commit is contained in:
parent
cbd63eeeff
commit
e19cbea719
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from modules.logging_colors import logger
|
|||
generation_lock = None
|
||||
model = None
|
||||
tokenizer = None
|
||||
is_seq2seq = False
|
||||
model_name = "None"
|
||||
lora_names = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue