Alexander Piskun and GitHub
90853fb9cd
convert nodes_flux to V3 schema ( #10122 )
2025-10-09 16:07:17 -07:00
comfyanonymous and GitHub
f1dd6e50f8
Fix bug with applying loras on fp8 scaled without fp8 ops. ( #10279 )
2025-10-09 19:02:40 -04:00
Alexander Piskun and GitHub
fc0fbf141c
convert nodes_sd3.py and nodes_slg.py to V3 schema ( #10162 )
2025-10-09 15:18:23 -07:00
Alexander Piskun and GitHub
f3d5d328a3
fix(v3,api-nodes): V3 schema typing; corrected Pika API nodes ( #10265 )
2025-10-09 15:15:03 -07:00
comfyanonymous and GitHub
139addd53c
More surgical fix for #10267 ( #10276 )
2025-10-09 16:37:35 -04:00
Alexander Piskun and GitHub
cbee7d3390
convert nodes_latent.py to V3 schema ( #10160 )
2025-10-08 23:14:00 -07:00
Alexander Piskun and GitHub
6732014a0a
convert nodes_compositing.py to V3 schema ( #10174 )
2025-10-08 23:13:15 -07:00
Alexander Piskun and GitHub
989f715d92
convert nodes_lora_extract.py to V3 schema ( #10182 )
2025-10-08 23:11:45 -07:00
Alexander Piskun and GitHub
2ba8d7cce8
convert nodes_model_downscale.py to V3 schema ( #10199 )
2025-10-08 23:10:23 -07:00
Alexander Piskun and GitHub
51fb505ffa
feat(api-nodes, pylint): use lazy formatting in logging functions ( #10248 )
2025-10-08 23:06:56 -07:00
72c2071972
Mvly/node update ( #10042 )
...
* updated V2V node to allow for control image input
exposing steps in v2v
fixing guidance_scale as input parameter
TODO: allow for motion_intensity as input param.
* refactor: comment out unsupported resolution and adjust default values in video nodes
* set control_after_generate
* adding new defaults
* fixes
* changed control_after_generate back to True
* changed control_after_generate back to False
---------
Co-authored-by: thorsten <thorsten@tripod-digital.co.nz >
2025-10-08 20:30:41 -04:00
comfyanonymous and GitHub
6e59934089
Refactor model sampling sigmas code. ( #10250 )
2025-10-08 17:49:02 -04:00
Alexander Piskun and GitHub
3e0eb8d33f
feat(V3-io): allow Enum classes for Combo options ( #10237 )
2025-10-08 00:14:04 -07:00
comfyanonymous
637221995f
ComfyUI version 0.3.64
v0.3.64
2025-10-08 00:53:43 -04:00
ComfyUI Wiki and GitHub
51697d50dc
update template to 0.1.94 ( #10253 )
2025-10-07 19:48:51 -07:00
filtered and GitHub
19f595b788
Bump frontend to 1.27.10 ( #10252 )
2025-10-07 17:54:00 -07:00
comfyanonymous and GitHub
8a15568f10
Temp fix for LTXV custom nodes. ( #10251 )
2025-10-07 19:55:23 -04:00
Alexander Piskun and GitHub
9e984c48bc
feat(api-nodes): add Sora2 API node ( #10249 )
2025-10-07 14:11:37 -07:00
Alexander Piskun and GitHub
fc34c3d112
fix(ReCraft-API-node): allow custom multipart parser to return FormData ( #10244 )
2025-10-07 13:15:32 -07:00
comfyanonymous and GitHub
8aea746212
Implement gemma 3 as a text encoder. ( #10241 )
...
Not useful yet.
2025-10-06 22:08:08 -04:00
Alexander Piskun and GitHub
8c19910427
convert nodes_kling.py to V3 schema ( #10236 )
2025-10-06 16:26:52 -07:00
Alexander Piskun and GitHub
e77e0a8f8f
convert nodes_pika.py to V3 schema ( #10216 )
2025-10-06 16:20:26 -07:00
Alexander Piskun and GitHub
a49007a7b0
fix(api-nodes): allow negative_prompt PixVerse to be multiline ( #10196 )
2025-10-06 16:13:43 -07:00
Alexander Piskun and GitHub
6ae3515801
fix(api-nodes): enable more pylint rules ( #10213 )
2025-10-06 16:05:57 -07:00
comfyanonymous
6bd3f8eb9f
ComfyUI version 0.3.63
v0.3.63
2025-10-06 14:49:04 -04:00
ComfyUI Wiki and GitHub
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 and GitHub
195e0b0639
Remove useless code. ( #10223 )
2025-10-05 15:41:19 -04:00
Alexander Piskun and GitHub
187f43696d
fix(api-nodes): disable "std" mode for Kling2.5-turbo ( #10212 )
2025-10-04 23:34:18 -07:00
comfyanonymous and GitHub
caf07331ff
Remove soundfile dependency. No more torchaudio load or save. ( #10210 )
2025-10-04 22:05:05 -04:00
Alexander Piskun and GitHub
b1fa1922df
convert nodes_stable3d.py to V3 schema ( #10204 )
2025-10-04 12:33:48 -07:00
Alexander Piskun and GitHub
2ed74f7ac7
convert nodes_rodin.py to V3 schema ( #10195 )
2025-10-04 12:29:09 -07:00
Alexander Piskun and GitHub
22f99fb97e
fix(api-nodes): enable 2 more pylint rules, removed non needed code ( #10192 )
2025-10-04 12:22:57 -07:00
comfyanonymous and GitHub
bbd683098e
Add instructions to install nightly AMD pytorch for windows. ( #10190 )
...
* Add instructions to install nightly AMD pytorch for windows.
* Update README.md
2025-10-03 23:37:43 -04:00
comfyanonymous and GitHub
08726b64fe
Update amd nightly command in readme. ( #10189 )
2025-10-03 18:22:43 -04:00
Finn-Hecker and GitHub
93d859cfaa
Fix type annotation syntax in MotionEncoder_tc __init__ ( #10186 )
...
## Summary
Fixed incorrect type hint syntax in `MotionEncoder_tc.__init__()` parameter list.
## Changes
- Line 647: Changed `num_heads=int` to `num_heads: int`
- This corrects the parameter annotation from a default value assignment to proper type hint syntax
## Details
The parameter was using assignment syntax (`=`) instead of type annotation syntax (`:`), which would incorrectly set the default value to the `int` class itself rather than annotating the expected type.
2025-10-03 14:32:19 -07:00
Alexander Piskun and GitHub
4614ee09ca
convert nodes_edit_model.py to V3 schema ( #10147 )
2025-10-03 13:24:42 -07:00
Alexander Piskun and GitHub
5c8e986e27
convert nodes_tomesd.py to V3 schema ( #10180 )
2025-10-03 11:50:38 -07:00
Alexander Piskun and GitHub
8c26d7bbe6
convert nodes_pixverse.py to V3 schema ( #10177 )
2025-10-03 11:48:21 -07:00
Alexander Piskun and GitHub
d7aa414141
convert nodes_eps.py to V3 schema ( #10172 )
2025-10-03 11:45:02 -07:00
Alexander Piskun and GitHub
3e68bc342c
convert nodes_torch_compile.py to V3 schema ( #10173 )
2025-10-03 11:43:54 -07:00
Alexander Piskun and GitHub
c2c5a7d5f8
fix(api-nodes): bad indentation in Recraft API node function ( #10175 )
2025-10-03 11:41:06 -07:00
Alexander Piskun and GitHub
8a293372ec
fix(api-nodes): reimport of base64 in Gemini node ( #10181 )
2025-10-03 11:40:27 -07:00
Alexander Piskun and GitHub
ed3ca78e08
feat(api-nodes): add kling-2-5-turbo to txt2video and img2video nodes ( #10155 )
2025-10-03 11:26:34 -07:00
Alexander Piskun and GitHub
4ffea0e864
feat(linter, api-nodes): add pylint for comfy_api_nodes folder ( #10157 )
2025-10-02 19:14:28 -04:00
Alexander Piskun and GitHub
1395bce9f7
update example_node to use V3 schema ( #9723 )
2025-10-02 15:20:29 -07:00
comfyanonymous and GitHub
e9364ee279
Turn on TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL by default. ( #10168 )
2025-10-02 17:57:15 -04:00
Alexander Piskun and GitHub
f6e3e9a456
fix(api-nodes): made logging path to be smaller ( #10156 )
2025-10-02 14:50:31 -07:00
Alexander Piskun and GitHub
8f4ee9984c
convert nodes_morphology.py to V3 schema ( #10159 )
2025-10-02 13:53:00 -07:00
comfyanonymous and GitHub
0e9d1724be
Add a .bat to the AMD portable to disable smart memory. ( #10153 )
2025-10-02 00:33:05 -04:00
rattus128 and GitHub
4965c0e2ac
WAN: Fix cache VRAM leak on error ( #10141 )
...
If this suffers an exception (such as a VRAM oom) it will leave the
encode() and decode() methods which skips the cleanup of the WAN
feature cache. The comfy node cache then ultimately keeps a reference
this object which is in turn reffing large tensors from the failed
execution.
The feature cache is currently setup at a class variable on the
encoder/decoder however, the encode and decode functions always clear
it on both entry and exit of normal execution.
Its likely the design intent is this is usable as a streaming encoder
where the input comes in batches, however the functions as they are
today don't support that.
So simplify by bringing the cache back to local variable, so that if
it does VRAM OOM the cache itself is properly garbage when the
encode()/decode() functions dissappear from the stack.
2025-10-01 18:42:16 -04:00