Releases: comfyanonymous/ComfyUI
Releases · comfyanonymous/ComfyUI
v0.1.2 Dora hotfix
What's Changed
- Added SD15_Inpaint_Diffusers model config for Model_detection.py by @Scorpinaus in #4565
- Pytorch XPU check overhaul and other small XPU backend changes by @simonlui in #4562
New Contributors
- @Scorpinaus made their first contribution in #4565
Full Changelog: v0.1.1...v0.1.2
v0.1.1 Memory and other issues fixed.
What's Changed
- Fix models sometimes not being unloaded.
- Fixed issue with loras in some situations.
- Fix a bug where cached outputs affected IS_CHANGED by @guill in #4535
- Generalize MacOS version check for force-upcast-attention by @davidbenton in #4548
- Fix task.status.status_str caused by #2666 by @huchenlei in #4551
New Contributors
- @davidbenton made their first contribution in #4548
Full Changelog: v0.1.0...v0.1.1
v0.1.0 New Frontend, New node execution engine, Performance improvements.
What's Changed
- Update frontend to 1.2.30 by @huchenlei in #4513
- Execution Model Inversion by @guill in #2666
- Add model downloading endpoint. by @robinjhuang in #4248
- Add support for simple tooltips by @pythongosssss in #3842
- Remove legacy ui test files by @huchenlei in #4316
- Use new TS frontend uncompressed by @huchenlei in #4379
- Implement support for taef1 latent previews by @mturnshek in #4409
- Update frontend to 1.2.26 by @huchenlei in #4415
- Add Flux model support for InstantX style controlnet residuals by @EeroHeikkinen in #4444
- Add new shortcuts to readme by @christian-byrne in #4442
- Update README to include frontend section by @huchenlei in #4468
- Update issue template config.yml to direct frontend issues to frontend repos by @yoland68 in #4486
- Update README.md (Add shield badges) by @huchenlei in #4490
- Add optional deprecated/experimental flag to node class by @huchenlei in #4506
- Add GET /internal/files. by @robinjhuang in #4295
- add a get models list api route by @mcmonkey4eva in #4519
- Replace use of .view with .reshape by @Baughn in #4522
New Contributors
- @mturnshek made their first contribution in #4409
- @EeroHeikkinen made their first contribution in #4444
- @Baughn made their first contribution in #4522
Full Changelog: v0.0.8...v0.1.0
v0.0.8 Bug Fixes and xlabs flux controlnet.
What's Changed
- Memory related bug fixes.
- xlabs Flux controlnet implementation. by @comfyanonymous in #4260
Full Changelog: v0.0.7...v0.0.8
v0.0.7 Bugfixes.
What's Changed
- Various bug fixes related to memory management and patching.
- alternative to
load_checkpoint_guess_config
that accepts a loaded state dict by @ljleb in #4249 - Automatically link the Comfy CI page on PRs by @mcmonkey4eva in #4326
- Add
DS_Store
to gitignore by @vovsemenv in #4324
New Contributors
- @ljleb made their first contribution in #4249
- @vovsemenv made their first contribution in #4324
Full Changelog: v0.0.6...v0.0.7
v0.0.6 Inference speed Hotfix.
What's Changed
- Speed up inference speed on some workflows.
- Speed up Hunyuan DiT inference.
- FLUX: Added full Diffusers mapping for FLUX.1 schnell and dev. by @jaretburkett in #4302
New Contributors
- @jaretburkett made their first contribution in #4302
Full Changelog: v0.0.5...v0.0.6
v0.0.5 Flux improvements and Hunyuan DiT controlnets.
What's Changed
- Faster Flux Inference
- Add type hints to folder_paths.py by @PhilWun in #4191
- Add full CI test matrix GitHub Workflow by @mcmonkey4eva in #4274
- add GitHub workflow for CI tests of PRs by @mcmonkey4eva in #4275
- minor fix on copypasta action name by @mcmonkey4eva in #4276
- PullRequest CI Run: use pull_request_target to allow the CI Dashboard to work by @mcmonkey4eva in #4277
- feat: add support for HunYuanDit ControlNet by @CrazyBoyM in #4245
- Update controlnet.py to fix the default controlnet weight as constant by @TTPlanetPig in #4285
New Contributors
- @PhilWun made their first contribution in #4191
- @CrazyBoyM made their first contribution in #4245
- @TTPlanetPig made their first contribution in #4285
Full Changelog: v0.0.4...v0.0.5
Flux and Hunyuan DiT
Blog post: https://blog.comfy.org/august-2024-flux-support-new-frontend-for-loops-and-more/
What's Changed
- Support for the new Flux and Hunyuan Dit models.
- Fix "undo" incorrectly undoing text input by @webfiltered in #4114
- Change windows standalone URL to stable release. by @robinjhuang in #4065
- Add dpmpp_2s_ancestral as custom sampler by @silveroxides in #4101
- Active workflow use primary fg color by @christian-byrne in #4090
- Fix clip_g/clip_l mixup by @DrJKL in #4168
- Fix LoadAudio IS_CHANGED by @jn-jairo in #4174
- Lower SAG scale step for finer control by @fgdfgfthgr-fox in #4158
- Correct spelling 'token_weight_pars_t5' to 'token_weight_pairs_t5' by @silveroxides in #4200
- Fix Flux FP64 math on XPU by @a-One-Fan in #4210
- Don't cache index.html by @christian-byrne in #4211
- Stable release uses cached dependencies by @robinjhuang in #4231
- Change browser test CI python to 3.8 by @huchenlei in #4234
- Add format metadata to CLIP save to make compatible with diffusers sa… by @silveroxides in #4233
- Clone taesd with depth of 1 to reduce download size. by @robinjhuang in #4232
New Contributors
- @webfiltered made their first contribution in #4114
- @silveroxides made their first contribution in #4101
- @DrJKL made their first contribution in #4168
- @fgdfgfthgr-fox made their first contribution in #4158
- @a-One-Fan made their first contribution in #4210
Full Changelog: v0.0.3...v0.0.4
v0.0.3
This release contains changes before f87810c while added fixes to pin numpy to 1.x and torch to 2.3.1
What's Changed
- Add
FrontendManager
to manage non-default front-end impl by @huchenlei in #3897 - Fix python 3.8 compatibility in frontend_management.py by @huchenlei in #4035
- Make default hash lib configurable without code changes via CLI argument by @teward in #3947
- Monitor usage of
eval
with pylint by @huchenlei in #4033 - support clip-vit-large-patch14-336 by @wailovet in #4042
- Disable audio widget trying to get previews by @christian-byrne in #4044
- LoadAudio restores file value from workflow by @christian-byrne in #4043
- Fix/webp exif little endian by @greg-ww in #4061
- Add timestamp to execution messages by @huchenlei in #4076
- Supress frontend exception on unhandled message type by @huchenlei in #4078
- Add error message on unsupported control type in union controlnet by @huchenlei in #4081
New Contributors
- @teward made their first contribution in #3947
- @wailovet made their first contribution in #4042
- @greg-ww made their first contribution in #4061
Thank you @teward @wailovet @greg-ww, welcome to the Comfyverse!
Full Changelog: v0.0.2...v0.0.3
v0.0.2
This release contains code before the 1305fb2 that broke some custom nodes. This should be safe to use for custom nodes that are not yet fixed.
What's Changed
- New menu fixes - fix send to workflow by @pythongosssss in #3909
Full Changelog: v0.0.1...v0.0.2