From a21e49c18bd335f18fdd3e442bd1ad4568acf178 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Sat, 31 May 2025 08:04:34 -0400 Subject: [PATCH] sf --- comfy_config/config_parser.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comfy_config/config_parser.py b/comfy_config/config_parser.py index ee41f6769..dfea58172 100644 --- a/comfy_config/config_parser.py +++ b/comfy_config/config_parser.py @@ -17,12 +17,12 @@ from comfy_config.types import ( """ Original implementation comes from https://github.com/Comfy-Org/comfy-cli/blob/2e36f33dd39ef43b5acf7d1fc5acc5e01be92360/comfy_cli/registry/config_parser.py#L146 - + Extract configuration from a custom node directory's pyproject.toml file. This function reads and parses the pyproject.toml file in the specified directory -to extract project and ComfyUI-specific configuration information. If no -pyproject.toml file is found, it creates a minimal configuration using the +to extract project and ComfyUI-specific configuration information. If no +pyproject.toml file is found, it creates a minimal configuration using the folder name as the project name. Args: