v0.3.38
Comfy-Org/ComfyUIv0.3.38May 28, 2025by github-actions[bot]
AI Summary
An update aimed at improving stability and memory estimation, specifically addressing frontend execution logic and GPU memory handling.
Key Highlights
- Frontend fix to prevent some api nodes from executing again when none of the inputs change
- Memory estimation code can now take into account conds
- Update frontend to v1.20.7 (patch)
New Features
- Frontend execution fix for API nodes
- Memory estimation improvements
Full Release Notes
## What's Changed * Frontend fix to prevent some api nodes from executing again when none of the inputs change. * Memory estimation code can now take into account conds. by @comfyanonymous in https://github.com/comfyanonymous/ComfyUI/pull/8307 * Update frontend to v1.20.7 (patch) by @christian-byrne in https://github.com/comfyanonymous/ComfyUI/pull/8312 **Full Changelog**: https://github.com/comfyanonymous/ComfyUI/compare/v0.3.37...v0.3.38