9.63 GB
155 files
Updated about 1 month ago
Name
Size
README.md2.66 kB
xet
cm-api.js2.15 kB
xet
comfyui-gui-builder.js8.17 kB
xet
comfyui-manager.js47.7 kB
xet
comfyui-share-common.js35.2 kB
xet
comfyui-share-copus.js32.3 kB
xet
comfyui-share-openart.js21.1 kB
xet
comfyui-share-youml.js16 kB
xet
common.js21.9 kB
xet
components-manager.js19.6 kB
xet
custom-nodes-manager.css12.6 kB
xet
custom-nodes-manager.js56.3 kB
xet
model-manager.css4.61 kB
xet
model-manager.js19.6 kB
xet
node_fixer.js3.96 kB
xet
popover-helper.js17.4 kB
xet
snapshot.css1.37 kB
xet
snapshot.js8.62 kB
xet
turbogrid.esm.js169 kB
xet
workflow-metadata.js2.68 kB
xet
README.md

ComfyUI-Manager: Frontend (js)

This directory contains the JavaScript frontend implementation for ComfyUI-Manager, providing the user interface components that interact with the backend API.

Core Components

  • comfyui-manager.js: Main entry point that initializes the manager UI and integrates with ComfyUI.
  • custom-nodes-manager.js: Implements the UI for browsing, installing, and managing custom nodes.
  • model-manager.js: Handles the model management interface for downloading and organizing AI models.
  • components-manager.js: Manages reusable workflow components system.
  • snapshot.js: Implements the snapshot system for backing up and restoring installations.

Sharing Components

  • comfyui-share-common.js: Base functionality for workflow sharing features.
  • comfyui-share-copus.js: Integration with the ComfyUI Copus sharing platform.
  • comfyui-share-openart.js: Integration with the OpenArt sharing platform.
  • comfyui-share-youml.js: Integration with the YouML sharing platform.

Utility Components

  • cm-api.js: Client-side API wrapper for communication with the backend.
  • common.js: Shared utilities and helper functions used across the frontend.
  • node_fixer.js: Utilities for fixing disconnected links and repairing malformed nodes by recreating them while preserving connections.
  • popover-helper.js: UI component for popup tooltips and contextual information.
  • turbogrid.esm.js: Grid component library - https://github.com/cenfun/turbogrid
  • workflow-metadata.js: Handles workflow metadata parsing, validation and cross-repository compatibility including versioning, dependencies tracking, and resource management.

Architecture

The frontend follows a modular component-based architecture:

  1. Integration Layer: Connects with ComfyUI's existing UI system
  2. Manager Components: Individual functional UI components (node manager, model manager, etc.)
  3. Sharing Components: Platform-specific sharing implementations
  4. Utility Layer: Reusable UI components and helpers

Implementation Details

  • The frontend integrates directly with ComfyUI's UI system through app.js
  • Dialog-based UI for most manager functions to avoid cluttering the main interface
  • Asynchronous API calls to handle backend operations without blocking the UI

Styling

CSS files are included for specific components:

  • custom-nodes-manager.css: Styling for the node management UI
  • model-manager.css: Styling for the model management UI

This frontend implementation provides a comprehensive yet user-friendly interface for managing the ComfyUI ecosystem.

Total size
9.63 GB
Files
155
Last updated
Jun 29
Pre-warmed CDN
US EU US EU

Contributors