We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4b9c6 commit 1583a58Copy full SHA for 1583a58
1 file changed
comfy_cli/registry/config_parser.py
@@ -126,7 +126,8 @@ def initialize_project_config():
126
tool = document.get("tool", tomlkit.table())
127
comfy = tool.get("comfy", tomlkit.table())
128
comfy["DisplayName"] = repo_name
129
- comfy["requires-comfyui"] = ">=1.0.0"
+ comfy["requires-comfyui"] = ">=1.0.0" # ComfyUI version compatibility
130
+
131
tool["comfy"] = comfy
132
document["tool"] = tool
133
0 commit comments