mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-07-16 16:07:00 +08:00
Merge 9db1425b7065dfdcdfd6a7aa3c46180ee50e4563 into 7dbd5dfe91f057b83dcba0c127f712f6d71f7def
This commit is contained in:
commit
e21f71d712
2
main.py
2
main.py
@ -79,7 +79,7 @@ def execute_prestartup_script():
|
||||
|
||||
for possible_module in possible_modules:
|
||||
module_path = os.path.join(custom_node_path, possible_module)
|
||||
if os.path.isfile(module_path) or module_path.endswith(".disabled") or module_path == "__pycache__":
|
||||
if os.path.isfile(module_path) or possible_module.endswith(".disabled") or possible_module == "__pycache__":
|
||||
continue
|
||||
|
||||
script_path = os.path.join(module_path, "prestartup_script.py")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user