John Pollock
|
ace8e9fdbf
|
feat(isolation): sealed worker data types and custom node serializers
Adds torch-free serializers for sealed workers: ndarray (base64), PLY
(point clouds), NPZ (depth frames), TRIMESH (meshes), SKELETON (geometry).
comfy_api_sealed_worker package for V1-style sealed node type definitions.
SaveNPZ/SavePLY nodes. comfy_api _ui.py child-process detection.
|
2026-04-07 11:17:14 -05:00 |
|
Alexander Piskun
|
43e0d4e3cc
|
comfy_api: remove usage of "Type","List" and "Dict" types (#11238)
|
2025-12-15 16:01:10 -08:00 |
|
Alexander Piskun
|
ec7f65187d
|
chore(comfy_api): replace absolute imports with relative (#11145)
|
2025-12-08 01:21:41 -08:00 |
|
Alexander Piskun
|
dce518c2b4
|
convert nodes_audio.py to V3 schema (#10798)
|
2025-12-03 17:35:04 -08:00 |
|
Alexander Piskun
|
440268d394
|
convert nodes_load_3d.py to V3 schema (#10990)
|
2025-12-03 13:52:31 -08:00 |
|
Alexander Piskun
|
f3d5d328a3
|
fix(v3,api-nodes): V3 schema typing; corrected Pika API nodes (#10265)
|
2025-10-09 15:15:03 -07:00 |
|
Jedrzej Kosinski
|
898d88e10e
|
Make torchaudio exception catching less specific (#9309)
|
2025-08-12 23:34:58 -04:00 |
|
Jedrzej Kosinski
|
42974a448c
|
_ui.py import torchaudio safety check (#9234)
* Added safety around torchaudio import in _ui.py
* Trusted cursor too much, fixed torchaudio bool
|
2025-08-07 17:54:09 -04:00 |
|
Jedrzej Kosinski
|
4887743a2a
|
V3 Node Schema Definition - initial (#8656)
|
2025-07-31 18:02:12 -04:00 |
|