patientx
7b0643ada1
Merge branch 'comfyanonymous:master' into master
2025-10-16 16:40:50 +03:00
Rizumu Ayaka
4054b4bf38
feat: deprecated API alert ( #10366 )
2025-10-16 01:13:31 -07:00
Arjan Singh
55ac7d333c
Bump frontend to 1.28.7 ( #10364 )
2025-10-15 20:30:39 -07:00
Faych
afa8a24fe1
refactor: Replace manual patches merging with merge_nested_dicts ( #10360 )
2025-10-15 17:16:09 -07:00
Jedrzej Kosinski
493b81e48f
Fix order of inputs nested merge_nested_dicts ( #10362 )
2025-10-15 16:47:26 -07:00
patientx
20c2dea6e9
Update README.md
2025-10-16 02:22:28 +03:00
patientx
839c8308ec
Merge branch 'comfyanonymous:master' into master
2025-10-16 02:21:42 +03:00
patientx
1fc0bdaa17
Update README.md
2025-10-16 02:21:36 +03:00
comfyanonymous
6b035bfce2
Latest pytorch stable is cu130 ( #10361 )
2025-10-15 18:48:12 -04:00
Alexander Piskun
74b7f0b04b
feat(api-nodes): add Veo3.1 model ( #10357 )
2025-10-15 15:41:45 -07:00
chaObserv
f72c6616b2
Add TemporalScoreRescaling node ( #10351 )
...
* Add TemporalScoreRescaling node
* Mention image generation in tsr_k's tooltip
2025-10-15 18:12:25 -04:00
patientx
490f5112cb
Update README.md
2025-10-15 12:18:33 +03:00
patientx
26589a3a0b
Merge branch 'comfyanonymous:master' into master
2025-10-15 12:18:21 +03:00
patientx
1ee189ef99
Update README.md
2025-10-15 12:18:14 +03:00
comfyanonymous
1c10b33f9b
gfx942 doesn't support fp8 operations. ( #10348 )
2025-10-15 00:21:11 -04:00
Arjan Singh
ddfce1af4f
Bump frontend to 1.28.6 ( #10345 )
2025-10-14 21:08:23 -04:00
Alexander Piskun
7a883849ea
api-nodes: fixed dynamic pricing format; import comfy_io directly ( #10336 )
2025-10-13 23:55:56 -07:00
comfyanonymous
84867067ea
Python 3.14 instructions. ( #10337 )
2025-10-14 02:09:12 -04:00
comfyanonymous
3374e900d0
Faster workflow cancelling. ( #10301 )
2025-10-13 23:43:53 -04:00
comfyanonymous
51696e3fdc
ComfyUI version 0.3.65
2025-10-13 23:39:55 -04:00
comfyanonymous
dfff7e5332
Better memory estimation for the SD/Flux VAE on AMD. ( #10334 )
2025-10-13 22:37:19 -04:00
comfyanonymous
e4ea393666
Fix loading old stable diffusion ckpt files on newer numpy. ( #10333 )
2025-10-13 22:18:58 -04:00
comfyanonymous
c8674bc6e9
Enable RDNA4 pytorch attention on ROCm 7.0 and up. ( #10332 )
2025-10-13 21:19:03 -04:00
patientx
eae7a58e60
Merge branch 'comfyanonymous:master' into master
2025-10-14 02:07:30 +03:00
Alexander Piskun
3dfdcf66b6
convert nodes_hunyuan.py to V3 schema ( #10136 )
2025-10-13 12:36:26 -07:00
rattus128
95ca2e56c8
WAN2.2: Fix cache VRAM leak on error ( #10308 )
...
Same change pattern as 7e8dd275c2
applied to WAN2.2
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-13 15:23:11 -04:00
Daniel Harte
27ffd12c45
add indent=4 kwarg to json.dumps() ( #10307 )
2025-10-13 12:14:52 -07:00
comfyanonymous
e693e4db6a
Always set diffusion model to eval() mode. ( #10331 )
2025-10-13 14:57:27 -04:00
patientx
e1aaff2a05
Merge branch 'comfyanonymous:master' into master
2025-10-13 11:52:32 +03:00
comfyanonymous
d68ece7301
Update the extra_model_paths.yaml.example ( #10319 )
2025-10-12 23:54:41 -04:00
Christian Byrne
894837de9a
update extra models paths example ( #10316 )
2025-10-12 23:35:33 -04:00
ComfyUI Wiki
fdc92863b6
Update node docs to 0.3.0 ( #10318 )
2025-10-12 23:32:02 -04:00
patientx
fa7942933b
Merge branch 'comfyanonymous:master' into master
2025-10-12 13:56:39 +03:00
comfyanonymous
a125cd84b0
Improve AMD performance. ( #10302 )
...
I honestly have no idea why this improves things but it does.
2025-10-12 00:28:01 -04:00
comfyanonymous
84e9ce32c6
Implement the mmaudio VAE. ( #10300 )
2025-10-11 22:57:23 -04:00
ComfyUI Wiki
f43b8ab2a2
Update template to 0.1.95 ( #10294 )
2025-10-11 10:27:22 -07:00
patientx
0ff5eda8a5
Merge branch 'comfyanonymous:master' into master
2025-10-11 03:02:03 +03:00
Alexander Piskun
14d642acd6
feat(api-nodes): add price extractor feature; small fixes to Kling & Pika nodes ( #10284 )
2025-10-10 16:21:40 -07:00
Alexander Piskun
aa895db7e8
feat(GeminiImage-ApiNode): add aspect_ratio and release version of model ( #10255 )
2025-10-10 16:17:20 -07:00
patientx
b7ebdcddcd
Merge branch 'comfyanonymous:master' into master
2025-10-11 01:18:58 +03:00
comfyanonymous
cdfc25a160
Fix save audio nodes saving mono audio as stereo. ( #10289 )
2025-10-10 17:33:51 -04:00
patientx
55680eba51
Merge pull request #336 from Rando717/cfz-updater
...
Hotfix cfz_update_utility.bat
2025-10-10 12:23:26 +03:00
Rando717
3f0fa451f7
Update cfz_update_utility.bat
...
a workaround for bash
to print pull info inside console when logging git pull,
using temp store file to avoid power shell approach
2025-10-10 04:21:13 +02:00
patientx
aa6afacc01
Merge branch 'comfyanonymous:master' into master
2025-10-10 02:25:35 +03:00
Alexander Piskun
81e4dac107
convert nodes_upscale_model.py to V3 schema ( #10149 )
2025-10-09 16:08:40 -07:00
Alexander Piskun
90853fb9cd
convert nodes_flux to V3 schema ( #10122 )
2025-10-09 16:07:17 -07:00
comfyanonymous
f1dd6e50f8
Fix bug with applying loras on fp8 scaled without fp8 ops. ( #10279 )
2025-10-09 19:02:40 -04:00
Alexander Piskun
fc0fbf141c
convert nodes_sd3.py and nodes_slg.py to V3 schema ( #10162 )
2025-10-09 15:18:23 -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
patientx
3553ce45e5
Merge branch 'comfyanonymous:master' into master
2025-10-09 23:40:21 +03:00