From 36b377c33722d119fcb504a935c246dcbc7ecc07 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Mon, 29 Jan 2024 20:43:37 -0800 Subject: [PATCH] Update scripts.py --- modules/scripts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/scripts.py b/modules/scripts.py index f490ee5d..0832e113 100644 --- a/modules/scripts.py +++ b/modules/scripts.py @@ -514,6 +514,8 @@ def load_scripts(): syspath = sys.path + print(f'Current System Paths = {syspath}') + def register_scripts_from_module(module): for script_class in module.__dict__.values(): if not inspect.isclass(script_class):