mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(nodes): fix loading node pack display
This commit is contained in:
parent
4af4486dd9
commit
a1705dc6b3
@ -40,7 +40,7 @@ for d in Path(__file__).parent.iterdir():
|
||||
logger.warn(f"Could not load {init}")
|
||||
continue
|
||||
|
||||
logger.info(f"Loading node pack {spec.name}")
|
||||
logger.info(f"Loading node pack {module_name}")
|
||||
|
||||
module = module_from_spec(spec)
|
||||
sys.modules[spec.name] = module
|
||||
|
Loading…
Reference in New Issue
Block a user