Releases: comfyanonymous/ComfyUI
Releases · comfyanonymous/ComfyUI
v0.3.22
v0.3.21
- Fix Issue where the LTXV 0.9.5 img2vid workflow didn't work with some image resolutions.
Full Changelog: v0.3.20...v0.3.21
v0.3.20
What's Changed
- Support LTXV 0.9.5
- Improve: Provide a better guide message for the missing frontend message. by @ltdrdata in #7079
Full Changelog: v0.3.19...v0.3.20
v0.3.19
What's Changed
- Temporal Area Composition: ConditioningSetAreaPercentageVideo
- enabling fp16 accumulations now prioritizes loading models in fp16 when possible.
- Use enum list for --fast options by @huchenlei in #7024
- Use comfyui_frontend_package pypi package to manage frontend dependency (Frontend v1.10.17) by @huchenlei in #7021
- improved: better frontend package installation guide by @ltdrdata in #7047
Full Changelog: v0.3.18...v0.3.19
v0.3.18
What's Changed
- Improve Wan performance by allowing batching and fix issue with long prompts.
- Support Cambricon MLU by @BiologicalExplosion in #6964
New Contributors
- @BiologicalExplosion made their first contribution in #6964
Full Changelog: v0.3.17...v0.3.18
v0.3.17
- Fix artifacts when inferencing wan with fp8 weights.
Full Changelog: v0.3.16...v0.3.17
v0.3.16
What's Changed
- Initial support for new Wan 2.1 video models
- Update installation documentation to include desktop + cli. by @robinjhuang in #6899
- Update README.md by @yoland68 in #6960
Full Changelog: v0.3.15...v0.3.16
v0.3.15
What's Changed
- Some improvements for AMD ROCm.
- [Cleanup] Remove unused GET internal/files API endpoint by @huchenlei in #6714
- Frontend Update: v1.8.14 by @comfy-pr-bot in #6724
- fix a bug in the attn_masked redux code when using weight=1.0 by @Slickytail in #6721
- Fix another small bug in attention_bias redux by @Slickytail in #6737
- Allow FP16 accumulation with
--fast
by @catboxanon in #6453 - res_multistep: Fix cfgpp and add ancestral samplers by @pamparamm in #6731
- Fix incorrect Content-Type for WebP images by @bananasss00 in #6752
- Fix for running via DirectML by @hisham-hchowdhu in #6542
- Fix the Issue with Inference on Ascend NPU by @zhoufan2956 in #6794
- Open yaml files with utf-8 encoding for extra_model_paths.yaml by @robinjhuang in #6807
- Frontend Update: v1.9.17 by @comfy-pr-bot in #6814
- remove light_intensity and fov from load3d by @jtydhr88 in #6742
- Frontend Update: v1.9.18 by @comfy-pr-bot in #6828
- support system prompt and cfg renorm in Lumina2 by @lzyhha in #6795
- Support loading and using SkyReels-V1-Hunyuan-I2V by @kijai in #6862
- Add Load Image Output node by @christian-byrne in #6790
- Fix Hunyuan unet config detection for some models. by @maedtb in #6877
- fixed: crash caused by outdated incompatible
aiohttp
dependency by @ltdrdata in #6841 - Fix link pointing to non-exisiting docs by @silveroxides in #6891
- Normalize extra_model_config.yaml paths to prevent duplicates. by @robinjhuang in #6885
- Add discord channel to support section of README. by @robinjhuang in #6900
- Update frontend release schedule in README. by @webfiltered in #6908
- Various fixes and improvements.
New Contributors
- @bananasss00 made their first contribution in #6752
- @hisham-hchowdhu made their first contribution in #6542
- @zhoufan2956 made their first contribution in #6794
- @lzyhha made their first contribution in #6795
- @maedtb made their first contribution in #6877
Full Changelog: v0.3.14...v0.3.15
v0.3.14
What's Changed
- Support for Lumina Image 2.0
- Frontend Update: v1.8.12 by @comfy-pr-bot in #6662
- Add node for preview 3d animation by @jtydhr88 in #6594
- add disable-compres-response-body cli args; add compress middleware; by @KarryCharon in #6672
- improve: better guide message for sageattention by @ltdrdata in #6634
- Frontend Update: v1.8.13 by @comfy-pr-bot in #6682
- Allow searching for .pt2 archives by @Slickytail in #6689
Full Changelog: v0.3.13...v0.3.14
v0.3.13
What's Changed
- Update pytorch in standalone package to pytorch 2.6 cuda 12.6
- Nvidia Blackwell/50 series support, see: this discussion thread
- Drop support for python 3.8
- Better error messages for a few common errors.
- Fix uni_pc samplers not working on audio and video models.
- Add FluxDisableGuidance node to disable the guidance embed on Flux and Hunyuan video models.
- PromptServer: Return
400
for emptyfilename
param by @catboxanon in #6504 - Remove
comfy.samplers
self-import by @catboxanon in #6506 - Frontend Update: v1.7.14 by @comfy-pr-bot in #6522
- Use
torch.special.expm1
by @kit1980 in #6388 - Implement gradient-estimation sampler by @chaObserv in #6554
- [i18n] Add /i18n endpoint to provide all custom node translations by @huchenlei in #6558
- Add utils/ to web server developer codeowner by @huchenlei in #6570
- remove some params from load 3d node by @jtydhr88 in #6436
- [Cleanup] Remove unused function lcm in conds.py by @huchenlei in #6572
- Remove redundant code from folder_paths by @webfiltered in #6576
- Convert
latents_ubyte
to 8-bit unsigned int before converting to CPU by @shenanigansd in #6300 - Allow changing folder_paths.base_path via command line argument. by @webfiltered in #6600
New Contributors
- @comfy-pr-bot made their first contribution in #6522
- @kit1980 made their first contribution in #6388
- @shenanigansd made their first contribution in #6300
Full Changelog: v0.3.12...v0.3.13