3416 Commits

Author SHA1 Message Date
Robin Huang
d32d00a5a6
Merge branch 'master' into api-nodes 2025-04-23 09:38:12 -07:00
Robin Huang
8bd626423c Update frontend to 1.17.9 2025-04-23 09:35:19 -07:00
thot-experiment
4a7aca7af9 fix ruff 2025-04-23 09:33:49 -07:00
thot-experiment
553c8a305c oops, fix mappings 2025-04-23 09:32:37 -07:00
thot-experiment
e0bd2fda63 re-categorize nodes, remove ideogram (for now) 2025-04-23 09:28:25 -07:00
thot-experiment
cba7e59956 Merge branch 'api-nodes' of https://github.com/comfyanonymous/ComfyUI into api-nodes 2025-04-23 09:25:08 -07:00
thot-experiment
68838ea6f2 fix wrong output type 2025-04-23 09:25:05 -07:00
Robin Huang
ffb63a63dd Update error message. 2025-04-23 09:17:35 -07:00
thot-experiment
8d414a99de separate out nodes per openai model 2025-04-23 08:59:02 -07:00
comfyanonymous
154f2911aa
Lower size of release package more. (#7754) 2025-04-23 06:33:09 -04:00
comfyanonymous
3eaad0590e
Lower size of release package. (#7751) 2025-04-23 05:47:09 -04:00
comfyanonymous
7eaff81be1
fp16 accumulation can now be enabled on the stable package. (#7750) 2025-04-23 05:28:24 -04:00
comfyanonymous
21a11ef817
Pytorch stable 2.7 is out and support cu128 (#7749) 2025-04-23 05:12:59 -04:00
comfyanonymous
552615235d
Fix for dino lowvram. (#7748) 2025-04-23 04:12:52 -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
Robin Huang
7c41723ef3 Handle error code 409. 2025-04-22 19:32:47 -07:00
Robin Huang
9bf1fc71d7 Change to api.comfy.org 2025-04-22 19:31:09 -07:00
Robin Huang
79c85a9452 Handle multi-form data.
- Don't set content-type for multi-part/form
- Use data field instead of JSON
2025-04-22 15:44:23 -07:00
Alex Butler
92cdc692f4
Replace aom-av1 with svt-av1 for saving webm videos, use preset 6 + yuv420p10le pixel format (#7736)
* Add support for saving svt-av1 webm videos & yuv420p10le pixel format

* Replace aom-av1 with svt-av1

Use yuv420p10le for av1
2025-04-22 17:57:17 -04:00
Robin Huang
429dfb7587 Push tests. 2025-04-22 13:45:23 -07:00
Robin Huang
3ae7ecfe82 Ruff. 2025-04-22 10:20:50 -07:00
comfyanonymous
2d6805ce57
Add option for using fp8_e8m0fnu for model weights. (#7733)
Seems to break every model I have tried but worth testing?
2025-04-22 06:17:38 -04:00
Robin Huang
daf1fab89b Improve types. 2025-04-22 02:57:21 -07:00
Robin Huang
1fa9ced75f convert image to tensor. 2025-04-22 02:48:34 -07:00
Robin Huang
e90100e1a5 Add. 2025-04-22 02:45:41 -07:00
Yoland Y
1c1ef2d9e6 Add basic OpenAITextToImage node 2025-04-22 02:06:20 -07:00
Kohaku-Blueleaf
a8f63c0d5b
Support dora_scale on both axis (#7727) 2025-04-22 05:01:27 -04:00
Terry Jia
454a635c1b
upstream MaskPreview from ComfyUI_essentials (#7719) 2025-04-22 05:00:28 -04:00
Robin Huang
273f8e5a8d Use pydantic v2. 2025-04-22 01:59:59 -07:00
Kohaku-Blueleaf
966c43ce26
Add OFT/BOFT algorithm in weight adapter (#7725) 2025-04-22 04:59:47 -04:00
Robin Huang
824c87a106 Use pydantic v2. 2025-04-22 01:58:55 -07:00
Robin Huang
08b797fe80 Update stubs. 2025-04-22 01:07:23 -07:00
Robin Huang
4902edb708 Remove polling comments. 2025-04-22 00:17:27 -07:00
Robin Huang
14cf25ee0f Update stubs workflow. 2025-04-22 00:15:42 -07:00
Robin Huang
280997b383 Remove polling operations. 2025-04-22 00:15:42 -07:00
Robin Huang
945ff14be1 Remove uv.lock 2025-04-22 00:15:42 -07:00
Robin Huang
05babb9d1d Add pydantic. 2025-04-22 00:15:42 -07:00
Robin Huang
4902f243d9 Fixed: removed function from rebase. 2025-04-22 00:15:42 -07:00
Robin Huang
c50f4864ca [API Nodes] Send empty request body instead of empty dictionary. (#8) 2025-04-22 00:15:42 -07:00
Christian Byrne
0e32c61481 [Minimax] Show video preview and embed workflow in ouput (#7) 2025-04-22 00:15:42 -07:00
Robin Huang
9592c7af45 Add Minimax Video Generation + Async Task queue polling example (#6) 2025-04-22 00:15:42 -07:00
Robin Huang
1b42a5ad66 Add API_NODE and common error for missing auth token (#5) 2025-04-22 00:15:42 -07:00
bymyself
bdbde1a3c2 add optional to type 2025-04-22 00:15:42 -07:00
bymyself
5327cc8bbb switch to boolean flag and use original node name for id 2025-04-22 00:15:42 -07:00
bymyself
06819aa865 COMFY_API_NODE_NAME node property 2025-04-22 00:15:42 -07:00
Robin Huang
92e053d430 Add staging api. 2025-04-22 00:15:42 -07:00
Robin Huang
e2baa565ad Add Ideogram generate node. 2025-04-22 00:15:42 -07:00
comfyanonymous
3ab231f01f
Fix issue with WAN VACE implementation. (#7724) 2025-04-21 23:36:12 -04:00
Kohaku-Blueleaf
1f3fba2af5
Unified Weight Adapter system for better maintainability and future feature of Lora system (#7540) 2025-04-21 20:15:32 -04:00
comfyanonymous
5d0d4ee98a
Add strength control for vace. (#7717) 2025-04-21 19:36:20 -04:00