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