fix: controlnet_forge boolean -> controlnet_type

This commit is contained in:
Dowon
2024-02-28 20:58:35 +09:00
parent cfc9f98e56
commit 4c02019d58
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ except ImportError as e:
ext_path = Path(extensions_dir)
ext_builtin_path = Path(extensions_builtin_dir)
controlnet_exists = False
controlnet_forge = False
controlnet_type = "standard"
controlnet_path = None
cn_base_path = ""