mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-24 14:45:36 +00:00
The previous brand-assets grid only surfaced /icons/logo.svg and /icons/logomark.svg, even though the Brand Guidelines - 2026 Notion page lists six additional approved logo variants. Vendor those SVGs into apps/website/public/affiliates/brand/ so the download attribute works (cross-origin CDN downloads silently navigate), wire them into brandAssets.ts, and add the matching i18n title keys. Newly downloadable variants: - comfy-full-logo-yellow.svg (204x57 horizontal wordmark, yellow) - comfy-full-logo-ink.svg (204x57 horizontal wordmark, ink) - comfy-amplified-logo-mark.svg (147x159 amplified mark) - comfy-dimensional-logo-mark.svg (148x159 dimensional mark) - comfy-color-combo-yellow.svg (142x142 squared color-combo, yellow) - comfy-color-combo-ink.svg (142x142 squared color-combo, ink) Banners and the raster (PNG) pack are still 'Coming soon' — those ship in a follow-up that mirrors the same vendor-into-public pattern.