Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
v1.11.6
What's Changed
- Load workflows from webm files by @christian-byrne in #2772
- [CI] Publish comfyui-frontend-package to pypi by @huchenlei in #2774
- [CI] Refactor test-ui gh action by @huchenlei in #2776
- Remove server elements from unit tests by @huchenlei in #2777
- 1.11.6 by @huchenlei in #2778
Full Changelog: v1.11.5...v1.11.6
v1.11.5
What's Changed
- [3d] temp fix preview camera not sync up by @jtydhr88 in #2743
- [Cleanup] Remove LiteGraph global type declarations by @huchenlei in #2745
- [Revert] Restrict applyToGraph to PrimitiveNode by @huchenlei in #2746
- Lower floor on max history items setting by @christian-byrne in #2748
- [3d] fix preview camera not sync up issue by @jtydhr88 in #2747
- Update workflow schema to include node pack ID and version by @christian-byrne in #2751
- [Refactor] Use util.clone in mergeIfValid by @huchenlei in #2752
- [Refactor] Move zod schemas to schemas/ folder by @huchenlei in #2753
- [Test] Fix flaky optional combo test by @christian-byrne in #2755
- Support models metadata in node properties by @christian-byrne in #2754
- [Refactor] Extract nodeDefSchema from apiSchema by @huchenlei in #2756
- [Schema] Expose input options types by @huchenlei in #2757
- Add video_upload to combo input schema by @christian-byrne in #2760
- Update litegraph 0.8.99 by @huchenlei in #2761
- Remove magic 10% scale on numeric widget step by @huchenlei in #2759
- Rewrite/Test rounding logic of numeric widgets by @huchenlei in #2758
- 1.11.5 by @huchenlei in #2762
Full Changelog: v1.11.4...v1.11.5
v1.10.17
What's Changed
- 1.10.11 by @huchenlei in #2766
- 1.10.12 by @huchenlei in #2767
- 1.10.13 by @huchenlei in #2768
- 1.10.14 by @huchenlei in #2769
- 1.10.15 by @huchenlei in #2770
- 1.10.16 by @huchenlei in #2771
- 1.10.17 by @huchenlei in #2773
Full Changelog: v1.10.10...v1.10.17
v1.11.4
What's Changed
- Fix combo values from optional inputs not changed when refreshing by @christian-byrne in #2733
- Add node to default/tutorial workflow with link to getting started page of docs by @christian-byrne in #2734
- Add thumbnails for workflow templates by @christian-byrne in #2729
- [BugFix] Properly update color button color on first selection by @huchenlei in #2736
- Fix widget label extraction by @christian-byrne in #2737
- replace colorSelect.png cursor by @silveroxides in #2738
- [BugFix] Remove outputs.animated in queueStore by @huchenlei in #2740
- Type widgetInputs by @huchenlei in #2741
- Update litegraph 0.8.98 by @huchenlei in #2742
- 1.11.4 by @huchenlei in #2744
New Contributors
- @silveroxides made their first contribution in #2738
Full Changelog: v1.11.3...v1.11.4
v1.11.3
What's Changed
- Update litegraph 0.8.95 by @huchenlei in #2718
- [i18n] Translate button widget labels by @huchenlei in #2719
- [Refactor] Use more explicit types in usePaste by @webfiltered in #2721
- [TS] Add null check in paste handler by @webfiltered in #2722
- [3d] disable depth mode by @jtydhr88 in #2720
- Update locales for node definitions by @comfy-pr-bot in #2723
- [Reland] Restrict applyToGraph to PrimitiveNode by @huchenlei in #2724
- [TS] Update type to match strict Litegraph by @webfiltered in #2726
- [TS] Add null check in graph to prompt by @webfiltered in #2727
- Type INodeOutputSlot widget hack on PrimitiveNode by @huchenlei in #2728
- Update litegraph 0.8.97 by @huchenlei in #2730
- 1.11.3 by @huchenlei in #2731
Full Changelog: v1.11.2...v1.11.3
v1.11.2
What's Changed
- Show image size (W x H) on image nodes by @huchenlei in #2699
- [3d] add missing i18n by @jtydhr88 in #2700
- [TS] Fix nullability by @webfiltered in #2702
- Type addDOMWidget by @christian-byrne in #2705
- Cleanup node's file input elements on node removal by @christian-byrne in #2703
- Add previewMediaType flag for simpler node preview rendering by @christian-byrne in #2694
- Fix node videos when preview format setting is set by @christian-byrne in #2706
- Allow quitting instant queue mode with the stop button by @huchenlei in #2708
- Add tooltip show-delay in action bar by @huchenlei in #2709
- [CodeHealth] Remove unused var by @christian-byrne in #2713
- [Refactor] Move node composables to subfolder by @christian-byrne in #2712
- Add drag and drop audio files onto LoadAudio nodes by @christian-byrne in #2710
- [nit] Fix import path by @huchenlei in #2715
- [3d] some general improvement by @jtydhr88 in #2714
- Add copy paste audio files onto LoadAudio nodes or canvas by @christian-byrne in #2716
- 1.11.2 by @huchenlei in #2717
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- Translate control before/after generate labels by @christian-byrne in #2690
- Don't serialize file upload and video preview widgets by @christian-byrne in #2689
- [3d] redesign UI by @jtydhr88 in #2686
- Translate runtime-generated widget labels by @christian-byrne in #2688
- [Tests] Update test expectations by @christian-byrne in #2693
- Type widget.options.serialize by @christian-byrne in #2692
- [Refactor] Simplify & document graphToPrompt by @webfiltered in #2696
- Update litegraph 0.8.94 by @huchenlei in #2697
- 1.11.1 by @huchenlei in #2698
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- [3d] refactor load3d nodes by @jtydhr88 in #2683
- Add node video previews by @christian-byrne in #2635
- 1.11.0 by @huchenlei in #2685
Full Changelog: v1.10.10...v1.11.0
v1.10.10
What's Changed
- [Docs] Add id to details tag in README.md by @christian-byrne in #2676
- Revert "Restrict applyToGraph to PrimitiveNode" by @huchenlei in #2677
- Revert "[Refactor] Extract RerouteNode as a separate file" by @huchenlei in #2678
- 1.10.10 by @huchenlei in #2679
Full Changelog: v1.10.9...v1.10.10
v1.10.9
What's Changed
- Update litegraph 0.8.92 by @huchenlei in #2662
- [Refactor] Move app.graphToPrompt to executionUtil by @huchenlei in #2664
- Remove 'clean' param from graphToPrompt by @huchenlei in #2665
- [Cleanup] Remove upstreamed litegraph types by @huchenlei in #2666
- [Refactor] Move Widget.beforeQueued invocation from graphToPrompt to queuePrompt by @huchenlei in #2667
- [Refactor] Extract RerouteNode as a separate file by @huchenlei in #2668
- Restrict applyToGraph to PrimitiveNode by @huchenlei in #2669
- Only show delete in selection toolbox for reroute by @huchenlei in #2670
- [CI] Enable release on LTS branches by @huchenlei in #2671
- [Extension] Selection toolbox API by @huchenlei in #2672
- 1.10.9 by @huchenlei in #2673
Full Changelog: v1.10.8...v1.10.9