add log_tokenization to globals

This commit is contained in:
Lincoln Stein 2023-02-17 16:47:32 -05:00
parent 7a518218e5
commit 1ae8986451

View File

@ -54,6 +54,9 @@ Globals.full_precision = False
# whether we should convert ckpt files into diffusers models on the fly
Globals.ckpt_convert = False
# logging tokenization everywhere
Globals.log_tokenization = False
def global_config_file()->Path:
return Path(Globals.root, Globals.config_dir, Globals.models_file)