ComfyUI/comfy_api_nodes/util
Hunter Senft-Grupp 1a1013ab9b [DO NOT MERGE] Add dynamic partner nodes executor
This adds a generic, provider-agnostic executor for dynamically-loaded
partner nodes. The executor:

- Fetches node definitions from comfy-api's /object_info endpoint
- Creates ComfyNode classes dynamically from the schema
- Proxies execution to comfy-api with configurable input serialization
- Converts response bytes to appropriate output types (video/image/audio)

All provider-specific logic (API endpoints, model mappings, polling)
is handled server-side in comfy-api.
2026-01-15 12:06:23 -05:00
..
__init__.py [DO NOT MERGE] Add dynamic partner nodes executor 2026-01-15 12:06:23 -05:00
_helpers.py fix(api-nodes-vidu): preserve percent-encoding for signed URLs (#11564) 2025-12-30 20:12:38 -08:00
client.py chore(api-nodes): switch to credits instead of $ (#11489) 2025-12-26 19:56:52 -08:00
common_exceptions.py feat(api-nodes): network client v2: async ops, cancellation, downloads, refactor (#10390) 2025-10-23 22:37:16 -07:00
conversions.py feat(api-nodes): add GPT-Image-1.5 (#11368) 2025-12-17 09:43:41 -08:00
download_helpers.py fix(api-nodes-vidu): preserve percent-encoding for signed URLs (#11564) 2025-12-30 20:12:38 -08:00
request_logger.py [API Nodes]: fixes and refactor (#11104) 2025-12-04 14:05:28 -08:00
upload_helpers.py [API Nodes]: fixes and refactor (#11104) 2025-12-04 14:05:28 -08:00
validation_utils.py [API Nodes]: fixes and refactor (#11104) 2025-12-04 14:05:28 -08:00