mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-22 20:10:19 +08:00
update README.md for node usage analyzeer
This commit is contained in:
parent
02aa67b541
commit
e04ed0eda7
@ -9,6 +9,7 @@ This directory contains the JavaScript frontend implementation for ComfyUI-Manag
|
|||||||
- **model-manager.js**: Handles the model management interface for downloading and organizing AI models.
|
- **model-manager.js**: Handles the model management interface for downloading and organizing AI models.
|
||||||
- **components-manager.js**: Manages reusable workflow components system.
|
- **components-manager.js**: Manages reusable workflow components system.
|
||||||
- **snapshot.js**: Implements the snapshot system for backing up and restoring installations.
|
- **snapshot.js**: Implements the snapshot system for backing up and restoring installations.
|
||||||
|
- **node-usage-analyzer.js**: Implements the UI for analyzing node usage in workflows.
|
||||||
|
|
||||||
## Sharing Components
|
## Sharing Components
|
||||||
|
|
||||||
@ -46,5 +47,6 @@ The frontend follows a modular component-based architecture:
|
|||||||
CSS files are included for specific components:
|
CSS files are included for specific components:
|
||||||
- **custom-nodes-manager.css**: Styling for the node management UI
|
- **custom-nodes-manager.css**: Styling for the node management UI
|
||||||
- **model-manager.css**: Styling for the model management UI
|
- **model-manager.css**: Styling for the model management UI
|
||||||
|
- **node-usage-analyzer.css**: Styling for the node usage analyzer UI
|
||||||
|
|
||||||
This frontend implementation provides a comprehensive yet user-friendly interface for managing the ComfyUI ecosystem.
|
This frontend implementation provides a comprehensive yet user-friendly interface for managing the ComfyUI ecosystem.
|
||||||
Loading…
Reference in New Issue
Block a user