Commit Graph
4883 Commits
Author SHA1 Message Date
doctorpangloss 32af09cebf Fix test 2025-10-06 15:35:46 -07:00
doctorpangloss 748924de12 Improve model downloading
- adding known controlnet models now works better
 - comfyui_controlnet_aux sometimes wants torchhub paths with files that are in the form directory/filename.safetensors. This is now supported
 - save_with_filename now correctly matches again
2025-10-06 15:21:10 -07:00
doctorpangloss 9792e06f18 Investigate torchaudio installation 2025-10-06 15:21:00 -07:00
doctorpangloss 4e56560f05 Fix av dependency compatibility - too early to use 16, fix rocm libs, add torchaudio sources 2025-10-06 11:32:17 -07:00
doctorpangloss dcba4847ab Fix linting issues 2025-09-26 13:22:04 -07:00
doctorpangloss 8ab28996fb Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-09-26 13:18:23 -07:00
Benjamin Berman e62df3a881 Fix issue finding approx vae taesdxl when used in a workflow 2025-09-26 12:29:00 -07:00
comfyanonymousandGitHub 2b7f9a8196 Fix the failing unit test. (#10037) 2025-09-26 14:12:43 -04:00
doctorpangloss 6bba743d62 Fix exec info issues 2025-09-26 10:54:30 -07:00
comfyanonymousandGitHub ce4cb2389c Make LatentCompositeMasked work with basic video latents. (#10023) 2025-09-25 17:20:13 -04:00
Guy NivandGitHub 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
comfyanonymousandGitHub fccab99ec0 Fix issue with .view() in HuMo. (#10014) 2025-09-24 20:09:42 -04:00
Jukka SeppänenandGitHub 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
doctorpanglossandBenjamin Berman 3de77f6e24 ROCm support 2025-09-24 14:40:28 -07:00
doctorpanglossandBenjamin Berman 85474cee78 Python 3.10 unit tests pass on NVIDIA containers and older torch 2025-09-24 14:39:52 -07:00
ChangrzandGitHub 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
doctorpangloss 06a5766dd7 Update logging to logger everywhere 2025-09-23 16:07:54 -07:00
doctorpangloss 74d77a3757 Fix container image for rocm 2025-09-23 15:33:23 -07:00
doctorpangloss 1d3dd20b67 Workaround for potential issue loading loras on windows 2025-09-23 15:13:46 -07:00
doctorpangloss ff494713fb Fix linting error 2025-09-23 15:06:34 -07:00
doctorpangloss 6e98a0c478 Fix linting errors, preliminary rocm 7 support 2025-09-23 15:02:21 -07:00
doctorpangloss ac0694a7bd Fix #46 enable node blacklisting using --blacklist-custom-nodes ComfyUI-Manager / config.blacklist_custom_nodes = ["ComfyUI-Manager"] 2025-09-23 13:50:05 -07:00
doctorpangloss 2a881a768e Fix #45 now test 3.10 and 3.12 images. NVIDIA doesn't support 3.11 at all! 2025-09-23 13:22:54 -07:00
doctorpangloss f6d3962c77 Fix tests
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-09-23 12:42:12 -07:00
doctorpangloss 6a48fc1c40 Pass all tests. Add Qwen-Edit and other Qwen checkpoints for testing 2025-09-23 12:15:41 -07:00
doctorpangloss 6af812f9a8 Fix custom model paths config paths, tweak tests 2025-09-23 11:01:48 -07:00
doctorpangloss 4a3feee1a2 Tweaks 2025-09-23 10:28:36 -07:00
doctorpangloss dd9a781654 Fix linting issues 2025-09-23 10:19:30 -07:00
comfyanonymous b8730510db ComfyUI version 0.3.60 v0.3.60 2025-09-23 11:50:33 -04:00
Alexander PiskunandGitHub e808790799 feat(api-nodes): add wan t2i, t2v, i2v nodes (#9996) 2025-09-23 11:36:47 -04:00
ComfyUI WikiandGitHub 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
comfyanonymousandGitHub 707b2638ec Fix bug with WanAnimateToVideo. (#9990) 2025-09-22 17:34:33 -04:00
doctorpangloss 66cf9b41f2 Move nodes_chroma_radiance 2025-09-22 14:33:24 -07:00
doctorpangloss fd6e5c2c8d move test_cache_control 2025-09-22 14:31:21 -07:00
doctorpangloss 8b96170e53 move cache middleware 2025-09-22 14:30:38 -07:00
doctorpangloss a9a0f96408 Merge branch 'master' of github.com:comfyanonymous/ComfyUI 2025-09-22 14:29:50 -07:00
comfyanonymousandGitHub 8a5ac527e6 Fix bug with WanAnimateToVideo node. (#9988) 2025-09-22 17:26:58 -04:00
Christian ByrneandGitHub e3206351b0 add offset param (#9977) 2025-09-22 17:12:32 -04:00
comfyanonymousandGitHub 1fee8827cb Support for qwen edit plus model. Use the new TextEncodeQwenImageEditPlus. (#9986) 2025-09-22 16:49:48 -04:00
comfyanonymousandGitHub 27bc181c49 Set some wan nodes as no longer experimental. (#9976) 2025-09-21 19:48:31 -04:00
comfyanonymousandGitHub 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-BlueleafandGitHub 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
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
comfyanonymousandGitHub 66241cef31 Add inputs for character replacement to the WanAnimateToVideo node. (#9960) 2025-09-20 02:24:10 -04:00
doctorpangloss c48163e78c Fix misalignment between EXIF tags and whatever pillow was actually doing 2025-09-19 16:14:40 -07:00
comfyanonymousandGitHub e8df53b764 Update WanAnimateToVideo to more easily extend videos. (#9959) 2025-09-19 18:48:56 -04:00
doctorpangloss b9368317af Various fixes
- raise on file load failures in the base nodes
 - transformers models should load with trust_remote_code False whenever possible
 - fix canonicalize_map call for windows-linux interopability
2025-09-19 14:54:54 -07:00
Alexander PiskunandGitHub 852704c81a fix(seedream4): add flag to ignore error on partial success (#9952) 2025-09-19 16:04:51 -04:00
Alexander PiskunandGitHub 9fdf8c25ab api_nodes: reduce default timeout from 7 days to 2 hours (#9918) 2025-09-19 16:02:43 -04:00
comfyanonymousandGitHub dc95b6acc0 Basic WIP support for the wan animate model. (#9939) 2025-09-19 03:07:17 -04:00