23 Commits

Author SHA1 Message Date
Jedrzej Kosinski
3465a75913 Fix UploadRequest file_name param (#98) 2025-05-01 10:36:23 -05:00
Christian Byrne
5cd258a01c Add Pika i2v and t2v nodes (#52) 2025-05-01 10:36:23 -05:00
thot experiment
324cfcc088 add ideogram v3 (#83) 2025-05-01 10:36:23 -05:00
thot experiment
da8a5bd3b6 change default poll interval (#76), rework veo2 2025-05-01 10:36:23 -05:00
Christian Byrne
0441166aa5 Fix bug: deleting Content-Type when property does not exist (#73) 2025-05-01 10:36:23 -05:00
Christian Byrne
12f1be248f Set request type explicitly (#66) 2025-05-01 10:36:22 -05:00
Christian Byrne
67daa11ea9 Fix: PollingOperation progress bar update progress by absolute value (#65) 2025-05-01 10:36:22 -05:00
Christian Byrne
1bb11a33fa Fix image upload for Luma: only include Content-Type header field if it's set explicitly (#40) 2025-05-01 10:36:11 -05:00
Christian Byrne
c997c2c956 Fix runway image upload and progress polling (#39) 2025-05-01 10:36:11 -05:00
Christian Byrne
dea5c14283 Set Content-Type header when uploading files (#36) 2025-05-01 10:36:11 -05:00
Christian Byrne
eab58f038f Add Runway nodes (#17) 2025-05-01 10:35:40 -05:00
Christian Byrne
723b656af3 Add Kling Nodes (#12) 2025-05-01 10:35:39 -05:00
Jedrzej Kosinski
bcda52c065 Add Luma nodes (#16)
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
2025-05-01 10:35:28 -05:00
Robin Huang
b61c96a89e Add function for uploading files. (#18) 2025-05-01 10:35:28 -05:00
Chenlei Hu
04182a1592 Add --comfy-api-base launch arg (#13) 2025-05-01 10:35:19 -05:00
Robin Huang
01494c9b06 Added Ideogram and Minimax back in. 2025-05-01 10:35:19 -05:00
Robin Huang
58b50b0f9d Revert "Remove polling operations."
This reverts commit 8415404ce8fbc0262b7de54fc700c5c8854a34fc.
2025-05-01 10:35:03 -05:00
Robin Huang
c3aa0d0075 Remove polling operations. 2025-05-01 10:35:03 -05:00
Robin Huang
50314b5b9f Add Minimax Video Generation + Async Task queue polling example (#6) 2025-05-01 10:35:03 -05:00
Christian Byrne
c6c19e9980
fix bug (#7894) 2025-05-01 03:24:32 -04:00
thot experiment
188b383c35
change timeout to 7 days (#7765) 2025-04-23 17:53:34 -04:00
Robin Huang
dea1c7474a
Add support for API Nodes in ComfyUI. (#7726)
* Add Ideogram generate node.

* Add staging api.

* COMFY_API_NODE_NAME node property

* switch to boolean flag and use original node name for id

* add optional to type

* Add API_NODE and common error for missing auth token (#5)

* Add Minimax Video Generation + Async Task queue polling example (#6)

* [Minimax] Show video preview and embed workflow in ouput (#7)

* [API Nodes] Send empty request body instead of empty dictionary. (#8)

* Fixed: removed function from rebase.

* Add pydantic.

* Remove uv.lock

* Remove polling operations.

* Update stubs workflow.

* Remove polling comments.

* Update stubs.

* Use pydantic v2.

* Use pydantic v2.

* Add basic OpenAITextToImage node

* Add.

* convert image to tensor.

* Improve types.

* Ruff.

* Push tests.

* Handle multi-form data.

- Don't set content-type for multi-part/form
- Use data field instead of JSON

* Change to api.comfy.org

* Handle error code 409.

* separate out nodes per openai model

* Update error message.

* fix wrong output type

* re-categorize nodes, remove ideogram (for now)

* oops, fix mappings

* fix ruff

* Update frontend  to 1.17.9

* embargo lift rename nodes

* remove unused autogenerated model code

* fix API type error and add b64 support for 4o

* fix ruff

* oops forgot mask scaling code

* Remove unused types.

---------

Co-authored-by: bymyself <cbyrne@comfy.org>
Co-authored-by: Yoland Y <4950057+yoland68@users.noreply.github.com>
Co-authored-by: thot-experiment <thot@thiic.cc>
2025-04-23 15:38:34 -04:00
Robin Huang
0738e4ea5d
[API nodes] Add backbone for supporting api nodes in ComfyUI (#7745)
* Add Ideogram generate node.

* Add staging api.

* COMFY_API_NODE_NAME node property

* switch to boolean flag and use original node name for id

* add optional to type

* Add API_NODE and common error for missing auth token (#5)

* Add Minimax Video Generation + Async Task queue polling example (#6)

* [Minimax] Show video preview and embed workflow in ouput (#7)

* [API Nodes] Send empty request body instead of empty dictionary. (#8)

* Fixed: removed function from rebase.

* Add pydantic.

* Remove uv.lock

* Remove polling operations.

* Update stubs workflow.

* Remove polling comments.

* Update stubs.

* Use pydantic v2.

* Use pydantic v2.

* Add basic OpenAITextToImage node

* Add.

* convert image to tensor.

* Improve types.

* Ruff.

* Push tests.

* Handle multi-form data.

- Don't set content-type for multi-part/form
- Use data field instead of JSON

* Change to api.comfy.org

* Handle error code 409.

* Remove nodes.

---------

Co-authored-by: bymyself <cbyrne@comfy.org>
Co-authored-by: Yoland Y <4950057+yoland68@users.noreply.github.com>
2025-04-23 02:18:08 -04:00