New Source Connector: ComfyUI Cloud API #78141
Replies: 2 comments
-
|
PR submitted: #78142 Standalone repo with all code + tests: https://github.com/vincent-el/source-comfyui |
Beta Was this translation helpful? Give feedback.
-
|
Hi Vincent Lange (@vincent-el), thank you for sharing this connector proposal! We’ve escalated this to our team for review: https://github.com/airbytehq/oncall/issues/12629 If you create the standalone repository or open an Airbyte connector contribution PR, please link it in this discussion so the team can review the implementation details and tests. The connector development docs may also be useful: https://docs.airbyte.com/platform/connector-development Need more help? Join Airbyte Community Slack for peer support, or if you're a Cloud customer, open a support ticket referencing this URL. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Connector Proposal: source-comfyui
What
A source connector for the ComfyUI Cloud API that extracts generation jobs, assets, models, nodes, and system data from ComfyUI Cloud into any Airbyte destination.
Why
ComfyUI is the most widely-used open-source AI image/video generation platform (4M users, 60K+ community nodes, 150K+ daily downloads). The Cloud API provides a production-grade REST interface for managing AI generation workflows. There is currently no Airbyte connector for any generative AI workflow engine — this would be the first.
Use cases:
Streams
jobsGET /api/jobsjob_detailsGET /api/jobs/{id}assetsGET /api/assetsmodelsGET /api/models/{folder}nodesGET /api/object_infosystem_statsGET /api/system_statsImplementation
airbyte-cdk)X-API-Keyheaderhas_moreflagcreate_time(jobs) andcreated_at(assets)About ComfyUI
ComfyUI is the AI creation engine for visual professionals. Open-source node-based interface for Stable Diffusion, Flux, and other generative models. Used by OpenAI, Netflix, Amazon Studios, Ubisoft, EA, Tencent. Recently raised $30M at $500M valuation.
I am a data platform engineer and ComfyUI practitioner — happy to maintain this connector and iterate on feedback.
Standalone repo: https://github.com/vincent-el/source-comfyui (will be created shortly)
Beta Was this translation helpful? Give feedback.
All reactions