From 9aa67d5578a662e26ac9a8192012eb4b95ab6434 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Wed, 31 Jan 2024 15:22:06 -0800 Subject: [PATCH] Update shared.py --- modules_forge/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules_forge/shared.py b/modules_forge/shared.py index 793a469a..a45b5b18 100644 --- a/modules_forge/shared.py +++ b/modules_forge/shared.py @@ -1,7 +1,7 @@ import os import ldm_patched.modules.utils -from modules.paths import models_path +from modules.paths_internal import models_path controlnet_dir = os.path.join(models_path, 'ControlNet')