mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-20 05:10:15 +08:00
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
@ -102,7 +102,7 @@ def get_deepbooru_tags_model():
|
|||||||
|
|
||||||
tags = dd.project.load_tags_from_project(model_path)
|
tags = dd.project.load_tags_from_project(model_path)
|
||||||
model = dd.project.load_model_from_project(
|
model = dd.project.load_model_from_project(
|
||||||
model_path, compile_model=True
|
model_path, compile_model=False
|
||||||
)
|
)
|
||||||
return model, tags
|
return model, tags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user