Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions registry/specifications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ URL to a larger banner image that will be displayed on the ComfyUI Registry and
Banner = "https://raw.githubusercontent.com/username/repo/main/banner.png"
```

<Tip>
Both **Icon** and **Banner** are displayed when both are specified. They are not layered or overlaid. The icon appears as a square thumbnail and the banner as a wider 21:9 image. Their exact placement (side by side, stacked, or in separate sections) depends on the platform (Registry vs. ComfyUI-Manager) and the viewing context.
</Tip>

### requires-comfyui (optional)
Specifies which version of ComfyUI your node is compatible with. This helps users ensure they have the correct version of ComfyUI installed.

Expand Down
Loading