1
0
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2026-01-26 23:01:36 +03:00

Commit Graph

  • 68aa3e8507 Merge branch 'master' into feat/nodes/LoadAudio-duration-out feat/nodes/LoadAudio-duration-out Alexander Piskun 2026-01-26 20:44:50 +02:00
  • ea0124de81 feat(comfy_api): add basic 3D Model file types feat/comfy_api/File3D-type bigcat88 2026-01-25 15:45:46 +02:00
  • 2129e7d278 Fix mistral 3 tokenizer code failing on latest transformers version and other breakage. (#12095) master comfyanonymous 2026-01-26 08:39:00 -08:00
  • 3e57391913 fix(CI): add "requests" as a dependency bigcat88 2026-01-26 14:23:49 +02:00
  • 98756ecf5e feat(LoadAudio): add duration output bigcat88 2026-01-26 14:07:13 +02:00
  • 7ee77ff038 Add name to LoraLoaderModelOnly. (#12078) comfyanonymous 2026-01-25 18:01:55 -08:00
  • 8e90479364 chore(api-nodes): remove ByteDanceImageEditNode node (seededit) chore/api-nodes/remove-seedit-model bigcat88 2026-01-25 11:22:58 +02:00
  • 26c5bbb875 Move nodes from previous PR into their own file. (#12066) comfyanonymous 2026-01-24 20:02:32 -08:00
  • a97c98068f [Weight-adapter/Trainer] Bypass forward mode in Weight adapter system (#11958) Kohaku-Blueleaf 2026-01-25 11:56:22 +08:00
  • 635406e283 Only enable fp16 on z image models that actually support it. (#12065) comfyanonymous 2026-01-24 19:32:28 -08:00
  • ed6002cb60 add support for kwargs inputs to allow arbitrary inputs from frontend (#12063) pythongosssss 2026-01-24 17:30:40 -08:00
  • 4546cd0745 Merge branch 'master' into pysssss/v3_kwargs_inputs pysssss/v3_kwargs_inputs Jedrzej Kosinski 2026-01-24 17:11:38 -08:00
  • bc72d7f8d1 [API Nodes] add TencentHunyuan3D nodes (#12026) Alexander Piskun 2026-01-25 03:10:09 +02:00
  • 8e9c801940 Add input + output roots to scans assets-redo-part2 Jedrzej Kosinski 2026-01-24 16:26:42 -08:00
  • aef4e13588 Make empty latent node work with other models. (#12062) comfyanonymous 2026-01-24 16:23:20 -08:00
  • a875a1bfd0 add support for kwargs inputs to allow arbitrary inputs from frontend used to output selected combo index pythongosssss 2026-01-24 16:16:08 -08:00
  • 46a83e9630 Try fix build pysssss/basic-glsl-shader-node pythongosssss 2026-01-24 12:55:21 -08:00
  • 5b0fb64d20 Support multiple outputs pythongosssss 2026-01-24 12:55:06 -08:00
  • a6ed8eb2af Add ConvertToList node austin/node-convert-to-list Austin Mroz 2026-01-24 10:32:04 -08:00
  • 521ca3b5d2 Merge branch 'pysssss/combo-hidden-index-output' into pysssss/basic-glsl-shader-node pythongosssss 2026-01-24 10:05:25 -08:00
  • 357b48982f Align local asset/tag endpoints with cloud API assets-api-implementation Jedrzej Kosinski 2026-01-24 04:38:29 -08:00
  • bf995febf2 Add plan for aligning local asset/tag endpoints with cloud API assets-api-alignment Jedrzej Kosinski 2026-01-24 04:22:03 -08:00
  • ce9fe98de9 Add input + output to seed_assets calls Jedrzej Kosinski 2026-01-24 03:50:42 -08:00
  • aea55cad99 Merge branch 'master' into assets-redo-part2 Jedrzej Kosinski 2026-01-24 03:43:01 -08:00
  • dcf686857c fix: use hashable types in frozenset test and add dict test feat/cache-provider-api Deep Mehta 2026-01-24 15:47:53 +05:30
  • 17eed38750 fix: move _torch_available before usage and use importlib.util.find_spec Deep Mehta 2026-01-24 15:34:29 +05:30
  • a739ec074e feat(api-nodes): add RecraftCreateStyleNode node feat/api-nodes/recraft-style bigcat88 2026-01-24 10:24:05 +02:00
  • f4623c0e1b style: remove unused imports in test_cache_provider.py Deep Mehta 2026-01-24 14:24:28 +05:30
  • 5e4bbca1ad test: add unit tests for CacheProvider API Deep Mehta 2026-01-24 14:20:49 +05:30
  • e17571d9be fix: use deterministic hash for cache keys instead of pickle Deep Mehta 2026-01-24 14:07:46 +05:30
  • e4f3d335dc feat: Add VideoSlice node with lazy operations on VideoInput cb/video-slice-node bymyself 2026-01-23 20:32:57 -08:00
  • 53094efd1d add hidden index input from frontend and output it add support for custom hidden fields pysssss/combo-hidden-index-output pythongosssss 2026-01-23 17:01:19 -08:00
  • 4e6a1b66a9 speed up and reduce VRAM of QWEN VAE and WAN (less so) (#12036) rattus 2026-01-23 16:56:14 -08:00
  • 9cf299a9f9 Make regular empty latent node work properly on flux 2 variants. (#12050) comfyanonymous 2026-01-23 16:50:48 -08:00
  • e89b22993a Support ModelScope-Trainer/DiffSynth LoRA format for Flux.2 Klein models (#12042) ComfyUI Wiki 2026-01-24 04:27:49 +08:00
  • 55bd606e92 LTX2: Refactor forward function for better VRAM efficiency and fix spatial inpainting (#12046) Jukka Seppänen 2026-01-23 22:26:38 +02:00
  • cc30293d65 tidy pythongosssss 2026-01-23 10:38:26 -08:00
  • 866d863128 adds support for executing simple glsl shaders using moderngl package pythongosssss 2026-01-23 10:37:52 -08:00
  • b3610c0ede disable upscaler nodes feat/api-nodes/magnific bigcat88 2026-01-23 19:07:34 +02:00
  • 1ad4b76b55 Add comprehensive test suite for assets API assets-api-tests-cbyrne bymyself 2026-01-22 23:15:19 -08:00
  • f23c478bd8 Remove NodeInfoV3-related code; we are almost 100% guaranteed to stick with NodeInfoV1 for the foreseable future jk/remove-unused-code Jedrzej Kosinski 2026-01-22 22:38:15 -08:00
  • 79cdbc81cb feat: Improve ResizeImageMaskNode UX with tooltips and search aliases (#12040) Christian Byrne 2026-01-22 22:04:27 -08:00
  • f443b9f2ca Revert "feat: Improve ResizeImageMaskNode UX with tooltips and search aliases…" (#12038) comfyanonymous 2026-01-22 20:02:37 -08:00
  • f88792204d Revert "feat: Improve ResizeImageMaskNode UX with tooltips and search aliases…" revert-12013-resize-node-adjustments comfyanonymous 2026-01-22 23:02:19 -05:00
  • 4e3038114a feat: Improve ResizeImageMaskNode UX with tooltips and search aliases (#12013) Christian Byrne 2026-01-22 18:46:55 -08:00
  • bbb8864778 add search aliases to all nodes (#12035) Christian Byrne 2026-01-22 18:36:58 -08:00
  • d7f3241bf6 qwen_image: propagate attention mask. (#11966) Omri Marom 2026-01-23 03:02:31 +02:00
  • 3c0365f6d6 Rename UseValue to SetValue jk/node-replace-api Jedrzej Kosinski 2026-01-22 16:53:51 -08:00
  • 09a2e67151 Support loading flux 2 klein checkpoints saved with SaveCheckpoint. (#12033) comfyanonymous 2026-01-22 15:20:48 -08:00
  • 0fd1b78736 Reduce LTX2 VAE VRAM consumption (#12028) rattus 2026-01-22 13:54:18 -08:00
  • 8490eedadf add ply & 3dgs format in 3d node (#11474) Terry Jia 2026-01-22 12:46:56 -05:00
  • 9c7d5f1fdd Added old_widget_ids param to NodeReplace Jedrzej Kosinski 2026-01-22 03:26:52 -08:00
  • 2c37119ff8 Merge branch 'master' into jk/node-replace-api Jedrzej Kosinski 2026-01-22 02:11:00 -08:00
  • 72f6be1690 chore(api-nodes): rename BriaImage and OpenAIGImage nodes (#12022) Alexander Piskun 2026-01-22 09:42:04 +02:00
  • 16b9aabd52 Support Multi/InfiniteTalk (#10179) Jukka Seppänen 2026-01-22 06:09:48 +02:00
  • 245f6139b6 More targeted embedding_connector loading for LTX2 text encoder (#11992) Jukka Seppänen 2026-01-22 06:05:06 +02:00
  • 3365ad18a5 Support LTX2 tiny vae (taeltx_2) (#11929) Jukka Seppänen 2026-01-22 06:03:51 +02:00
  • f09904720d Fix for edge case of EasyCache when conditionings change during a sampling run (like with timestep scheduling) (#12020) Jedrzej Kosinski 2026-01-21 20:01:35 -08:00
  • 1202709996 feat: add SEARCH_ALIASES for model and misc nodes search-aliases-model-misc bymyself 2026-01-21 19:12:33 -08:00
  • b3f92d0060 feat: add SEARCH_ALIASES for audio and video nodes search-aliases-audio-video bymyself 2026-01-21 19:12:24 -08:00
  • 191834c633 Add public register_node_replacement function to node_replace, add NodeReplaceManager + GET /api/node_replacements Jedrzej Kosinski 2026-01-21 17:52:58 -08:00
  • abe2ec26a6 Support the Anima model. (#12012) comfyanonymous 2026-01-21 16:44:28 -08:00
  • 5faf2e3cfd Create helper classes for node replace registration Jedrzej Kosinski 2026-01-21 16:36:02 -08:00
  • bdeac8897e feat: Add search_aliases field to node schema (#12010) Christian Byrne 2026-01-21 15:36:02 -08:00
  • dcde86463c Propagate search_aliases through V3 Schema.get_v1_info to NodeInfoV1 bymyself 2026-01-21 15:26:49 -08:00
  • f02abedcd9 feat: Add search_aliases field to node schema bymyself 2026-01-21 14:12:49 -08:00
  • c1675825b4 aggressive downscaling should not be performed bigcat88 2026-01-21 18:12:07 +02:00
  • 83d4ce576b feat(api-nodes): add Magnific nodes bigcat88 2026-01-18 12:51:52 +02:00
  • 451af70154 fix(api-nodes-Vidu): allow passing up to 7 subjects in Vidu Reference node (#12002) Alexander Piskun 2026-01-21 14:03:45 +02:00
  • 0fc15700be Add LyCoris LoKr MLP layer support for Flux2 (#11997) Markury 2026-01-20 23:18:33 -05:00
  • e755268e7b Config for Qwen 3 0.6B model. (#11998) comfyanonymous 2026-01-20 20:08:31 -08:00
  • c4a14df9a3 Dynamically detect chroma radiance patch size (#11991) Mylo 2026-01-21 00:46:11 +01:00
  • 965d0ed509 fix: remove normalization of audio in LTX Mel spectrogram creation (#11990) Ivan Zorin 2026-01-21 01:44:28 +02:00
  • ddc541ffda feat(api-nodes): add WaveSpeed nodes (#11945) Alexander Piskun 2026-01-20 23:05:40 +02:00
  • 13a4008735 refactor: simplify redundant code in video encoding feat/savevideo-dynamic-codec-options bymyself 2026-01-20 12:55:34 -08:00
  • bb7c582b58 fix: add fail-fast validation for unsupported codecs bymyself 2026-01-20 12:55:17 -08:00
  • 8ccc0c94fa Make omni stuff work on regular z image for easier testing. (#11985) comfyanonymous 2026-01-19 21:32:00 -08:00
  • dcbe072e8a fix: add error handling for invalid speed preset values bymyself 2026-01-19 21:17:02 -08:00
  • 4edb87aa50 Bump comfyui-frontend-package to 1.37.11 (#11976) Comfy Org PR Bot 2026-01-20 13:57:50 +09:00
  • 0fc3b6e3a6 chore: update workflow templates to v0.8.15 (#11984) ComfyUI Wiki 2026-01-20 12:17:56 +08:00
  • 2108167f9f Support zimage omni base model. (#11979) comfyanonymous 2026-01-19 20:17:38 -08:00
  • 9d273d3ab1 ComfyUI v0.10.0 v0.10.0 comfyanonymous 2026-01-19 22:40:18 -05:00
  • 70c91b8248 Fix #11963 (#11982) comfyanonymous 2026-01-19 19:32:40 -08:00
  • 0da5a0fe58 Convert mono audio to fake stereo for LTXV VAE encoding (#11965) rkfg 2026-01-20 06:12:02 +03:00
  • e0eacb0688 Simpler way to implement the #11980 loras. (#11981) comfyanonymous 2026-01-19 19:00:36 -08:00
  • 7458e20465 Make Autogrow validation work properly (#11977) Jedrzej Kosinski 2026-01-19 16:58:30 -08:00
  • b931b37e30 feat(api-nodes): add Bria Edit node (#11978) Jedrzej Kosinski 2026-01-19 16:47:14 -08:00
  • 9c74c82ddf Revert accidentally pushed changes to nodes_logic.py autogrow-validation-fixes Jedrzej Kosinski 2026-01-19 15:28:41 -08:00
  • 3adb63a098 Allow autogrow to work with all inputs being optional Jedrzej Kosinski 2026-01-19 15:24:05 -08:00
  • 866a4619db chore: update workflow templates to v0.8.14 (#11974) ComfyUI Wiki 2026-01-20 06:21:35 +08:00
  • 6540aa0400 feat: Add CacheProvider API for external distributed caching Deep Mehta 2026-01-19 16:43:13 +05:30
  • 1a72bf2046 Readme update. (#11957) comfyanonymous 2026-01-18 19:53:43 -08:00
  • 034fac7054 chore(api-nodes): auto-discover all nodes_*.py files to avoid merge conflicts when adding new API nodes (#11943) Alexander Piskun 2026-01-18 08:40:39 +02:00
  • 12256ff5af In-progress autogrow validation fixes - properly looks at required/optional inputs, now working on the edge case that all inputs are optional and nothing is plugged in (should just be an empty dictionary passed into node) Jedrzej Kosinski 2026-01-17 22:37:52 -08:00
  • a498556d0d feat: add advanced parameter to Input classes for advanced widgets support (#11939) Christian Byrne 2026-01-17 19:06:03 -08:00
  • f7ca41ff62 chore(api-nodes): remove check for pyav>=14.2 in code (it was added to requirements.txt long ago) (#11934) Alexander Piskun 2026-01-18 04:57:57 +02:00
  • ac26065e61 chore(api-nodes): remove non-used; extract model to separate files (#11927) Alexander Piskun 2026-01-18 04:52:45 +02:00
  • 190c4416cc Bump comfy-kitchen dependency to version 0.2.7 (#11941) comfyanonymous 2026-01-17 18:20:35 -08:00
  • 0fd10ffa09 fix: use .cpu() for waveform conversion in AudioFrame creation (#11787) Theephop 2026-01-18 09:18:24 +08:00
  • 00c775950a Update readme rdna3 nightly url (#11937) Alex Butler 2026-01-18 01:18:04 +00:00