This commit is contained in:
parent
5d988dc5fd
commit
12384c84ea
@ -85,6 +85,9 @@ class ModelManager:
|
||||
return
|
||||
if self.kwargs["sd_controlnet_method"] == control_method:
|
||||
return
|
||||
if not hasattr(self.model, "is_local_sd_model"):
|
||||
return
|
||||
|
||||
if self.model.is_local_sd_model:
|
||||
# is_native_control_inpaint 表示加载了普通 SD 模型
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user