mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-11 01:22:37 +08:00
Add UnifiedDepResolver that batch-resolves all custom node pack dependencies via uv pip compile, replacing per-node pip installs. Core features: - Collect, sanitize, and compile requirements from all node packs - Input validation with regex-based sanitization and blacklist/override support - Conflict detection with per-node-pack attribution output - CollectedDeps.sources stores (pack_path, pkg_spec) tuples for attribution - Startup integration via prestartup_script.py with fallback to legacy path - --uv-compile flag on 8 CLI commands: uv-compile, install, reinstall, update, fix, restore-snapshot, restore-dependencies, install-deps Testing: - 148 unit tests (mock-based) covering all resolver logic - 12 E2E pytest tests using ltdrdata's dedicated conflict test packs - E2E environment setup scripts (setup, start, stop) - Supply-chain safety policy: only verified authors' packs in E2E Documentation: - PRD and DESIGN specs for the resolver - EN/KO cm-cli user docs updated for all new commands - Test documentation and environment setup guide Bump version to 4.1b3. |
||
|---|---|---|
| .. | ||
| dev | ||
| en | ||
| ko | ||
| README.md | ||
ComfyUI-Manager: Documentation
This directory contains documentation for the ComfyUI-Manager, providing guides and tutorials for users in multiple languages.
Directory Structure
The documentation is organized into language-specific directories:
- en/: English documentation
- ko/: Korean documentation
Core Documentation Files
Command-Line Interface
- cm-cli.md: Documentation for the ComfyUI-Manager Command Line Interface (CLI), which allows using manager functionality without the UI.
Advanced Features
- use_aria2.md: Guide for using the aria2 download accelerator with ComfyUI-Manager for faster model downloads.
Documentation Standards
The documentation follows these standards:
- Markdown Format: All documentation is written in Markdown for easy rendering on GitHub and other platforms
- Language-specific Directories: Content is separated by language to facilitate localization
- Feature-focused Documentation: Each major feature has its own documentation file
- Updated with Releases: Documentation is kept in sync with software releases
Contributing to Documentation
When contributing new documentation:
- Place files in the appropriate language directory
- Use clear, concise language appropriate for the target audience
- Include examples where helpful
- Consider adding screenshots or diagrams for complex features
- Maintain consistent formatting with existing documentation
This documentation directory will continue to grow to support the expanding feature set of ComfyUI-Manager.