v0.3.44
Comfy-Org/ComfyUIv0.3.44Jul 8, 2025by github-actions[bot]
AI Summary
Improves custom node management and adds new samplers, including Moonvalley nodes and image manipulation tools.
Key Highlights
- Custom node whitelist/disabled flags
- Scheduler reordering (simple as default)
- Moonvalley nodes
- System pop-up webhook notifications
New Features
- Custom node management flags
- Scheduler reordering
- Moonvalley nodes
- ImageRotate and ImageFlip nodes
- ER-SDE sampler migration
Full Release Notes
## 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