Releases: Comfy-Org/desktop
v0.4.13
What's Changed
- Add installation validation by @webfiltered in #616
- Fix duplication in window closed logic by @webfiltered in #671
- [Refactor] Simplify code by @webfiltered in #672
- [Dev] Build preload project before yarn start by @webfiltered in #673
- Move metric log to debug severity. by @robinjhuang in #677
- Update metrics section of readme. by @robinjhuang in #681
- [Test] Add comfySettings unit tests by @christian-byrne in #682
- [chore] Update frontend to 1.8.2 by @robinjhuang in #674
- [Test] Add validate-install-path handler tests by @christian-byrne in #676
- [Test] Add vadlidateHardware unit tests by @christian-byrne in #678
- [Test] Add ComfyServerConfig unit tests by @christian-byrne in #679
- Fixed: Quit app on mac when windows are closed. by @robinjhuang in #690
- Mark readonly fields as readonly by @christian-byrne in #697
- [Test] Add unit tests for 100% coverage of comfyServerConfig by @christian-byrne in #691
- [Test] Add unit tests for 100% coverage of comfySettings by @christian-byrne in #692
- [Test] Add unit tests for 100% coverage of comfyConfigManager by @christian-byrne in #693
- [Test] Add unit tests for 100% coverage of pathHandlers by @christian-byrne in #694
- [Cleanup] Update comments by @webfiltered in #699
- [chore] Update frontend to 1.8.4 by @huchenlei in #700
- Fix floating promises by @christian-byrne in #695
- Track quitting and virtual env skip events. by @robinjhuang in #689
- v0.4.13 by @robinjhuang in #703
- Update ESLint rules by @christian-byrne in #702
- [Dev] Make auto open of DevTools optional by @webfiltered in #704
- Add telemetry for installation validation by @webfiltered in #705
Full Changelog: v0.4.12...v0.4.13
Download Latest:
Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64
Windows: https://download.comfy.org/windows/nsis/x64
Artifacts of current release
Mac (Apple Silicon): https://download.comfy.org/250123qmagr1wgi/mac/dmg/arm64
Windows: https://download.comfy.org/250123qmagr1wgi/windows/nsis/x64
v0.4.12
What's Changed
- Add api.Config.getWindowStyle by @huchenlei in #596
- 0.4.7(types) by @huchenlei in #597
- [chore] Update frontend to 1.7.8 by @huchenlei in #598
- Fix exception on window style change by @webfiltered in #599
- [Cleanup] Remove unused ProgressMessages by @huchenlei in #603
- Allow dev server via env when app is unpackaged by @webfiltered in #600
- Remove custom node restore logic. by @robinjhuang in #606
- [chore] Update frontend to 1.7.10 by @huchenlei in #608
- [Cleanup] Remove electronAPI.sendErrorToSentry by @huchenlei in #609
- [Cleanup] Remove unnecessary async annotation by @huchenlei in #610
- [Cleanup] Remove legacy e2e playwright tests by @huchenlei in #611
- Fix numpy CPU numpy version does not match gpu by @webfiltered in #612
- Add double-click restores ComfyUI from system tray by @webfiltered in #614
- Minor audit by @webfiltered in #615
- [Cleanup] Remove unused file env.mjs by @huchenlei in #621
- [Cleanup] Remove COMFYUI_CPU_ONLY env var by @huchenlei in #622
- [Cleanup] Remove comfy-cli dependency by @huchenlei in #623
- Restore dev environment functionality by @webfiltered in #619
- Add optional usage metrics for installation / onboarding. by @robinjhuang in #617
- Remove mix-panel dependency on types library by @huchenlei in #626
- 0.4.8(types) by @huchenlei in #627
- nit: Include '(types)' suffix on type release commit message by @huchenlei in #628
- [chore] Use upload-artifact v4 by @huchenlei in #634
- Add eslint to pre-commit hook by @huchenlei in #633
- Enable eslint in Github CI by @huchenlei in #636
- Fix Development section in README by @christian-byrne in #613
- nit: Fix format by @huchenlei in #639
- Sort imports with prettier by @huchenlei in #638
- Add increment user property electron API. by @robinjhuang in #630
- [Refactor] Make ComfyDesktopApp own ComfyInstallation by @huchenlei in #641
- Update comfyui version to 0.3.11 (Cosmos). by @robinjhuang in #644
- Cache gpu information. by @robinjhuang in #640
- Remove linux CI operations. by @robinjhuang in #643
- Cleanup pre validation by @webfiltered in #647
- [chore] Upgrade typescript-eslint to v8 by @huchenlei in #646
- Minimise brief flash of white on startup by @webfiltered in #645
- Revert workaround removal for dev server by @huchenlei in #649
- Fix regression: uv termianl cannot be restarted by @webfiltered in #650
- Fix PowerShell terminal output alignment by @webfiltered in #651
- Verify electron build after yarn:make by @robinjhuang in #642
- Fix torch install failure is ignored by @webfiltered in #652
- [Refactor] Move venv as child of installation (SoC) by @webfiltered in #654
- Update comfyUI version to 0.3.12 (Cosmos bug fix) by @robinjhuang in #656
- Add base path management API by @webfiltered in #657
- [Preload] Add startup validation API by @webfiltered in #658
- 0.4.9(types) by @webfiltered in #659
- Show basic loading screen on app start by @webfiltered in #660
- Add updated metrics consent prompt by @christian-byrne in #632
- 0.4.10(types) by @christian-byrne in #665
- [chore] Update frontend to 1.7.14 by @robinjhuang in #666
- Add app quit API to allow a frontend quit keybind by @webfiltered in #667
- 0.4.11(types) by @webfiltered in #668
- [Dev] Fix IDE can't find impl. of registerHandlers by @webfiltered in #670
- Write metrics consent change to comfy settings file by @christian-byrne in #669
New Contributors
- @christian-byrne made their first contribution in #613
Full Changelog: v0.4.6...v0.4.12
Download Latest:
Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64
Windows: https://download.comfy.org/windows/nsis/x64
Artifacts of current release
Mac (Apple Silicon): https://download.comfy.org/250121kioc90tbw/mac/dmg/arm64
Windows: https://download.comfy.org/250121kioc90tbw/windows/nsis/x64
v0.4.7
What's Changed
- Add custom window / native window controls by @webfiltered in #457
- v0.4.6 (types) by @huchenlei in #581
- Add main.log upload steps to issue template by @webfiltered in #572
- Update uv to 0.5.11 by @robinjhuang in #583
- Update package: systeminformation - uses full PowerShell path by @webfiltered in #590
- Update ComfyUI to 0.3.12 (Cosmos)
Full Changelog: v0.4.5...v0.4.7
Download Latest:
Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64
Windows: https://download.comfy.org/windows/nsis/x64
Artifacts of current release
Mac (Apple Silicon): https://download.comfy.org/250117gf4r5ir4n/mac/dmg/arm64
Windows: https://download.comfy.org/250117gf4r5ir4n/windows/nsis/x64
v0.4.5
What's Changed
- Use latest python 3.12 as default. by @robinjhuang in #570
- Fix uv shell never exits by @webfiltered in #558
- Export all API types by @webfiltered in #567
- v0.4.5 by @robinjhuang in #578
- Update ComfyUI to v0.3.10 by @robinjhuang in #577
Full Changelog: v0.4.4...v0.4.5
Download Latest:
Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64
Windows: https://download.comfy.org/windows/nsis/x64
Artifacts of current release
Mac (Apple Silicon): https://download.comfy.org/2412282nn1ysgiz/mac/dmg/arm64
Windows: https://download.comfy.org/2412282nn1ysgiz/windows/nsis/x64
v0.4.4
What's Changed
- Prevent installer from re-running once on first app start by @webfiltered in #569
- v0.4.4 by @robinjhuang in #571
Full Changelog: v0.4.3...v0.4.4
Download Latest:
Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64
Windows: https://download.comfy.org/windows/nsis/x64
Artifacts of current release
Mac (Apple Silicon): https://download.comfy.org/241226jt4b2l9gk/mac/dmg/arm64
Windows: https://download.comfy.org/241226jt4b2l9gk/windows/nsis/x64
v0.4.3
What's Changed
- Migrate custom nodes by @pythongosssss in #474
- Use Github Release to trigger prod builds by @robinjhuang in #550
- Improve startup error reporting / handling by @webfiltered in #551
- Add vitest & cross-platform test support by @webfiltered in #540
- Add basic installation validation by @webfiltered in #554
- Prevent browser console log spam by @webfiltered in #552
- Fix dev server does not restart on save by @webfiltered in #544
- Improve install path selection UX by @webfiltered in #555
- Fix eslint errors by @webfiltered in #556
- 0.4.3(types) by @huchenlei in #557
- Fix release notes formatting by @webfiltered in #563
- Fix reinstall breaks config by @webfiltered in #565
- [chore] Update frontend to 1.6.6 by @robinjhuang in #566
Full Changelog: v0.4.2...v0.4.3
Download Latest:
Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64
Windows: https://download.comfy.org/windows/nsis/x64
Artifacts of current release
Mac (Apple Silicon): https://download.comfy.org/241225rdc6d0340/mac/dmg/arm64
Windows: https://download.comfy.org/241225rdc6d0340/windows/nsis/x64
v0.4.2
What's Changed
- Fix install hangs on terminal commands by @webfiltered in #545
Full Changelog: https://github.com/Comfy-Org/desktop/commits/v0.4.2
Download Latest:
Mac (Apple Silicon): https://download.comfy.org/mac/dmg/arm64
Windows: https://download.comfy.org/windows/nsis/x64
Artifacts of current release:
Mac (Apple Silicon): https://download.comfy.org/241221fp3hq46zr/mac/dmg/arm64
Windows: https://download.comfy.org/241221fp3hq46zr/windows/nsis/x64