doctorpangloss
be56a14e65
Merge commit 'a4787ac83bf6c83eeb459ed80fc9b36f63d2a3a7' of github.com:comfyanonymous/ComfyUI into fix-merge
2025-10-21 10:53:43 -07:00
Alexander Piskun
7a883849ea
api-nodes: fixed dynamic pricing format; import comfy_io directly ( #10336 )
2025-10-13 23:55:56 -07:00
Alexander Piskun
f3d5d328a3
fix(v3,api-nodes): V3 schema typing; corrected Pika API nodes ( #10265 )
2025-10-09 15:15:03 -07:00
Alexander Piskun
3e0eb8d33f
feat(V3-io): allow Enum classes for Combo options ( #10237 )
2025-10-08 00:14:04 -07:00
Alexander Piskun
638097829d
convert nodes_audio_encoder.py to V3 schema ( #10123 )
2025-09-30 23:00:22 -07:00
doctorpangloss
66cf9b41f2
Move nodes_chroma_radiance
2025-09-22 14:33:24 -07:00
doctorpangloss
a9a0f96408
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-09-22 14:29:50 -07:00
Jedrzej Kosinski
15ec9ea958
Add Output to V3 Combo type to match what is possible with V1 ( #9813 )
2025-09-12 00:44:20 -04:00
Jedrzej Kosinski
206595f854
Change validate_inputs' output typehint to 'bool | str' and update docstrings ( #9786 )
2025-09-09 21:33:36 -04:00
doctorpangloss
179c2d35c8
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-09-03 12:04:32 -07:00
comfyanonymous
15aa9222c4
Trim audio to video when saving video. ( #9617 )
2025-08-29 04:12:00 -04:00
doctorpangloss
752caf013c
fix model upscaler, fix list iteration linting issue, fix samplers
2025-08-26 14:09:07 -07:00
doctorpangloss
443bb45eaf
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-08-26 13:59:45 -07:00
comfyanonymous
39aa06bd5d
Make AudioEncoderOutput usable in v3 node schema. ( #9554 )
2025-08-26 12:50:46 -04:00
comfyanonymous
914c2a2973
Implement wav2vec2 as an audio encoder model. ( #9549 )
...
This is useless on its own but there are multiple models that use it.
2025-08-25 23:26:47 -04:00
doctorpangloss
dfc47e0611
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-08-22 13:24:52 -07:00
comfyanonymous
0963493a9c
Support for Qwen Diffsynth Controlnets canny and depth. ( #9465 )
...
These are not real controlnets but actually a patch on the model so they
will be treated as such.
Put them in the models/model_patches/ folder.
Use the new ModelPatchLoader and QwenImageDiffsynthControlnet nodes.
2025-08-20 22:26:37 -04:00
Jedrzej Kosinski
898d88e10e
Make torchaudio exception catching less specific ( #9309 )
2025-08-12 23:34:58 -04:00
Jedrzej Kosinski
42974a448c
_ui.py import torchaudio safety check ( #9234 )
...
* Added safety around torchaudio import in _ui.py
* Trusted cursor too much, fixed torchaudio bool
2025-08-07 17:54:09 -04:00
doctorpangloss
59bc6afa7b
Fixes to tests and progress bars in xet
2025-08-01 17:26:30 -07:00
Jedrzej Kosinski
4887743a2a
V3 Node Schema Definition - initial ( #8656 )
2025-07-31 18:02:12 -04:00
guill
0a3d062e06
ComfyAPI Core v0.0.2 ( #8962 )
...
* ComfyAPI Core v0.0.2
* Respond to PR feedback
* Fix Python 3.9 errors
* Fix missing backward compatibility proxy
* Reorganize types a bit
The input types, input impls, and utility types are now all available in
the versioned API. See the change in `comfy_extras/nodes_video.py` for
an example of their usage.
* Remove the need for `--generate-api-stubs`
* Fix generated stubs differing by Python version
* Fix ruff formatting issues
2025-07-29 22:17:22 -04:00