We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f880d commit 6d35be1Copy full SHA for 6d35be1
comfy_cli/registry/config_parser.py
@@ -36,7 +36,7 @@ def create_comfynode_config():
36
37
# Create the tool table
38
tool = tomlkit.table()
39
- document.add(tomlkit.comment(" Used by Comfy Registry https://comfyregistry.org"))
+ document.add(tomlkit.comment(" Used by Comfy Registry https://registry.comfy.org"))
40
41
comfy = tomlkit.table()
42
comfy["PublisherId"] = ""
0 commit comments