Disable compiling deepbooru model

This is only necessary when you have to train,
and compiling model produces warning.
master
CookieHCl 3 years ago committed by AUTOMATIC1111
parent 9563636489
commit c24df4b486

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

Loading…
Cancel
Save