Commit Graph

5167 Commits

Author SHA1 Message Date
patientx
ebe156ccbe
Update install-n.bat 2025-09-26 12:55:38 +03:00
patientx
258da26c98
Merge branch 'comfyanonymous:master' into master 2025-09-25 15:08:16 +03:00
Guy Niv
c8d2117f02
Fix memory leak by properly detaching model finalizer (#9979)
When unloading models in load_models_gpu(), the model finalizer was not
being explicitly detached, leading to a memory leak. This caused
linear memory consumption increase over time as models are repeatedly
loaded and unloaded.

This change prevents orphaned finalizer references from accumulating in
memory during model switching operations.
2025-09-24 22:35:12 -04:00
comfyanonymous
fccab99ec0
Fix issue with .view() in HuMo. (#10014) 2025-09-24 20:09:42 -04:00
Jukka Seppänen
fd79d32f38
Add new audio nodes (#9908)
* Add new audio nodes

- TrimAudioDuration
- SplitAudioChannels
- AudioConcat
- AudioMerge
- AudioAdjustVolume

* Update nodes_audio.py

* Add EmptyAudio -node

* Change duration to Float (allows sub seconds)
2025-09-24 18:59:29 -04:00
patientx
e687d57150
Merge branch 'comfyanonymous:master' into master 2025-09-24 22:51:44 +03:00
Changrz
341b4adefd
Rodin3D - add [Rodin3D Gen-2 generate] api-node (#9994)
* update Rodin api node

* update rodin3d gen2 api node

* fix images limited bug
2025-09-24 14:05:37 -04:00
patientx
65fdf11559
Merge branch 'comfyanonymous:master' into master 2025-09-23 22:29:25 +03:00
comfyanonymous
b8730510db ComfyUI version 0.3.60 2025-09-23 11:50:33 -04:00
Alexander Piskun
e808790799
feat(api-nodes): add wan t2i, t2v, i2v nodes (#9996) 2025-09-23 11:36:47 -04: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
patientx
e1475c0298
Merge pull request #313 from Rando717/Rando717-cleanup
Removed WMIC lookup for driver version (workaround)
2025-09-23 08:46:39 +03:00
Rando717
e81bb5b70f
Update comfyui.bat
inline with comfyui-n.bat, but without build tools check.
2025-09-23 05:38:07 +02:00
Rando717
3d24e253b9
Update comfyui-n.bat (WMIC)
-removed WMIC for driver version lookup
(off by default on win11 24H2 and soon to be removed in 25H2)

-added less reliable search for AMD Software version via registry (stops at first match)
2025-09-23 05:32:50 +02:00
patientx
bbb538fe74
Merge branch 'comfyanonymous:master' into master 2025-09-23 00:37:55 +03:00
comfyanonymous
707b2638ec
Fix bug with WanAnimateToVideo. (#9990) 2025-09-22 17:34:33 -04:00
comfyanonymous
8a5ac527e6
Fix bug with WanAnimateToVideo node. (#9988) 2025-09-22 17:26:58 -04:00
Christian Byrne
e3206351b0
add offset param (#9977) 2025-09-22 17:12:32 -04:00
patientx
64aa08cf53
Merge branch 'comfyanonymous:master' into master 2025-09-23 00:01:32 +03:00
comfyanonymous
1fee8827cb
Support for qwen edit plus model. Use the new TextEncodeQwenImageEditPlus. (#9986) 2025-09-22 16:49:48 -04:00
patientx
09055fa3ea
Merge branch 'comfyanonymous:master' into master 2025-09-22 11:57:07 +03:00
patientx
d9373263ad
Merge pull request #309 from Rando717/Rando717-deepcache
DeepCache removal (obsolete)
2025-09-22 11:56:44 +03:00
patientx
4173f0277a
Merge pull request #308 from Rando717/Rando717-cleanup
(draft) More info for end user...
2025-09-22 11:56:08 +03:00
Rando717
1cc2c89631
Update install-n.bat 2025-09-22 02:25:51 +02:00
Rando717
0fc01bff3e
Update install-legacy.bat 2025-09-22 02:25:30 +02:00
Rando717
097a865bc5
Update install-for-older-amd.bat
sigh...empty lines
2025-09-22 02:24:53 +02:00
Rando717
effa9afb52
Update install-n.bat
delete deepcache
2025-09-22 02:00:50 +02:00
Rando717
c5a3a4bc3e
Update install-legacy.bat
delete deepcache
2025-09-22 02:00:28 +02:00
Rando717
59079ff00a
Update install-for-older-amd.bat
delete deepcache
2025-09-22 01:59:46 +02:00
Rando717
1254017225
Delete deepcache-sample.json 2025-09-22 01:58:41 +02:00
comfyanonymous
27bc181c49
Set some wan nodes as no longer experimental. (#9976) 2025-09-21 19:48:31 -04:00
Rando717
236e103f4f
Update comfyui-n.bat
added line breaks for readability
2025-09-22 01:14:44 +02:00
Rando717
5dcd8d2428
add files via upload
uploaded nvcuda.zluda_get_nightly_flag.py to get nightly flag info inside batch
2025-09-21 19:31:18 +02:00
Rando717
25945ff604
Update comfyui-n.bat
-check for VS Build Tools via vswhere (assuming default path)
-get ComfyUI(batch) path, censor username if inside Users folder
-get current commit date, hash and branch
-list new commits on git pull
-get driver version via wmic
-map driver version to corresponding AMD Software (WIP)
-get [nightly build] or [release build] info for ZLUDA from nvcuda.dll via nvcuda.zluda_get_nightly_flag.py
2025-09-21 19:28:30 +02:00
patientx
9d2b926f56
Merge branch 'comfyanonymous:master' into master 2025-09-21 16:57:32 +03:00
comfyanonymous
d1d9eb94b1
Lower wan memory estimation value a bit. (#9964)
Previous pr reduced the peak memory requirement.
2025-09-20 22:09:35 -04:00
Kohaku-Blueleaf
7be2b49b6b
Fix LoRA Trainer bugs with FP8 models. (#9854)
* Fix adapter weight init

* Fix fp8 model training

* Avoid inference tensor
2025-09-20 21:24:48 -04:00
Jedrzej Kosinski
9ed3c5cc09
[Reviving #5709] Add strength input to Differential Diffusion (#9957)
* Update nodes_differential_diffusion.py

* Update nodes_differential_diffusion.py

* Make strength optional to avoid validation errors when loading old workflows, adjust step

---------

Co-authored-by: ThereforeGames <eric@sparknight.io>
2025-09-20 21:10:39 -04:00
patientx
945cd4af42
Merge branch 'comfyanonymous:master' into master 2025-09-20 16:17:58 +03:00
comfyanonymous
66241cef31
Add inputs for character replacement to the WanAnimateToVideo node. (#9960) 2025-09-20 02:24:10 -04:00
patientx
c62e820d45
Merge branch 'comfyanonymous:master' into master 2025-09-20 01:51:06 +03:00
comfyanonymous
e8df53b764
Update WanAnimateToVideo to more easily extend videos. (#9959) 2025-09-19 18:48:56 -04:00
Alexander Piskun
852704c81a
fix(seedream4): add flag to ignore error on partial success (#9952) 2025-09-19 16:04:51 -04:00
Alexander Piskun
9fdf8c25ab
api_nodes: reduce default timeout from 7 days to 2 hours (#9918) 2025-09-19 16:02:43 -04:00
comfyanonymous
dc95b6acc0
Basic WIP support for the wan animate model. (#9939) 2025-09-19 03:07:17 -04:00
Christian Byrne
711bcf33ee
Bump frontend to 1.26.13 (#9933) 2025-09-19 03:03:30 -04:00
comfyanonymous
24b0fce099
Do padding of audio embed in model for humo for more flexibility. (#9935) 2025-09-18 19:54:16 -04:00
Jodh Singh
1ea8c54064
make kernel of same type as image to avoid mismatch issues (#9932) 2025-09-18 19:51:16 -04:00
DELUXA
8d6653fca6
Enable fp8 ops by default on gfx1200 (#9926) 2025-09-18 19:50:37 -04:00
patientx
3ffaddd005
Merge pull request #307 from Rando717/Rando717-cleanup
removed pause on Git error
2025-09-18 03:02:55 +03:00