mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 03:01:18 +00:00
fix: protobuf version, misc
This commit is contained in:
@@ -19,7 +19,9 @@ if ext_path.exists():
|
||||
|
||||
if not controlnet_exists and ext_builtin_path.exists():
|
||||
controlnet_exists = any(
|
||||
p.name == "sd-webui-controlnet" for p in ext_builtin_path.iterdir()
|
||||
p.name == "sd-webui-controlnet"
|
||||
for p in ext_builtin_path.iterdir()
|
||||
if p.is_dir()
|
||||
)
|
||||
|
||||
if controlnet_exists:
|
||||
|
||||
Reference in New Issue
Block a user