Skip to content

Releases: comfyanonymous/ComfyUI

v0.3.22

05 Mar 15:20
Compare
Choose a tag to compare

What's Changed

  • fix: ltxv crop guides works with 0 keyframes by @kvochko in #7085

Full Changelog: v0.3.21...v0.3.22

v0.3.21

05 Mar 13:17
Compare
Choose a tag to compare
  • 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

05 Mar 11:40
Compare
Choose a tag to compare

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

04 Mar 00:31
Compare
Choose a tag to compare

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

27 Feb 02:35
Compare
Choose a tag to compare

What's Changed

  • Improve Wan performance by allowing batching and fix issue with long prompts.
  • Support Cambricon MLU by @BiologicalExplosion in #6964

New Contributors

Full Changelog: v0.3.17...v0.3.18

v0.3.17

26 Feb 23:10
Compare
Choose a tag to compare
  • Fix artifacts when inferencing wan with fp8 weights.

Full Changelog: v0.3.16...v0.3.17

v0.3.16

26 Feb 19:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.15...v0.3.16

v0.3.15

22 Feb 01:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.14...v0.3.15

v0.3.14

05 Feb 20:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.13...v0.3.14

v0.3.13

29 Jan 21:25
Compare
Choose a tag to compare

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 empty filename 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

Full Changelog: v0.3.12...v0.3.13