Disable compiling deepbooru model
This is only necessary when you have to train, and compiling model produces warning.
This commit is contained in:
parent
9563636489
commit
c24df4b486
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue