Alexander Piskun and GitHub
26d5b86da8
feat(api-nodes): add ByteDance Image nodes ( #9477 )
2025-09-03 16:17:07 -04:00
Alexander Piskun and GitHub
fe442fac2e
convert Primitive nodes to V3 schema ( #9372 )
2025-08-30 23:21:58 -04:00
Alexander Piskun and GitHub
d2c502e629
convert nodes_stability.py to V3 schema ( #9497 )
2025-08-30 23:20:17 -04:00
Alexander Piskun and GitHub
fea9ea8268
convert Video nodes to V3 schema ( #9489 )
2025-08-30 23:19:54 -04:00
Alexander Piskun and GitHub
f949094b3c
convert Stable Cascade nodes to V3 schema ( #9373 )
2025-08-30 23:19:21 -04:00
Alexander Piskun and GitHub
050c67323c
feat(api-nodes): add copy button to Gemini Chat node ( #9440 )
2025-08-22 10:51:14 -07:00
Alexander Piskun and GitHub
497d41fb50
feat(api-nodes): change "OpenAI Chat" display name to "OpenAI ChatGPT" ( #9443 )
2025-08-22 10:50:35 -07:00
Alexander Piskun and GitHub
7ed73d12d1
[V3] convert Ideogram API nodes to the V3 schema ( #9278 )
...
* convert Ideogram API nodes to the V3 schema
* use auth_kwargs instead of auth_token/comfy_api_key
2025-08-21 22:06:51 -04:00
Alexander Piskun and GitHub
eb39019daa
[V3] convert Google Veo API node to the V3 schema ( #9272 )
...
* convert Google Veo API node to the V3 schema
* use own full io.Schema for Veo3VideoGenerationNode
* fixed typo
* use auth_kwargs instead of auth_token/comfy_api_key
2025-08-21 22:06:13 -04:00
Alexander Piskun and GitHub
bab08f40d1
v3 nodes (part a) ( #9149 )
2025-08-21 22:05:36 -04:00
Alexander Piskun and GitHub
bc49106837
convert String nodes to V3 schema ( #9370 )
2025-08-21 22:03:57 -04:00
Alexander Piskun and GitHub
54d8fdbed0
feat(api-nodes): add Vidu Video nodes ( #9368 )
2025-08-19 16:30:06 -04:00
Alexander Piskun and GitHub
d844d8b13b
api_nodes: added release version of google's models ( #9304 )
2025-08-19 16:29:24 -04:00
Alexander Piskun and GitHub
07a927517c
api_nodes: add GPT-5 series models ( #9325 )
2025-08-19 16:29:01 -04:00
Alexander Piskun and GitHub
f16a70ba67
api_nodes: add MinimaxHailuoVideoNode node ( #9262 )
2025-08-19 16:28:27 -04:00
Alexander Piskun and GitHub
36b5127fd3
api_nodes: add kling-v2-1 and v2-1-master ( #9257 )
2025-08-19 16:28:07 -04:00
Alexander Piskun and GitHub
bd2ab73976
fix(WAN-nodes): invalid nodeid for WanTrackToVideo ( #9396 )
2025-08-18 03:26:55 -04:00
Alexander Piskun and GitHub
027c63f63a
fix(OpenAIGPTImage1): set correct MIME type for multipart uploads to OpenAI edits ( #9348 )
2025-08-15 14:57:47 -04:00
Alexander Piskun and GitHub
5d65d6753b
convert WAN nodes to V3 schema ( #9201 )
2025-08-14 21:48:41 -04:00
Alexander Piskun and GitHub
f4231a80b1
fix(Kling Image API Node): do not pass "image_type" when no image ( #9271 )
...
* fix(Kling Image API Node): do not pass "image_type" when no image
* fix(Kling Image API Node): raise client-side error when kling_v1 is used with reference image
2025-08-11 17:15:14 -04:00
Alexander Piskun and GitHub
fa340add55
remove creation of non-used asyncio_loop ( #9284 )
2025-08-11 16:48:17 -04:00
Alexander Piskun and GitHub
bf2a1b5b1e
async API nodes ( #9129 )
...
* converted API nodes to async
* converted BFL API nodes to async
* fixed client bug; converted gemini, ideogram, minimax
* fixed client bug; converted openai nodes
* fixed client bug; converted moonvalley, pika nodes
* fixed client bug; converted kling, luma nodes
* converted pixverse, rodin nodes
* converted tripo, veo2
* converted recraft nodes
* add lost log_request_response call
2025-08-07 23:37:50 -04:00
Alexander Piskun and GitHub
b9d9bcba14
fixed a bug where a relative path was not converted to a full path ( #6395 )
...
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2025-01-11 19:19:51 -05:00
Alexander Piskun and GitHub
02eef72bf5
fixed "verbose" argument ( #6289 )
...
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2024-12-31 03:27:09 -05:00
Alexander Piskun and GitHub
26e0ba8f8c
Enable External Event Loop Integration for ComfyUI [refactor] ( #6114 )
...
* Refactor main.py to support external event loop integration
* added optional "asyncio_loop" argument to allow using existing event loop
---------
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2024-12-24 06:38:52 -05:00
Alexander Piskun and GitHub
1b3a650f19
(fix): added "model_type" to photomaker node ( #6047 )
2024-12-15 00:18:02 -05:00
Alexander Piskun and GitHub
caf2074773
add_model_folder_path: ensure unique paths by removing duplicates ( #5998 )
...
* add_model_folder_path: ensure unique paths by removing duplicates
Signed-off-by: bigcat88 <bigcat88@icloud.com >
* refactored "add_model_folder_path" and added tests
---------
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2024-12-13 18:19:22 -05:00
Alexander Piskun and GitHub
cdc3b97dd5
resolve relative paths in YAML configuration for extra model paths ( #5847 )
...
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2024-12-03 06:02:01 -05:00