Commit c24df4b4 authored by CookieHCl's avatar CookieHCl Committed by AUTOMATIC1111

Disable compiling deepbooru model

This is only necessary when you have to train,
and compiling model produces warning.
parent 95636364
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment