mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 12:20:16 +08:00
Merge branch 'comfyanonymous:master' into master
This commit is contained in:
commit
5891d0d0e4
@ -127,8 +127,8 @@ class CustomNodeManager:
|
|||||||
|
|
||||||
if os.path.exists(workflows_dir):
|
if os.path.exists(workflows_dir):
|
||||||
if folder_name != "example_workflows":
|
if folder_name != "example_workflows":
|
||||||
logging.warning(
|
logging.debug(
|
||||||
"WARNING: Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'",
|
"Found example workflow folder '%s' for custom node '%s', consider renaming it to 'example_workflows'",
|
||||||
folder_name, module_name)
|
folder_name, module_name)
|
||||||
|
|
||||||
webapp.add_routes(
|
webapp.add_routes(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user