ComfyUI Wiki
7a7debcaf1
chore: update workflow templates to v0.9.2 ( #12596 )
2026-02-23 18:27:20 -05:00
rattus
0bfb936ab4
comfy-aimdo 0.2 - Improved pytorch allocator integration ( #12557 )
...
Integrate comfy-aimdo 0.2 which takes a different approach to
installing the memory allocator hook. Instead of using the complicated
and buggy pytorch MemPool+CudaPluggableAlloctor, cuda is directly hooked
making the process much more transparent to both comfy and pytorch. As
far as pytorch knows, aimdo doesnt exist anymore, and just operates
behind the scenes.
Remove all the mempool setup stuff for dynamic_vram and bump the
comfy-aimdo version. Remove the allocator object from memory_management
and demote its use as an enablment check to a boolean flag.
Comfy-aimdo 0.2 also support the pytorch cuda async allocator, so
remove the dynamic_vram based force disablement of cuda_malloc and
just go back to the old settings of allocators based on command line
input.
2026-02-21 10:52:57 -08:00
pythongosssss
96d6bd1a4a
Add GLSL shader node using PyOpenGL ( #12148 )
...
* adds support for executing simple glsl shaders
using moderngl package
* tidy
* Support multiple outputs
* Try fix build
* fix casing
* fix line endings
* convert to using PyOpenGL and glfw
* remove cpu support
* tidy
* add additional support for egl & osmesa backends
* fix ci
perf: only read required outputs
* add diagnostics, update mac initialization
* GLSL glueprints + node fixes (#12492 )
* Add image operation blueprints
* Add channels
* Add glow
* brightness/contrast
* hsb
* add glsl shader update system
* shader nit iteration
* add multipass for faster blur
* more fixes
* rebuild blueprints
* print -> logger
* Add edge preserving blur
* fix: move _initialized flag to end of GLContext.__init__
Prevents '_vao' attribute error when init fails partway through
and subsequent calls skip initialization due to early _initialized flag.
* update valid ranges
- threshold 0-100
- step 0+
* fix value ranges
* rebuild node to remove extra inputs
* Fix gamma step
* clamp saturation in colorize instead of wrapping
* Fix crash on 1x1 px images
* rework description
* remove unnecessary f
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
Co-authored-by: Hunter Senft-Grupp <hunter@comfy.org>
2026-02-19 23:22:13 -05:00
Comfy Org PR Bot
6c14f129af
Bump comfyui-frontend-package to 1.39.14 ( #12494 )
...
* Bump comfyui-frontend-package to 1.39.13
* Update requirements.txt
---------
Co-authored-by: Christian Byrne <cbyrne@comfy.org>
2026-02-17 13:41:34 -08:00
ComfyUI Wiki
73c3f86973
chore: update workflow templates to v0.8.43 ( #12507 )
2026-02-17 13:25:55 -05:00
ComfyUI Wiki
1978f59ffd
chore: update workflow templates to v0.8.42 ( #12491 )
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Has been cancelled
Execution Tests / test (macos-latest) (push) Has been cancelled
Execution Tests / test (ubuntu-latest) (push) Has been cancelled
Execution Tests / test (windows-latest) (push) Has been cancelled
Test server launches without errors / test (push) Has been cancelled
Unit Tests / test (macos-latest) (push) Has been cancelled
Unit Tests / test (ubuntu-latest) (push) Has been cancelled
Unit Tests / test (windows-2022) (push) Has been cancelled
2026-02-16 17:33:43 -05:00
Christian Byrne
df1e5e8514
Update frontend package to 1.38.14 ( #12469 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
2026-02-14 11:01:10 -08:00
ComfyUI Wiki
6615db925c
chore: update workflow templates to v0.8.38 ( #12394 )
2026-02-10 13:24:56 -05:00
ComfyUI Wiki
349a636a2b
chore: update workflow templates to v0.8.37 ( #12377 )
2026-02-09 21:25:34 -05:00
rattus
62315fbb15
Dynamic VRAM fixes - Ace 1.5 performance + a VRAM leak ( #12368 )
...
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
* revert threaded model loader change
This change was only needed to get around the pytorch 2.7 mempool bugs,
and should have been reverted along with #12260 . This fixes a different
memory leak where pytorch gets confused about cache emptying.
* load non comfy weights
* MPDynamic: Pre-generate the tensors for vbars
Apparently this is an expensive operation that slows down things.
* bump to aimdo 1.8
New features:
watermark limit feature
logging enhancements
-O2 build on linux
2026-02-09 16:16:08 -05:00
ComfyUI Wiki
3760d74005
chore: update embedded docs to v0.4.1 ( #12346 )
2026-02-07 18:34:52 -05:00
Comfy Org PR Bot
00efcc6cd0
Bump comfyui-frontend-package to 1.38.13 ( #12238 )
2026-02-05 01:17:37 -05:00
ComfyUI Wiki
be4345d1c9
chore: update workflow templates to v0.8.31 ( #12239 )
2026-02-02 23:08:43 -08:00
rattus
b60be02aaf
requirements: bump comfy-aimdo to 0.1.7 ( #12211 )
2026-02-01 20:10:15 -05:00
rattus
f8acd9c402
Reduce RAM usage, fix VRAM OOMs, and fix Windows shared memory spilling with adaptive model loading ( #11845 )
2026-02-01 01:01:11 -05:00
ComfyUI Wiki
1711020904
chore: update workflow templates to v0.8.27 ( #12141 )
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
2026-01-28 12:48:02 -05:00
ComfyUI Wiki
5f62440fbb
chore: update workflow templates to v0.8.24 ( #12103 )
2026-01-26 22:47:33 -05:00
ComfyUI Wiki
ac91c340f4
Update workflow templates to v0.8.23 ( #12102 )
2026-01-26 21:39:39 -05:00
comfyanonymous
2129e7d278
Fix mistral 3 tokenizer code failing on latest transformers version and other breakage. ( #12095 )
...
* Fix mistral 3 tokenizer code failing on latest transformers version.
* Add requests to the requirements
2026-01-26 11:39:00 -05:00
Comfy Org PR Bot
4edb87aa50
Bump comfyui-frontend-package to 1.37.11 ( #11976 )
2026-01-19 23:57:50 -05:00
ComfyUI Wiki
0fc3b6e3a6
chore: update workflow templates to v0.8.15 ( #11984 )
2026-01-19 23:17:56 -05:00
ComfyUI Wiki
866a4619db
chore: update workflow templates to v0.8.14 ( #11974 )
2026-01-19 14:21:35 -08:00
comfyanonymous
190c4416cc
Bump comfy-kitchen dependency to version 0.2.7 ( #11941 )
2026-01-17 21:20:35 -05:00
ComfyUI Wiki
0c6b36c6ac
chore: update workflow templates to v0.8.11 ( #11918 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
2026-01-16 17:22:50 -05:00
ComfyUI Wiki
6125b3a5e7
Update workflow templates to v0.8.10 ( #11899 )
...
* chore: update workflow templates to v0.8.9
* Update requirements.txt
2026-01-15 13:12:13 -08:00
ComfyUI Wiki
12918a5f78
chore: update workflow templates to v0.8.7 ( #11896 )
2026-01-15 11:08:21 -08:00
Christian Byrne
8af13b439b
Update requirements.txt ( #11841 )
2026-01-13 01:22:25 -05:00
comfyanonymous
b3c0e4de57
Make loras work on nvfp4 models. ( #11837 )
...
The initial applying is a bit slow but will probably be sped up in the
future.
2026-01-12 22:33:54 -05:00
ComfyUI Wiki
ecaeeb990d
chore: update workflow templates to v0.8.4 ( #11835 )
2026-01-12 19:18:01 -08:00
ComfyUI Wiki
c2b65e2fce
Update workflow templates to v0.8.0 ( #11828 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-01-12 17:29:25 -05:00
ComfyUI Wiki
153bc524bf
chore: update embedded docs to v0.4.0 ( #11776 )
2026-01-10 01:29:30 -05:00
Comfy Org PR Bot
114fc73685
Bump comfyui-frontend-package to 1.36.13 ( #11645 )
2026-01-08 22:16:15 -05:00
ComfyUI Wiki
fcd9a236b0
Update template to 0.7.69 ( #11719 )
2026-01-07 18:22:23 -08:00
comfyanonymous
007b87e7ac
Bump required comfy-kitchen version. ( #11714 )
2026-01-07 19:48:47 -05:00
comfyanonymous
c5cfb34c07
Update comfy-kitchen version to 0.2.3 ( #11685 )
2026-01-06 23:51:45 -05:00
ComfyUI Wiki
c3566c0d76
chore: update workflow templates to v0.7.67 ( #11667 )
2026-01-06 14:28:29 -08:00
comfyanonymous
c3c3e93c5b
Use rope functions from comfy kitchen. ( #11674 )
2026-01-06 16:57:50 -05:00
comfyanonymous
6ffc159bdd
Update comfy-kitchen version to 0.2.1 ( #11672 )
2026-01-06 15:53:43 -05:00
ComfyUI Wiki
e14f3b6610
chore: update workflow templates to v0.7.66 ( #11652 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-01-05 22:37:11 -08:00
comfyanonymous
6da00dd899
Initial ops changes to use comfy_kitchen: Initial nvfp4 checkpoint support. ( #11635 )
...
---------
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
2026-01-05 21:48:58 -05:00
ComfyUI Wiki
236b9e211d
chore: update workflow templates to v0.7.65 ( #11579 )
2025-12-31 13:38:39 -08:00
ComfyUI Wiki
4f067b07fb
chore: update workflow templates to v0.7.64 ( #11496 )
2025-12-24 18:54:21 -05:00
Comfy Org PR Bot
650e716dda
Bump comfyui-frontend-package to 1.35.9 ( #11470 )
...
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.9) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 21:29:41 -08:00
ComfyUI Wiki
22ff1bbfcb
chore: update workflow templates to v0.7.63 ( #11482 )
2025-12-23 20:48:45 -05:00
ComfyUI Wiki
eb0e10aec4
Update workflow templates to v0.7.62 ( #11467 )
2025-12-22 16:02:41 -05:00
ComfyUI Wiki
e8ebbe668e
chore: update workflow templates to v0.7.60 ( #11403 )
2025-12-18 17:09:29 -05:00
Christian Byrne
3d082c3206
bump comfyui-frontend-package to 1.34.9 (patch) ( #11342 )
2025-12-15 23:35:37 -05:00
ComfyUI Wiki
51347f9fb8
chore: update workflow templates to v0.7.59 ( #11337 )
2025-12-15 16:28:55 -05:00
Benjamin Lu
f668c2e3c9
bump comfyui-frontend-package to 1.34.8 ( #11220 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.9) (push) Has been cancelled
2025-12-09 22:27:07 -05:00
Christian Byrne
cabc4d351f
bump comfyui-frontend-package to 1.33.13 (patch) ( #11200 )
2025-12-08 23:22:02 -05:00
ComfyUI Wiki
935493f6c1
chore: update workflow templates to v0.7.54 ( #11192 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.9) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2025-12-08 15:18:53 -05:00
ComfyUI Wiki
058f084371
Update workflow templates to v0.7.51 ( #11150 )
...
* chore: update workflow templates to v0.7.50
* Update template to 0.7.51
2025-12-08 01:22:51 -08:00
Christian Byrne
c55dc857d5
bump comfyui-frontend-package to 1.33.10 ( #11028 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.9) (push) Has been cancelled
2025-12-01 20:56:38 -05:00
Christian Byrne
7dbd5dfe91
bump comfyui-frontend-package to 1.32.10 ( #11018 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.9) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2025-12-01 13:27:17 -05:00
ComfyUI Wiki
4967f81778
update template to 0.7.25 ( #10996 )
...
* update template to 0.7.24
* Update template to 0.7.25
2025-11-29 18:07:26 -08:00
ComfyUI Wiki
b59750a86a
Update template to 0.7.23 ( #10949 )
2025-11-27 17:12:56 -05:00
Christian Byrne
234c3dc85f
Bump frontend to 1.32.9 ( #10867 )
2025-11-26 14:58:08 -05:00
ComfyUI Wiki
18b79acba9
Update workflow templates to v0.7.20 ( #10883 )
2025-11-25 14:58:21 -05:00
comfyanonymous
22a2644e57
Bump transformers version in requirements.txt ( #10869 )
2025-11-24 19:45:54 -05:00
Christian Byrne
a9c35256bc
Update requirements.txt ( #10834 )
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.9) (push) Has been cancelled
2025-11-22 02:28:29 -08:00
Christian Byrne
ecb683b057
update frontend to 1.30 ( #10793 )
2025-11-21 16:34:47 -05:00
Christian Byrne
10e90a5757
bump comfyui-workflow-templates for nano banana 2 ( #10818 )
...
* bump templates
* bump templates
2025-11-20 18:20:52 -08:00
Alexander Piskun
7b8389578e
feat(api-nodes): add Nano Banana Pro ( #10814 )
...
* feat(api-nodes): add Nano Banana Pro
* frontend bump to 1.28.9
2025-11-20 16:17:47 -08:00
Christian Byrne
87b0359392
Update server templates handler to use new multi-package distribution (comfyui-workflow-templates versions >=0.3) ( #10791 )
...
* update templates for monorepo
* refactor
2025-11-19 22:36:56 -08:00
ComfyUI Wiki
9c71a66790
chore: update workflow templates to v0.2.11 ( #10634 )
2025-11-04 10:51:53 -08:00
ComfyUI Wiki
e974e554ca
chore: update embedded docs to v0.3.1 ( #10614 )
2025-11-03 10:59:44 -08:00
Jedrzej Kosinski
614b8d3345
frontend bump to 1.28.8 ( #10506 )
2025-10-28 03:01:13 -04:00
ComfyUI Wiki
6abc30aae9
Update template to 0.2.4 ( #10505 )
2025-10-28 01:56:30 -04:00
ComfyUI Wiki
c305deed56
Update template to 0.2.3 ( #10503 )
2025-10-27 22:24:16 -07:00
ComfyUI Wiki
24188b3141
Update template to 0.2.2 ( #10461 )
...
Fix template typo issue
2025-10-24 01:36:30 -04:00
ComfyUI Wiki
a4787ac83b
Update template to 0.2.1 ( #10413 )
...
* Update template to 0.1.97
* Update template to 0.2.1
2025-10-20 15:28:36 -04:00
Arjan Singh
55ac7d333c
Bump frontend to 1.28.7 ( #10364 )
2025-10-15 20:30:39 -07:00
Arjan Singh
ddfce1af4f
Bump frontend to 1.28.6 ( #10345 )
2025-10-14 21:08:23 -04:00
ComfyUI Wiki
fdc92863b6
Update node docs to 0.3.0 ( #10318 )
2025-10-12 23:32:02 -04:00
ComfyUI Wiki
f43b8ab2a2
Update template to 0.1.95 ( #10294 )
2025-10-11 10:27:22 -07:00
ComfyUI Wiki
51697d50dc
update template to 0.1.94 ( #10253 )
2025-10-07 19:48:51 -07:00
filtered
19f595b788
Bump frontend to 1.27.10 ( #10252 )
2025-10-07 17:54:00 -07:00
ComfyUI Wiki
7326e46dee
Update template to 0.1.93 ( #10235 )
...
* Update template to 0.1.92
* Update template to 0.1.93
2025-10-06 10:57:00 -07:00
comfyanonymous
caf07331ff
Remove soundfile dependency. No more torchaudio load or save. ( #10210 )
2025-10-04 22:05:05 -04:00
AustinMroz
c4a8cf60ab
Bump frontend to 1.27.7 ( #10133 )
2025-09-30 22:12:32 -07:00
ComfyUI Wiki
c8276f8c6b
Update template to 0.1.91 ( #10096 )
2025-09-29 11:59:42 -07:00
ComfyUI Wiki
0572029fee
Update template to 0.1.88 ( #10046 )
2025-09-26 21:18:16 -07:00
ComfyUI Wiki
145b0e4f79
update template to 0.1.86 ( #9998 )
...
* update template to 0.1.84
* update template to 0.1.85
* Update template to 0.1.86
2025-09-23 11:22:35 -04:00
Christian Byrne
711bcf33ee
Bump frontend to 1.26.13 ( #9933 )
2025-09-19 03:03:30 -04:00
Benjamin Lu
d6b977b2e6
Bump frontend to 1.26.11 ( #9809 )
2025-09-12 00:46:01 -04:00
ComfyUI Wiki
df6850fae8
Update template to 0.1.81 ( #9811 )
2025-09-11 14:59:26 -04:00
ComfyUI Wiki
df34f1549a
Update template to 0.1.78 ( #9806 )
...
* Update template to 0.1.77
* Update template to 0.1.78
2025-09-10 14:16:41 -07:00
ComfyUI Wiki
70fc0425b3
Update template to 0.1.76 ( #9793 )
2025-09-10 02:09:16 -04:00
comfyanonymous
c9ebe70072
Some changes to the previous hunyuan PR. ( #9725 )
2025-09-04 20:39:02 -04:00
Yousef R. Gamaleldin
261421e218
Add Hunyuan 3D 2.1 Support ( #8714 )
2025-09-04 20:36:20 -04:00
ComfyUI Wiki
b71f9bcb71
Update template to 0.1.75 ( #9711 )
2025-09-04 02:14:02 -04:00
ComfyUI Wiki
4f5812b937
Update template to 0.1.73 ( #9686 )
2025-09-02 20:06:41 -04:00
ComfyUI Wiki
2efb2cbc38
Update template to 0.1.70 ( #9620 )
2025-08-29 06:03:25 -04:00
ComfyUI Wiki
6a193ac557
Update template to 0.1.68 ( #9569 )
...
* Update template to 0.1.67
* Update template to 0.1.68
2025-08-27 00:10:20 -04:00
Jedrzej Kosinski
47f4db3e84
Adding Google Gemini Image API node ( #9566 )
...
* bigcat88's progress on adding Google Gemini Image node
* Made Google Gemini Image node functional
* Bump frontend version to get static pricing badge on Gemini Image node
2025-08-26 22:20:44 -04:00
ComfyUI Wiki
5352abc6d3
Update template to 0.1.66 ( #9557 )
2025-08-26 13:33:54 -04:00
Christian Byrne
3e316c6338
Update frontend to v1.25.10 and revert navigation mode override ( #9522 )
...
- Update comfyui-frontend-package from 1.25.9 to 1.25.10
- Revert forced legacy navigation mode from PR #9518
- Frontend v1.25.10 includes proper navigation mode fixes and improved display text
2025-08-23 17:54:01 -04:00
ComfyUI Wiki
ca4e96a8ae
Update template to 0.1.65 ( #9501 )
2025-08-22 17:40:18 -04:00
ComfyUI Wiki
2f52e8f05f
Bump template to 0.1.62 ( #9419 )
...
* Bump template to 0.1.61
* Bump template to 0.1.62
2025-08-20 03:15:09 -04:00
Christian Byrne
da2efeaec6
Bump frontend to 1.25.9 ( #9394 )
2025-08-17 20:21:02 -07:00
ComfyUI Wiki
d4e353a94e
Update template to 0.1.60 ( #9377 )
2025-08-17 17:38:40 -04:00
Christian Byrne
ed2e33c69a
bump frontend version to 1.25.8 ( #9361 )
2025-08-15 23:32:58 -04:00
comfyanonymous
72fd4d22b6
av is an essential dependency. ( #9341 )
2025-08-14 16:03:21 -04:00
comfyanonymous
615eb52049
Put back frontend version. ( #9317 )
2025-08-13 03:48:06 -04:00
comfyanonymous
e400f26c8f
Downgrade frontend for release. ( #9316 )
2025-08-13 03:44:54 -04:00
ComfyUI Wiki
3294782d19
Update template to 0.1.59 ( #9313 )
2025-08-13 02:50:50 -04:00
ComfyUI Wiki
1e3ae1eed8
Update template to 0.1.58 ( #9302 )
2025-08-12 17:14:27 -04:00
ComfyUI Wiki
629b173837
Update template & embedded docs ( #9283 )
...
* Update template & embedded docs
* Update embedded docs to 0.2.6
2025-08-11 16:52:12 -04:00
Christian Byrne
37d620a6b8
Update frontend to v1.24.3 ( #9175 )
2025-08-06 19:52:39 -04:00
ComfyUI Wiki
32691b16f4
Update template to 0.1.52 ( #9206 )
2025-08-06 13:26:29 -04:00
ComfyUI Wiki
da1ad9b516
Update template to 0.1.51 ( #9187 )
2025-08-05 07:24:12 -04:00
ComfyUI Wiki
5be6fd09ff
Update template to 0.1.48 ( #9182 )
2025-08-05 03:48:56 -04:00
ComfyUI Wiki
fbcc23945d
Update template to 0.1.47 ( #9153 )
2025-08-02 14:15:29 -04:00
ComfyUI Wiki
4696d74305
update template to 0.1.45 ( #9135 )
2025-08-01 03:06:18 -04:00
ComfyUI Wiki
d2aaef029c
Update template to 0.1.44 ( #9104 )
2025-07-29 22:50:49 -04:00
ComfyUI Wiki
d0210fe2e5
Update template to 0.1.41 ( #9079 )
2025-07-28 07:55:02 -04:00
ComfyUI Wiki
93bc2f8e4d
Update template to 0.1.40 ( #9048 )
2025-07-25 13:24:23 -04:00
ComfyUI Wiki
7d627f764c
Update template to 0.1.39 ( #8981 )
2025-07-20 15:58:35 -04:00
ComfyUI Wiki
1da5639e86
Update template to 0.1.37 ( #8967 )
2025-07-19 06:08:00 -04:00
ComfyUI Wiki
861c3bbb3d
Upate template to 0.1.36 ( #8904 )
2025-07-14 13:27:57 -04:00
ComfyUI Wiki
b5e97db9ac
Update template to 0.1.35 ( #8831 )
2025-07-08 08:52:02 -04:00
Christian Byrne
1359c969e4
Update template to 0.1.34 ( #8829 )
2025-07-07 23:35:41 -04:00
ComfyUI Wiki
059cd38aa2
Update template and node docs package version ( #8825 )
2025-07-07 20:43:56 -04:00
ComfyUI Wiki
ae26cd99b5
Update template to 0.1.32 ( #8782 )
2025-07-03 14:41:16 -04:00
ComfyUI Wiki
c46268bf60
Update requirements.txt ( #8741 )
2025-06-30 14:18:43 -04:00
filtered
b976f934ae
Update frontend to 1.23.4 ( #8681 )
2025-06-26 11:44:12 -04:00
comfyanonymous
7d8cf4cacc
Update requirements.txt ( #8680 )
2025-06-26 11:39:40 -04:00
filtered
68f4496b8e
Update frontend to 1.23.3 ( #8678 )
2025-06-26 11:29:03 -04:00
comfyanonymous
93a49a45de
Bump minimum transformers version. ( #8671 )
2025-06-26 02:33:02 -04:00
filtered
d7430c529a
Update frontend to 1.22.2 ( #8567 )
2025-06-17 18:58:28 -04:00
ComfyUI Wiki
cd88f709ab
Update template version ( #8563 )
2025-06-17 04:11:59 -07:00
ComfyUI Wiki
6673939e76
Bump template to 0.1.28 ( #8510 )
2025-06-13 23:11:00 -04:00
ComfyUI Wiki
f74778e75d
Bump embedded docs to 0.2.2 ( #8512 )
2025-06-13 23:06:28 -04:00
Terry Jia
4d1c4b9797
Auto register web folder ( #8505 )
...
* auto register web folder from pyproject
* need pydantic-settings as dependency
* wrapped try/except for config_parser
* sf
2025-06-12 16:24:39 -04:00
filtered
ef7e885fe4
Revert "Update requirements.txt ( #8487 )" ( #8502 )
...
This reverts commit 373a9386a4 .
2025-06-12 14:10:48 -04:00
comfyanonymous
365f9ed157
Revert "auto register web folder from pyproject ( #8478 )" ( #8497 )
...
This reverts commit 9685d4f3c3 .
2025-06-11 17:28:04 -04:00
pythongosssss
50c605e957
Add support for sqlite database ( #8444 )
...
* Add support for sqlite database
* fix
2025-06-11 16:43:39 -04:00
Terry Jia
9685d4f3c3
auto register web folder from pyproject ( #8478 )
...
* auto register web folder from pyproject
* need pydantic-settings as dependency
2025-06-11 16:21:28 -04:00
ComfyUI Wiki
373a9386a4
Update requirements.txt ( #8487 )
2025-06-11 05:10:46 -04:00
filtered
20687293fe
Update frontend to 1.21.7 ( #8410 )
2025-06-04 08:57:13 -04:00
filtered
010954d277
[BugFix] Update frontend to 1.21.6 ( #8383 )
2025-06-02 14:57:44 +10:00
filtered
6d46bb4b4c
[BugFix] Update frontend to 1.21.5 ( #8382 )
2025-06-01 16:47:14 -04:00
filtered
fd943c928f
[BugFix] Update frontend to 1.21.4 ( #8377 )
2025-06-01 13:57:53 -04:00
ComfyUI Wiki
d3bd983b91
Bump template to 0.1.25 ( #8372 )
2025-06-01 05:41:17 -04:00
Benjamin Lu
180db6753f
Add Help Menu in NodeLibrarySidebarTab ( #8179 )
2025-06-01 04:32:32 -04:00
filtered
456abad834
Update frontend to 1.21 ( #8366 )
2025-06-01 01:10:04 -04:00
ComfyUI Wiki
97f23b81f3
Bump template to 0.1.23 ( #8353 )
...
Correct some error settings in VACE
2025-05-30 23:05:42 -07:00
filtered
31260f0275
Update templates 0.1.22 ( #8334 )
2025-05-30 03:52:27 +10:00
Christian Byrne
ba37e67964
update frontend patch 1.20.7 ( #8312 )
2025-05-28 01:42:18 -04:00
Robin Huang
f58f0f5696
More API nodes: Gemini/Open AI Chat, Tripo, Rodin, Runway Image ( #8295 )
...
* Add Ideogram generate node.
* Add staging api.
* 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 )
* Remove uv.lock
* Remove polling operations.
* Revert "Remove polling operations."
This reverts commit 8415404ce8fbc0262b7de54fc700c5c8854a34fc.
* Update stubs.
* Added Ideogram and Minimax back in.
* Added initial BFL Flux 1.1 [pro] Ultra node (#11 )
* Manually add BFL polling status response schema (#15 )
* Add function for uploading files. (#18 )
* Add Luma nodes (#16 )
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
* Refactor util functions (#20 )
* Add rest of Luma node functionality (#19 )
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
* Fix image_luma_ref not working (#28 )
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
* [Bug] Remove duplicated option T2V-01 in MinimaxTextToVideoNode (#31 )
* add veo2, bump av req (#32 )
* Add Recraft nodes (#29 )
* Add Kling Nodes (#12 )
* Add Camera Concepts (luma_concepts) to Luma Video nodes (#33 )
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
* Add Runway nodes (#17 )
* Convert Minimax node to use VIDEO output type (#34 )
* Standard `CATEGORY` system for api nodes (#35 )
* Set `Content-Type` header when uploading files (#36 )
* add better error propagation to veo2 (#37 )
* Add Realistic Image and Logo Raster styles for Recraft v3 (#38 )
* Fix runway image upload and progress polling (#39 )
* Fix image upload for Luma: only include `Content-Type` header field if it's set explicitly (#40 )
* Moved Luma nodes to nodes_luma.py (#47 )
* Moved Recraft nodes to nodes_recraft.py (#48 )
* Move and fix BFL nodes to node_bfl.py (#49 )
* Move and edit Minimax node to nodes_minimax.py (#50 )
* Add Recraft Text to Vector node, add Save SVG node to handle its output (#53 )
* Added pixverse_template support to Pixverse Text to Video node (#54 )
* Added Recraft Controls + Recraft Color RGB nodes (#57 )
* split remaining nodes out of nodes_api, make utility lib, refactor ideogram (#61 )
* Set request type explicitly (#66 )
* Add `control_after_generate` to all seed inputs (#69 )
* Fix bug: deleting `Content-Type` when property does not exist (#73 )
* Add Pixverse and updated Kling types (#75 )
* Added Recraft Style - Infinite Style Library node (#82 )
* add ideogram v3 (#83 )
* [Kling] Split Camera Control config to its own node (#81 )
* Add Pika i2v and t2v nodes (#52 )
* Remove Runway nodes (#88 )
* Fix: Prompt text can't be validated in Kling nodes when using primitive nodes (#90 )
* Update Pika Duration and Resolution options (#94 )
* Removed Infinite Style Library until later (#99 )
* fix multi image return (#101 )
close #96
* Serve SVG files directly (#107 )
* Add a bunch of nodes, 3 ready to use, the rest waiting for endpoint support (#108 )
* Revert "Serve SVG files directly" (#111 )
* Expose 4 remaining Recraft nodes (#112 )
* [Kling] Add `Duration` and `Video ID` outputs (#105 )
* Add Kling nodes: camera control, start-end frame, lip-sync, video extend (#115 )
* Fix error for Recraft ImageToImage error for nonexistent random_seed param (#118 )
* Add remaining Pika nodes (#119 )
* Make controls input work for Recraft Image to Image node (#120 )
* Fix: Nested `AnyUrl` in request model cannot be serialized (Kling, Runway) (#129 )
* Show errors and API output URLs to the user (change log levels) (#131 )
* Apply small fixes and most prompt validation (if needed to avoid API error) (#135 )
* Node name/category modifications (#140 )
* Add back Recraft Style - Infinite Style Library node (#141 )
* [Kling] Fix: Correct/verify supported subset of input combos in Kling nodes (#149 )
* Remove pixverse_template from PixVerse Transition Video node (#155 )
* Use 3.9 compat syntax (#164 )
* Handle Comfy API key based authorizaton (#167 )
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
* [BFL] Print download URL of successful task result directly on nodes (#175 )
* Show output URL and progress text on Pika nodes (#168 )
* [Ideogram] Print download URL of successful task result directly on nodes (#176 )
* [Kling] Print download URL of successful task result directly on nodes (#181 )
* Merge upstream may 14 25 (#186 )
Co-authored-by: comfyanonymous <comfyanonymous@protonmail.com>
Co-authored-by: AustinMroz <austinmroz@utexas.edu>
Co-authored-by: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com>
Co-authored-by: Benjamin Lu <benceruleanlu@proton.me>
Co-authored-by: Andrew Kvochko <kvochko@users.noreply.github.com>
Co-authored-by: Pam <42671363+pamparamm@users.noreply.github.com>
Co-authored-by: chaObserv <154517000+chaObserv@users.noreply.github.com>
Co-authored-by: Yoland Yan <4950057+yoland68@users.noreply.github.com>
Co-authored-by: guill <guill@users.noreply.github.com>
Co-authored-by: Chenlei Hu <hcl@comfy.org>
Co-authored-by: Terry Jia <terryjia88@gmail.com>
Co-authored-by: Silver <65376327+silveroxides@users.noreply.github.com>
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
Co-authored-by: liesen <liesen.dev@gmail.com>
Co-authored-by: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
Co-authored-by: thot experiment <94414189+thot-experiment@users.noreply.github.com>
Co-authored-by: blepping <157360029+blepping@users.noreply.github.com>
* Update instructions on how to develop API Nodes. (#171 )
* Add Runway FLF and I2V nodes (#187 )
* Add OpenAI chat node (#188 )
* Update README.
* Add Google Gemini API node (#191 )
* Add Runway Gen 4 Text to Image Node (#193 )
* [Runway, Gemini] Update node display names and attributes (#194 )
* Update path from "image-to-video" to "image_to_video" (#197 )
* [Runway] Split I2V nodes into separate gen3 and gen4 nodes (#198 )
* Update runway i2v ratio enum (#201 )
* Rodin3D: implement Rodin3D API Nodes (#190 )
Co-authored-by: WhiteGiven <c15838568211@163.com>
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
* Add Tripo Nodes. (#189 )
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
* Change casing of categories "3D" => "3d" (#208 )
* [tripo] fix negtive_prompt and mv2model (#212 )
* [tripo] set default param to None (#215 )
* Add description and tooltip to Tripo Refine model. (#218 )
* Update.
* Fix rebase errors.
* Fix rebase errors.
* Update templates.
* Bump frontend.
* Add file type info for file inputs.
---------
Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: Jedrzej Kosinski <kosinkadink1@gmail.com>
Co-authored-by: Chenlei Hu <hcl@comfy.org>
Co-authored-by: thot experiment <94414189+thot-experiment@users.noreply.github.com>
Co-authored-by: comfyanonymous <comfyanonymous@protonmail.com>
Co-authored-by: AustinMroz <austinmroz@utexas.edu>
Co-authored-by: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com>
Co-authored-by: Benjamin Lu <benceruleanlu@proton.me>
Co-authored-by: Andrew Kvochko <kvochko@users.noreply.github.com>
Co-authored-by: Pam <42671363+pamparamm@users.noreply.github.com>
Co-authored-by: chaObserv <154517000+chaObserv@users.noreply.github.com>
Co-authored-by: Yoland Yan <4950057+yoland68@users.noreply.github.com>
Co-authored-by: guill <guill@users.noreply.github.com>
Co-authored-by: Terry Jia <terryjia88@gmail.com>
Co-authored-by: Silver <65376327+silveroxides@users.noreply.github.com>
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
Co-authored-by: liesen <liesen.dev@gmail.com>
Co-authored-by: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com>
Co-authored-by: blepping <157360029+blepping@users.noreply.github.com>
Co-authored-by: Changrz <51637999+WhiteGiven@users.noreply.github.com>
Co-authored-by: WhiteGiven <c15838568211@163.com>
Co-authored-by: seed93 <liangding1990@163.com>
2025-05-27 03:00:58 -04:00