Disable compiling deepbooru model

This is only necessary when you have to train,
and compiling model produces warning.
This commit is contained in:
CookieHCl 2022-10-15 03:26:36 +09:00 committed by AUTOMATIC1111
parent 9563636489
commit c24df4b486

View File

@ -102,7 +102,7 @@ def get_deepbooru_tags_model():
tags = dd.project.load_tags_from_project(model_path)
model = dd.project.load_model_from_project(
model_path, compile_model=True
model_path, compile_model=False
)
return model, tags