# pyproject.toml[project]name = "" # Unique identifier for your node. Immutable after creation.description = ""version = "1.0.0" # Custom Node version. Must be semantically versioned.license = { file = "LICENSE.txt" }dependencies = [] # Filled in from requirements.txt[project.urls]Repository = "https://github.com/..."[tool.comfy]PublisherId = "" # TODO (fill in Publisher ID from Comfy Registry Website).DisplayName = "" # Display name for the Custom Node. Can be changed later.Icon = "https://example.com/icon.png" # SVG, PNG, JPG or GIF (MAX. 800x400px)
API Key for publisher '<publisher id>': ****************************************************...Version 1.0.0 Published.See it here: https://registry.comfy.org/publisherId/your-node
请记住,API 密钥默认是隐藏的。
当使用 CTRL+V 复制粘贴时,您的 API 密钥可能会有一个额外的 \x16 在后面,例如: ************************************************\x16。