mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-05 23:49:57 +00:00
Update scripts.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user