Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ComfyUI_windows_portable_nvidia.7z | 2025-07-08 | 2.1 GB | |
README.md | 2025-07-08 | 4.0 kB | |
v0.3.44 source code.tar.gz | 2025-07-08 | 6.6 MB | |
v0.3.44 source code.zip | 2025-07-08 | 6.8 MB | |
Totals: 4 Items | 2.1 GB | 18 |
What's Changed
- “--whitelist-custom-nodes” args for comfy core to go with “--disable-all-custom-nodes” for development purposes by @lgldlk in https://github.com/comfyanonymous/ComfyUI/pull/8592
- Skip custom node logic completely if disabled and no whitelisted nodes. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8719
- Reorder the schedulers so simple is the default one. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8722
- Perpneg guider with updated pre and post-cfg by @chaObserv in https://github.com/comfyanonymous/ComfyUI/pull/8698
- Make stable release workflow publish drafts. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8723
- [System Pop Up] Add GitHub Action for release webhook notifications by @bmcomfy in https://github.com/comfyanonymous/ComfyUI/pull/8652
- Fix contiguous issue with pytorch nightly. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8729
- Dual cfg node optimizations when cfg is 1.0 by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8747
- Update template to 0.1.31 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/8741
- Add TCFG node by @chaObserv in https://github.com/comfyanonymous/ComfyUI/pull/8730
- Migrate ER-SDE from VE to VP algorithm and add its sampler node by @chaObserv in https://github.com/comfyanonymous/ComfyUI/pull/8744
- PerpNeg Guider optimizations. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8753
- support upload 3d model to custom subfolder by @jtydhr88 in https://github.com/comfyanonymous/ComfyUI/pull/8597
- Fallback to regular op when fp8 op throws exception. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8761
- nodes_lt: fixes to latent conditioning at index > 0 by @harelc in https://github.com/comfyanonymous/ComfyUI/pull/8769
- Fix ImageColorToMask not returning right mask values. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8771
- Alternative Skip Layer Guidance (SLG) node implementation by @city96 in https://github.com/comfyanonymous/ComfyUI/pull/8759
- Use torch cu129 for nvidia pytorch nightly. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8786
- Update template to 0.1.32 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/8782
- Add ImageRotate and ImageFlip nodes. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8789
- Add the denoising step to several samplers by @chaObserv in https://github.com/comfyanonymous/ComfyUI/pull/8780
- Add that ckpt files are loaded safely to README. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8791
- Add warning when loading file unsafely. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8800
- Remove some useless code. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8812
- Remove dependency on deprecated torchaudio.save function by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8815
- Fix warning in audio save nodes. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8818
- Update template and node docs package version by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/8825
- Update template to 0.1.34 by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8829
- Update template to 0.1.35 by @comfyui-wiki in https://github.com/comfyanonymous/ComfyUI/pull/8831
- Add Moonvalley nodes by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8832
New Contributors
- @lgldlk made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8592
- @bmcomfy made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8652
- @harelc made their first contribution in https://github.com/comfyanonymous/ComfyUI/pull/8769
Full Changelog: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.43...v0.3.44