bymyself
35eddc2965
[feat] Add client_id support to task queue system
...
- Add client_id field to QueueTaskItem and TaskHistoryItem models
- Implement client-specific WebSocket message routing
- Add client filtering to queue status and history endpoints
- Follow ComfyUI patterns for session management
- Create data_models package for better code organization
2025-06-06 16:01:52 -07:00
Dr.Lt.Data
3799af0017
fixed: perform reload when starting task worker
2025-06-06 16:00:45 -07:00
Dr.Lt.Data
276ccca4f6
fixed: avoid except:
...
fixed: prestartup_script - remove useless exception handling when fallback resolving comfy_path
2025-06-06 16:00:45 -07:00
Christian Byrne
3ae4aecd84
Only load legacy FE extension if --enable-manager-legacy-ui is set ( #1746 )
...
* only load JS extensions when legacy arg is set
* add `is_legacy_manager_ui` endpoint
2025-06-06 16:00:45 -07:00
Dr.Lt.Data
86c7482048
restructuring
...
the existing cache-based implementation will be retained as a fallback under legacy/..., while glob/... will be updated to a cacheless implementation.
2025-06-06 16:00:45 -07:00
bymyself
985c987603
fix: installed nodes should still be initialized in offline mode
2025-06-06 15:59:20 -07:00
bymyself
6e1c906aff
if pip package, force offline mode
2025-06-06 15:59:20 -07:00
bymyself
d9918cf773
add missing v2 prefix to customnode/installed route
2025-06-06 15:58:56 -07:00
Dr.Lt.Data
422af67217
fixed: ruff check
2025-06-06 15:57:08 -07:00
Dr.Lt.Data
5ea7bf3683
feat: support task batch
...
POST /v2/manager/queue/batch
GET /v2/manager/queue/history_list
GET /v2/manager/queue/history?id={id}
GET /v2/manager/queue/abort_current
2025-06-06 15:57:08 -07:00
Dr.Lt.Data
34efbe9262
Modify the structure to be installable via pip.
2025-06-06 15:57:08 -07:00