mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-30 00:00:26 +08:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _helpers.py | ||
| client.py | ||
| common_exceptions.py | ||
| conversions.py | ||
| download_helpers.py | ||
| request_logger.py | ||
| upload_helpers.py | ||
| validation_utils.py | ||