What's Changed
- Nvidia Cosmos 7B and 14B: text to video and image to video diffusion model support.
- New sampler: res_multistep
- ckpt/pt/etc.. files are now always loaded safely on pytorch 2.4 and above.
- Fix some cases of ancestral samplers not being deterministic.
- Support ascend npu by @ji-huazhong in #5436
- Add option to log non-error output to stdout by @webfiltered in #6243
- serve workflow templates from custom_nodes by @bezo97 in #6193
- Remove duplicate calls to INPUT_TYPES by @catboxanon in #6249
- Fix Hook Keyframe 'guarantee_steps' behavior and add 'sigmas' by @Kosinkadink in #6273
- Add kl_optimal scheduler by @blepping in #6206
- (fix): "verbose" argument by @bigcat88 in #6289
- Fix custom node type-hinting examples by @webfiltered in #6281
- Add missing model_options param to finalize_default_conds call by @Kosinkadink in #6296
- Fix unknown scheduler error handling in calculate_sigmas function by @blepping in #6280
- Fix temporal tiling for Tiled VAE decoder, remove redundant tiles. by @kvochko in #6306
- Update web content to release v1.6.14 by @huchenlei in #6312
- add fov and mask for load 3d node by @jtydhr88 in #6308
- Update web content to release v1.6.15 by @huchenlei in #6324
- Update web content to release v1.6.16 by @huchenlei in #6335
- Update web content to release v1.6.17 by @huchenlei in #6337
- Add update-frontend github action by @huchenlei in #6336
- Update CODEOWNERS by @yoland68 in #6338
- In inner_sample, change "sigmas" to "sample_sigmas" by @Kosinkadink in #6360
- Frontend Update: v1.6.18 by @huchenlei in #6368
- Document get_attr and get_model_object by @huchenlei in #6357
- fixed: robust loading
comfy.settings.json
by @ltdrdata in #6383 - Add pyproject.toml by @huchenlei in #6386
- Hooks Part 2 - TransformerOptionsHook and AdditionalModelsHook by @Kosinkadink in #6377
- Merge ruff.toml into pyproject.toml by @huchenlei in #6431
- (fix): load_extra_path_config: relative path not converted to a full path by @bigcat88 in #6395
- Rewrite res_multistep sampler and implement res_multistep_cfg_pp sampler by @pamparamm in #6462
- Add SetFirstSigma node by @catboxanon in #6459
New Contributors
- @ji-huazhong made their first contribution in #5436
- @bezo97 made their first contribution in #6193
- @kvochko made their first contribution in #6306
Full Changelog: v0.3.10...v0.3.12