mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 11:11:21 +00:00
fix: misc
This commit is contained in:
@@ -22,6 +22,7 @@ for extension in extensions.active():
|
|||||||
controlnet_exists = True
|
controlnet_exists = True
|
||||||
controlnet_path = Path(extension.path)
|
controlnet_path = Path(extension.path)
|
||||||
cn_base_path = ".".join(controlnet_path.parts[-2:])
|
cn_base_path = ".".join(controlnet_path.parts[-2:])
|
||||||
|
break
|
||||||
|
|
||||||
cn_model_module = {
|
cn_model_module = {
|
||||||
"inpaint": "inpaint_global_harmonious",
|
"inpaint": "inpaint_global_harmonious",
|
||||||
|
|||||||
Reference in New Issue
Block a user