Commit Graph

1 Commits

Author SHA1 Message Date
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