mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-02 19:49:48 +00:00
fix
This commit is contained in:
@@ -4,6 +4,9 @@ import ldm_patched.modules.utils
|
||||
from modules.paths import models_path
|
||||
|
||||
|
||||
always_disabled_extensions = ['sd-webui-controlnet']
|
||||
|
||||
|
||||
controlnet_dir = os.path.join(models_path, 'ControlNet')
|
||||
os.makedirs(controlnet_dir, exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user