mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-05 12:09:00 +08:00
nit
This commit is contained in:
parent
0f82948e4f
commit
a95326bec4
@ -14,7 +14,7 @@ def load_module(path):
|
|||||||
module_spec = importlib.util.spec_from_file_location(full_module_name, path)
|
module_spec = importlib.util.spec_from_file_location(full_module_name, path)
|
||||||
module = importlib.util.module_from_spec(module_spec)
|
module = importlib.util.module_from_spec(module_spec)
|
||||||
module_spec.loader.exec_module(module)
|
module_spec.loader.exec_module(module)
|
||||||
loaded_scripts[full_module_name] = module
|
loaded_scripts[path] = module
|
||||||
sys.modules[full_module_name] = module
|
sys.modules[full_module_name] = module
|
||||||
return module
|
return module
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user