From 815d96760e8e6545b5bd8d606bf8028ca032db35 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Sun, 19 Jul 2026 06:09:46 +0800 Subject: [PATCH] docs: clarify icon and banner display behavior in registry specifications --- registry/specifications.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry/specifications.mdx b/registry/specifications.mdx index 75423b9ec..cdf200437 100644 --- a/registry/specifications.mdx +++ b/registry/specifications.mdx @@ -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" ``` + + 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. + + ### 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.