Skip to main content
The About Panel Badges API allows extensions to add custom badges to the ComfyUI about page. These badges can display information about your extension and contain links to documentation, source code, or other resources.

Basic Usage

Badge Configuration

Each badge requires all of these properties:

Icon Options

Badge icons use PrimeVue’s icon set. Here are some commonly used icons:
  • Documentation: pi pi-file or pi pi-book
  • GitHub: pi pi-github
  • External link: pi pi-external-link
  • Information: pi pi-info-circle
  • Download: pi pi-download
  • Website: pi pi-globe
  • Discord: pi pi-discord
For a complete list of available icons, refer to the PrimeVue Icons documentation.

Example

Badges appear in the About panel of the Settings dialog, which can be accessed via the gear icon in the top-right corner of the ComfyUI interface.