Chenlei Hu
|
ec013cc511
|
Draw canvas image preview in a widget (#2952)
|
2025-03-09 21:56:50 -04:00 |
|
Chenlei Hu
|
131229f02f
|
Use uuid for dom widget id (#2947)
|
2025-03-09 17:22:18 -04:00 |
|
Chenlei Hu
|
3a0b337d0c
|
Manage style of DOM widgets in Vue (#2946)
|
2025-03-09 16:51:42 -04:00 |
|
Chenlei Hu
|
65573f106b
|
[Cleanup] Use WidgetOptions.step2 (#2926)
|
2025-03-08 19:10:33 -05:00 |
|
Chenlei Hu
|
fb0a134278
|
[Bug] Fix widget remove when node is deleted (#2918)
|
2025-03-07 17:48:37 -05:00 |
|
Chenlei Hu
|
87c21b45d7
|
[nit] format fix (#2913)
|
2025-03-07 13:21:54 -05:00 |
|
nmvjhd
|
8718e20693
|
Use Built-in VAE for Workflow Generation from Images (#2910)
Co-authored-by: matengfei <matengfei@qiyi.com>
|
2025-03-07 09:43:31 -05:00 |
|
Chenlei Hu
|
5f149ceb30
|
[BugFix] Sync dom widget store state on widget remove (#2902)
|
2025-03-06 18:29:30 -05:00 |
|
Chenlei Hu
|
d74f47db0b
|
Directly use node.collapsed state in dom widget (#2900)
|
2025-03-06 13:50:45 -05:00 |
|
Chenlei Hu
|
f7be9157e0
|
Dom widget store (#2899)
|
2025-03-06 13:23:58 -05:00 |
|
Chenlei Hu
|
aca419e1fb
|
[nit] Remove duplicated declaration on DOMWidget interface (#2883)
|
2025-03-05 17:34:48 -05:00 |
|
Chenlei Hu
|
e7863676dd
|
[BugFix] Fire resize callback for all dom widgets under the same node (#2882)
|
2025-03-05 16:59:16 -05:00 |
|
Chenlei Hu
|
15e396b4cc
|
[Refactor] Remove app.getWidgetType (#2880)
|
2025-03-05 14:02:13 -05:00 |
|
Chenlei Hu
|
ba4e4ed0b8
|
Deprecate widgetType:widgetName key in widgets map (#2879)
|
2025-03-05 13:32:47 -05:00 |
|
Chenlei Hu
|
35e6cabfe7
|
Use v2 input spec for combo widget (#2878)
|
2025-03-05 13:12:51 -05:00 |
|
Chenlei Hu
|
8a479979b1
|
Use v2 input spec in string widgets (#2877)
|
2025-03-05 12:48:23 -05:00 |
|
Chenlei Hu
|
621568f99e
|
Fix extension node def manipulation (#2873)
|
2025-03-05 11:18:58 -05:00 |
|
Chenlei Hu
|
6255cea181
|
Use V2 schema in widget constructors (Part 1) (#2860)
|
2025-03-04 17:22:13 -05:00 |
|
Chenlei Hu
|
2d179ad632
|
[Refactor] Use node def v2 in registerNodeDef (#2856)
|
2025-03-04 12:07:13 -05:00 |
|
Chenlei Hu
|
fe5964ceb6
|
[Refactor] Use V2 node def in ComfyApp (#2854)
|
2025-03-04 11:14:14 -05:00 |
|
bymyself
|
22f0dcc0a0
|
Fix handling of templates index.json not found (#2842)
|
2025-03-03 18:48:30 -05:00 |
|
bymyself
|
8d515dc309
|
Use index.json to load workflow templates (#2803)
|
2025-03-02 15:37:15 -05:00 |
|
Chenlei Hu
|
09ab14ac81
|
[Type] Disallow type upcasting for node input spec (#2790)
|
2025-03-01 16:58:45 -05:00 |
|
Chenlei Hu
|
2b212f9701
|
S&R improved filename sanitizing (#2784)
Co-authored-by: typpos <28550406+typpos@users.noreply.github.com>
|
2025-03-01 10:47:42 -05:00 |
|
Chenlei Hu
|
a814f9f902
|
[Test] Run unittest with vitest (#2779)
|
2025-02-28 22:09:17 -05:00 |
|
bymyself
|
792c5f2246
|
Load workflows from webm files (#2772)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-28 16:00:02 -05:00 |
|
Chenlei Hu
|
1d95d639e9
|
[Refactor] Extract nodeDefSchema from apiSchema (#2756)
|
2025-02-27 13:39:23 -05:00 |
|
bymyself
|
e380d792c7
|
Support models metadata in node properties (#2754)
|
2025-02-27 13:25:16 -05:00 |
|
Chenlei Hu
|
cdf42d5ad7
|
[Refactor] Move zod schemas to schemas/ folder (#2753)
|
2025-02-27 13:05:01 -05:00 |
|
Chenlei Hu
|
96f02dbf80
|
[Refactor] Use util.clone in mergeIfValid (#2752)
|
2025-02-27 11:47:56 -05:00 |
|
bymyself
|
74e8852958
|
Fix combo values from optional inputs not changed when refreshing (#2733)
|
2025-02-26 10:35:22 -05:00 |
|
bymyself
|
81102604f5
|
Type addDOMWidget (#2705)
|
2025-02-24 10:32:43 -05:00 |
|
bymyself
|
f7ee6861f1
|
Translate control before/after generate labels (#2690)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-23 10:09:06 -05:00 |
|
Chenlei Hu
|
40da43861e
|
[Refactor] Move Widget.beforeQueued invocation from graphToPrompt to queuePrompt (#2667)
|
2025-02-21 14:18:11 -05:00 |
|
Chenlei Hu
|
abfc7481d3
|
Remove 'clean' param from graphToPrompt (#2665)
|
2025-02-21 12:01:26 -05:00 |
|
Chenlei Hu
|
ec94811637
|
[Refactor] Move app.graphToPrompt to executionUtil (#2664)
|
2025-02-21 11:41:25 -05:00 |
|
Chenlei Hu
|
78146c86f4
|
[BugFix] Copy LGraphCanvas.ds on serialization (#2653)
|
2025-02-20 10:25:17 -05:00 |
|
Chenlei Hu
|
3b0e3d635b
|
[BugFix] Fix node color for custom light themes (#2621)
Co-authored-by: github-actions <github-actions@github.com>
|
2025-02-18 19:08:34 -05:00 |
|
Margen67
|
7bc48c5074
|
Formatting/cleanup (#2594)
|
2025-02-17 10:10:00 -05:00 |
|
Chenlei Hu
|
0658698a13
|
Selection Overlay (#2592)
|
2025-02-16 21:23:07 -05:00 |
|
Chenlei Hu
|
acea173ba0
|
[BugFix] Set height to 0 for hidden widgets on GroupNode (#2566)
|
2025-02-15 12:24:38 -05:00 |
|
Chenlei Hu
|
c15201bfe2
|
[Cleanup] Remove unused imports in domWidget (#2559)
|
2025-02-14 22:09:27 -05:00 |
|
Chenlei Hu
|
0e2ce5e1ca
|
Upstream widgets layout to litegraph (#2557)
|
2025-02-14 19:40:31 -05:00 |
|
Chenlei Hu
|
acfb95f8d4
|
Use LGraphNode.setSize (#2555)
|
2025-02-14 11:02:56 -05:00 |
|
Chenlei Hu
|
f9c2db5908
|
Type LGraphNode.addDOMWidget (#2548)
|
2025-02-13 15:15:21 -05:00 |
|
Chenlei Hu
|
166ad432f3
|
[Refactor] Generalize dom widget layout as Widget.computeLayoutSize hook (#2547)
|
2025-02-13 14:30:46 -05:00 |
|
Chenlei Hu
|
174754e646
|
[Refactor] Extract widget layout logic (#2545)
|
2025-02-13 11:43:40 -05:00 |
|
Chenlei Hu
|
f791322ddb
|
Revert "[Cleanup] Remove unused hooks on DOMWidget" (#2543)
|
2025-02-12 20:57:38 -05:00 |
|
Chenlei Hu
|
89812ce7d0
|
[Cleanup] Remove unused hooks on DOMWidget (#2540)
|
2025-02-12 19:41:06 -05:00 |
|
Chenlei Hu
|
c7aaa2a45d
|
Type Widget.computedHeight (#2539)
|
2025-02-12 16:50:30 -05:00 |
|