You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! My name is Robin and I'm from comfy-org! We would love to have you join the Comfy Registry, a public collection of custom nodes which lets authors publish nodes by version and automate testing against existing workflows.
The registry is already integrated with ComfyUI-Manager, and we want it to be the default place users install nodes from eventually. We do a security-scan of every node to improve safety. Feel free to read up more on the registry here
The documentation scaffolding? You can just add the example markdown here into web/docs/MyNode.md
Action Required:
Go to the registry. Login and create a publisher id (everything after the @ sign on your registry profile).
Add the publisher id into the pyproject.toml file.
Merge the separate Github Actions PR, then merge this PR.
If you want to publish the node manually, install the cli by running pip install comfy-cli, then run comfy node publish
Otherwise, if you have any questions, please message me on discord at robinken or join our server!
pyproject.toml already exists in main with correct values — this PR would overwrite it with a broken placeholder version, losing PublisherId = "gateway", the icon URL, accurate description, version = "0.2.0", and requires-python = ">=3.10".
description = "Integration framework for KIE Nano Banana Pro API into ComfyUI custom nodes with API key setup and placeholder for upcoming node implementations. (Description by CC)"
version = "1.0.0"
license = {file = "LICENSE"}
# classifiers = [
# # For OS-independent nodes (works on all operating systems)
# "Operating System :: OS Independent",
#
# # OR for OS-specific nodes, specify the supported systems:
# "Operating System :: Microsoft :: Windows", # Windows specific
# "Operating System :: POSIX :: Linux", # Linux specific
# "Operating System :: MacOS", # macOS specific
#
# # GPU Accelerator support. Pick the ones that are supported by your extension.
# "Environment :: GPU :: NVIDIA CUDA", # NVIDIA CUDA support
# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility
PublisherId = "" is empty — Comfy Registry publishing will fail without a valid publisher ID. The existing file has PublisherId = "gateway".
version = "1.0.0" is incorrect — the repo is currently at 0.2.0 per the existing pyproject.toml and README changelog. Jumping to 1.0.0 is unexplained.
Package name changed from comfyui-kie-api to kie-api — kie-api is too generic and risks colliding with unrelated packages in the Comfy Registry.
Icon = "" is empty — the existing file provides the icon URL; this PR would clear it, removing the icon from the registry listing.
Description references only "Nano Banana Pro" and "placeholder for upcoming nodes" — the repo now has 15+ node types including Kling, Seedance, Gemini, Sora 2, Suno, and Flux2.
PR would overwrite an existing, more complete pyproject.toml — the current file already has the correct version, publisher ID, and package name
The repo already has a pyproject.toml with version = "0.3.0", PublisherId = "gateway", name = "comfyui-kie-api", and a valid icon URL. This PR creates the file from scratch (adding as new file mode 100644), which would silently overwrite all of that. This PR should be closed; the registry fields it proposes are already present in the existing file.
description = "Integration framework for KIE Nano Banana Pro API into ComfyUI custom nodes with API key setup and placeholder for upcoming node implementations. (Description by CC)"
version = "1.0.0"
license = {file = "LICENSE"}
PublisherId = "" is empty — the existing file already has it set to "gateway", and a blank value will cause registry publish to fail
description = "Integration framework for KIE Nano Banana Pro API into ComfyUI custom nodes with API key setup and placeholder for upcoming node implementations. (Description by CC)"
Description contains unfixed placeholder text "(Description by CC)"
description = "Integration framework for KIE Nano Banana Pro API into ComfyUI custom nodes with API key setup and placeholder for upcoming node implementations. (Description by CC)"
- If this code review was useful, please react with 👍. Otherwise, react with 👎.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey! My name is Robin and I'm from comfy-org! We would love to have you join the Comfy Registry, a public collection of custom nodes which lets authors publish nodes by version and automate testing against existing workflows.
The registry is already integrated with ComfyUI-Manager, and we want it to be the default place users install nodes from eventually. We do a security-scan of every node to improve safety. Feel free to read up more on the registry here
Action Required:
@sign on your registry profile).If you want to publish the node manually, install the cli by running
pip install comfy-cli, then runcomfy node publishOtherwise, if you have any questions, please message me on discord at robinken or join our server!