Benjamin Lu
fad8dae796
Merge branch 'main' into bl-merge-lg-fe
2025-08-05 18:24:29 -04:00
Christian Byrne
681d4c6758
[Bug] SaveAnimatedPNG node does not display generated APNG ( #4197 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-08-04 14:57:54 -07:00
Benjamin Lu
fef02e5f56
[refactor] Migrate litegraph imports from npm package to local subtree
...
- Updated all imports from '@comfyorg/litegraph' to '@/lib/litegraph/src/'
- Replaced deep dist imports with direct source paths
- Updated CSS import in main.ts
- All imports now use the @ alias consistently
2025-08-03 22:06:29 -04:00
Christian Byrne
f987cf9dbd
[feat] Improve SubgraphNode badge with sitemap icon and primary color ( #4596 )
2025-07-30 02:48:02 -07:00
brucew4yn3rp
83aa887456
[Feature] Enhanced MaskEditor to an Image Canvas ( #4361 )
...
Co-authored-by: duckcomfy <a@a.a>
2025-07-24 16:23:50 +10:00
guill
7eb3eb2473
Update the frontend to support async nodes. ( #4382 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-07-23 13:46:00 +10:00
Christian Byrne
1cd6a7f667
[chore] Update litegraph to 0.16.14 ( #4494 )
2025-07-21 17:48:32 -07:00
Christian Byrne
a39f6e6763
[feat] DOM widget promotion for subgraph inputs ( #4491 )
2025-07-21 11:52:54 -07:00
filtered
a7fb685290
Add Subgraphs ( #3905 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-28 15:37:23 -07:00
Chenlei Hu
2a297e512d
Fit view on workflow load without extra.ds ( #3822 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-08 17:39:44 -04:00
Chenlei Hu
6b8bf989f1
[API Nodes] Apply yellow color to api nodes by default ( #3766 )
2025-05-05 13:56:11 -04:00
filtered
8713cd6e25
[TS] Require override keyword ( #3746 )
2025-05-03 19:54:45 -04:00
filtered
a944372f39
Improve default node sizes ( #3596 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 12:42:16 -04:00
AustinMroz
3819db5ec4
Introduce widgetType option to inputSpec ( #3550 )
2025-04-23 20:36:01 -04:00
filtered
6e5930c355
[API] Add sockets to custom widgets by default ( #3548 )
2025-04-21 15:24:48 -04:00
filtered
53ee5904e8
[TS] Fix serialisation type ( #3541 )
2025-04-21 21:13:42 +10:00
Chenlei Hu
dc5d7ea1be
[lint] Enforce @typescript-eslint/no-floating-promises ( #3402 )
2025-04-11 12:19:22 -04:00
Chenlei Hu
609496957b
[Cleanup] Remove WidgetOptions.forceInput ( #3362 )
2025-04-09 11:36:35 -04:00
Chenlei Hu
a879f413bb
[Cleanup] Remove WidgetOptions.inputIsOptional ( #3361 )
2025-04-09 10:45:51 -04:00
Chenlei Hu
2c02d4ebb3
Migrate forceInput widgets_values ( #3337 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-06 21:27:42 -04:00
Chenlei Hu
ac53296b2e
Support associated socket for widgets ( #3326 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-06 11:50:21 -04:00
Chenlei Hu
733d71aaac
[Refactor] Split node constructor logic ( #3307 )
2025-04-01 20:48:32 -04:00
Chenlei Hu
8c789bd05d
[Refactor] Use litegraph LGraphNode.strokeStyles API ( #3278 )
2025-03-30 12:05:45 -04:00
Chenlei Hu
28def833f9
[TS] Fix node constructor signature ( #3276 )
2025-03-29 20:55:11 -04:00
Chenlei Hu
24dcaa7f72
[i18n] Translate toast messages ( #3228 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-24 22:22:17 -04:00
Chenlei Hu
a049e9ae2d
[TS] Enable strict mode ( #3136 )
2025-03-18 22:57:17 -04:00
Chenlei Hu
7af003fcab
[TS] Enable noUnusedParameters ( #3110 )
2025-03-17 16:47:45 -04:00
Christian Byrne
3956e31810
Fix LoadAudio node ( #3065 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-14 21:44:39 -07:00
Chenlei Hu
ec013cc511
Draw canvas image preview in a widget ( #2952 )
2025-03-09 21:56:50 -04:00
Chenlei Hu
1558a5bb19
[Refactor] Add useNodeAnimatedImage composable ( #2950 )
2025-03-09 18:08:03 -04:00
Chenlei Hu
6e378c68f9
[Bug] Fix load audio node ( #2927 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-08 20:17:19 -05:00
Chenlei Hu
f7be9157e0
Dom widget store ( #2899 )
2025-03-06 13:23:58 -05:00
Christian Byrne
caaf050728
Fix animated webp output preview ( #2897 )
2025-03-06 11:19:48 -05:00
Chenlei Hu
15e396b4cc
[Refactor] Remove app.getWidgetType ( #2880 )
2025-03-05 14:02:13 -05:00
Chenlei Hu
1882a9af6f
Fix node min size specified by widget constructor ( #2876 )
2025-03-05 12:09:29 -05:00
Chenlei Hu
621568f99e
Fix extension node def manipulation ( #2873 )
2025-03-05 11:18:58 -05:00
Chenlei Hu
d0ce2d2597
[Cleanup] Refactor widget construction ( #2861 )
2025-03-04 17:40:13 -05:00
Chenlei Hu
2d179ad632
[Refactor] Use node def v2 in registerNodeDef ( #2856 )
2025-03-04 12:07:13 -05:00
Chenlei Hu
51aafaec08
[TS] Fix InputSpec type in node constructor ( #2846 )
2025-03-03 21:26:21 -05:00
Chenlei Hu
09ab14ac81
[Type] Disallow type upcasting for node input spec ( #2790 )
2025-03-01 16:58:45 -05:00
Chenlei Hu
1d95d639e9
[Refactor] Extract nodeDefSchema from apiSchema ( #2756 )
2025-02-27 13:39:23 -05:00
Chenlei Hu
cdf42d5ad7
[Refactor] Move zod schemas to schemas/ folder ( #2753 )
2025-02-27 13:05:01 -05:00
Chenlei Hu
d3dda14267
Update litegraph 0.8.95 ( #2718 )
2025-02-24 19:48:44 -05:00
bymyself
d340e634a8
[Refactor] Move node composables to subfolder ( #2712 )
2025-02-24 14:04:16 -05:00
bymyself
81102604f5
Type addDOMWidget ( #2705 )
2025-02-24 10:32:43 -05:00
Chenlei Hu
eb951c9cf9
Show image size (W x H) on image nodes ( #2699 )
2025-02-23 19:52:58 -05:00
bymyself
e7420fe2e3
Translate runtime-generated widget labels ( #2688 )
2025-02-23 10:16:25 -05:00
bymyself
f94831d054
Add node video previews ( #2635 )
2025-02-22 18:37:42 -05:00
bymyself
df11c99393
Refactor node image upload and preview ( #2580 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-16 10:09:02 -05:00
Chenlei Hu
acfb95f8d4
Use LGraphNode.setSize ( #2555 )
2025-02-14 11:02:56 -05:00