ComfyUI-Manager/comfyui_manager
bymyself 49549ddcb8 [feat] Implement comprehensive batch tracking and OpenAPI-driven data models
Enhances ComfyUI Manager with robust batch execution tracking and unified data model architecture:

- Implemented automatic batch history serialization with before/after system state snapshots
- Added comprehensive state management capturing installed nodes, models, and ComfyUI version info
- Enhanced task queue with proper client ID handling and WebSocket notifications
- Migrated all data models to OpenAPI-generated Pydantic models for consistency
- Added documentation for new TaskQueue methods (done_count, total_count, finalize)
- Fixed 64 linting errors with proper imports and code cleanup

Technical improvements:
- All models now auto-generated from openapi.yaml ensuring API/implementation consistency
- Batch tracking captures complete system state at operation start and completion
- Enhanced REST endpoints with comprehensive documentation
- Removed manual model files in favor of single source of truth
- Added helper methods for system state capture and batch lifecycle management
2025-06-08 01:18:14 -07:00
..
cm_cli fixed: crash related to deleted CNR node after installed 2025-06-06 16:00:45 -07:00
common fixed: cm_global importing error 2025-06-06 16:00:45 -07:00
data_models [feat] Implement comprehensive batch tracking and OpenAPI-driven data models 2025-06-08 01:18:14 -07:00
glob [feat] Implement comprehensive batch tracking and OpenAPI-driven data models 2025-06-08 01:18:14 -07:00
js fix is_legacy_front should be a function still 2025-06-06 15:59:20 -07:00
legacy fixed: missing channels.list.template 2025-06-06 16:00:45 -07:00
__init__.py fixed: crash related to deleted CNR node after installed 2025-06-06 16:00:45 -07:00
channels.list.template fixed: missing channels.list.template 2025-06-06 16:00:45 -07:00
prestartup_script.py fixed: crash related to deleted CNR node after installed 2025-06-06 16:00:45 -07:00