Dr.Lt.Data
61dc6cf2de
update DB
2025-06-21 23:35:58 +09:00
NumZ
0205ebad2a
Add ComfyUI-SeedVR2_VideoUpscaler Nodes ( #1945 )
...
* Update custom-node-list.json for Comfyui-Orpheus
add custom nodes from https://github.com/numz/Comfyui-Orpheus
* Update custom-node-list.json
add ComfyUI-SeedVR2_VideoUpscaler Node
2025-06-21 23:34:47 +09:00
Dr.Lt.Data
09a94133ac
update DB
2025-06-21 23:34:05 +09:00
Dr.Lt.Data
1eb3c3b219
update DB
2025-06-21 23:25:10 +09:00
Alejandro Olivares Mompó
457845bb51
Add Kaizen Package by aleolidev ( #1946 )
2025-06-21 23:18:54 +09:00
Yuan-Man
0c11b46585
Add ComfyUI-OmniGen2 ( #1944 )
2025-06-21 23:17:36 +09:00
Dr.Lt.Data
c35100d9e9
update DB
2025-06-21 00:51:05 +09:00
Dr.Lt.Data
847031cb04
update DB
2025-06-20 12:33:28 +09:00
bymyself
d1ca6288a3
apply formatting
2025-06-19 16:41:16 -07:00
bymyself
624ad4cfe6
remove debug comments
2025-06-19 16:39:14 -07:00
Dr.Lt.Data
f8d87bb452
update DB
2025-06-20 07:38:39 +09:00
Dr.Lt.Data
f60b3505e0
update DB
2025-06-19 20:44:57 +09:00
Dr.Lt.Data
addefbc511
update DB
2025-06-19 12:55:15 +09:00
Dr.Lt.Data
c4314b25a3
update DB
2025-06-19 07:34:54 +09:00
Dr.Lt.Data
921bb86127
update DB
2025-06-18 12:37:38 +09:00
bymyself
d912fb0f8b
[fix] Remove unused imports to fix Ruff linting errors
2025-06-17 15:27:21 -07:00
bymyself
e8fc053a32
[fix] Update data models to Pydantic v2 syntax to fix TypeError
2025-06-17 15:12:25 -07:00
bymyself
ce3b2bab39
refactor
2025-06-17 14:58:34 -07:00
bymyself
15e3699535
[cleanup] Remove outdated temp_queue_batch comment
2025-06-17 14:44:58 -07:00
bymyself
a4bf6bddbf
[refactor] Use Pydantic models for query parameter validation
...
- Added query parameter models to OpenAPI spec for GET endpoints
- Regenerated data models to include new query param models
- Replaced manual validation with Pydantic model validation
- Removed obsolete validate_required_params helper function
- Provides better error messages and type safety for API endpoints
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 14:42:25 -07:00
bymyself
f1b3c6b735
[refactor] Move model utility functions to model_utils module
2025-06-17 14:24:31 -07:00
bymyself
e923434d08
[fix] Update client filtering to handle tuple structure in pending_tasks
2025-06-17 13:52:00 -07:00
bymyself
ddc9cd0fd5
[fix] Use tuples in TaskQueue heap for proper comparison support
2025-06-17 13:42:47 -07:00
bymyself
d081db0c30
[cleanup] Remove dead code do_update_all function
...
- Removed do_update_all function that was never called and only returned an error
- Removed "update-all" from OperationType enum as it's no longer used
- Regenerated data models to reflect the enum change
The update_all functionality now properly creates individual update tasks through the API endpoint rather than being a single monolithic task.
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 13:27:51 -07:00
bymyself
14298b0859
[fix] Remove unused imports to fix linting errors
2025-06-17 13:08:52 -07:00
bymyself
03ecda3cfe
[feat] Implement comprehensive system state capture for batch records
2025-06-17 13:08:35 -07:00
bymyself
350cb767c3
[feat] Regenerate data models with enhanced ComfyUISystemState
...
- Add SecurityLevel and RiskLevel enums to generated models
- Enhance ComfyUISystemState with additional system information fields:
- comfyui_root_path: ComfyUI installation directory
- model_paths: Map of model types to configured paths
- manager_version: ComfyUI Manager version
- security_level: Current security configuration
- network_mode: Network mode (online/offline/private)
- cli_args: Selected CLI arguments
- custom_nodes_count: Total number of custom nodes
- failed_imports: List of failed imports
- pip_packages: Installed pip packages
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 13:06:14 -07:00
bymyself
f450dcbb57
[feat] Add SecurityLevel and RiskLevel enums to OpenAPI schema
...
- Add SecurityLevel enum with strong/normal/normal-/weak values
- Add RiskLevel enum with block/high/middle values
- These will be used for security policy management
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 13:05:59 -07:00
bymyself
32e003965a
fix files description in api
2025-06-17 10:36:52 -07:00
bymyself
65f0764338
fix duplicated schemas in openapi
2025-06-17 10:36:31 -07:00
bymyself
1bdb026079
explain glob vs legacy in claude memory
2025-06-17 10:36:08 -07:00
Dr.Lt.Data
b3a7fb9c3e
update DB
2025-06-17 23:53:40 +09:00
Lord Lethris
c143c81a7e
Update custom-node-list.json ( #1941 )
2025-06-17 23:46:54 +09:00
Dr.Lt.Data
dd389ba0f8
update DB
2025-06-17 22:34:28 +09:00
seeo
46b1649ab8
Update custom-node-list.json ( #1940 )
2025-06-17 22:24:24 +09:00
Dr.Lt.Data
89710412e4
fixed: indentation error
2025-06-17 07:27:46 +09:00
Dr.Lt.Data
931973b632
update DB
2025-06-17 07:22:13 +09:00
Dr.Lt.Data
60aaa838e3
update DB
2025-06-17 00:52:22 +09:00
Dr.Lt.Data
7e51286313
Merge branch 'main' into draft-v4
2025-06-17 00:33:31 +09:00
Dr.Lt.Data
1246538bbb
fixed: Issue where installation status was not properly recognized when the nodepack ID registered in the registry was not normalized.
...
- ex) `ComfyUI-Crystools`
https://github.com/Comfy-Org/ComfyUI-Manager/issues/1834#issuecomment-2937370214
2025-06-17 00:31:51 +09:00
Dr.Lt.Data
80518abf9d
update DB
2025-06-16 22:42:41 +09:00
Leon Wong
fc1ae2a18e
added comfyui-leon-nodes to ustom-node-list.json ( #1937 )
2025-06-16 22:17:45 +09:00
Yuan-Man
3fd8d2049c
Add ComfyUI-Hunyuan3D-2.1 ( #1936 )
2025-06-16 22:16:50 +09:00
Dr.Lt.Data
35a6bcf20c
update DB
2025-06-16 12:52:05 +09:00
Dr.Lt.Data
0d75fc331e
update DB
2025-06-16 07:28:55 +09:00
Dr.Lt.Data
0a23e793e3
update DB
2025-06-15 15:43:09 +09:00
Dr.Lt.Data
2c1c03e063
update DB
2025-06-15 14:27:27 +09:00
Çağlayan Karagözler
64059d2949
Added ComfyUI-YouTubeUploader to custom nodes json ( #1933 )
...
* Update custom-node-list.json
Added ComfyUI-YouTubeUploader
* Update custom-node-list.json
* Update custom-node-list.json
Added proper link
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2025-06-15 14:13:03 +09:00
Dr.Lt.Data
648aa7c4d3
update DB
2025-06-14 18:56:19 +09:00
bymyself
c888ea6435
[fix] Reduce excessive logging output to debug level
...
- Convert batch tracking messages to debug level (batch start, history saved)
- Convert task processing details to debug level
- Convert cache update messages to debug level
- Replace print() with logging.debug() for task processing
- Keep user-relevant messages at info level (ComfyUI updates, installation success)
- Resolves verbose output appearing without --verbose flag
2025-06-13 20:39:18 -07:00