mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-02 01:22:11 +08:00
This should not be a warning. (#7946)
This commit is contained in:
parent
3e62c5513a
commit
d9c80a85e5
@ -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…
x
Reference in New Issue
Block a user