aboutsummaryrefslogtreecommitdiff
path: root/modules/deepbooru.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-10-15 10:35:18 +0300
committerGitHub <noreply@github.com>2022-10-15 10:35:18 +0300
commitaf144ebdc70ef6f006bebd47af7a8d3180665538 (patch)
treec3ef9ef64f9959f2820a8083420f4f9b7486d636 /modules/deepbooru.py
parente21f01f64504bc651da6e85216474bbd35ee010d (diff)
parent6a4e84671016d38c10a55fedcdf09321dba737ae (diff)
Merge branch 'master' into ckpt-cache
Diffstat (limited to 'modules/deepbooru.py')
-rw-r--r--modules/deepbooru.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/deepbooru.py b/modules/deepbooru.py
index f34f3788..4ad334a1 100644
--- a/modules/deepbooru.py
+++ b/modules/deepbooru.py
@@ -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