Skip to content

Commit 1583a58

Browse files
committed
docs(config_parser.py): add comment to clarify the purpose of the requires-comfyui version constraint for better understanding
1 parent 9f4b9c6 commit 1583a58

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

comfy_cli/registry/config_parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ def initialize_project_config():
126126
tool = document.get("tool", tomlkit.table())
127127
comfy = tool.get("comfy", tomlkit.table())
128128
comfy["DisplayName"] = repo_name
129-
comfy["requires-comfyui"] = ">=1.0.0"
129+
comfy["requires-comfyui"] = ">=1.0.0" # ComfyUI version compatibility
130+
130131
tool["comfy"] = comfy
131132
document["tool"] = tool
132133

0 commit comments

Comments
 (0)