Chenlei Hu
0006dd3855
[Refactor] Split custom vite plugins to files under build/plugins ( #3531 )
2025-04-20 14:07:45 -04:00
Terry Jia
7355209c12
build vue and primevue separately and generate importmap ( #3473 )
...
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-04-20 13:43:22 -04:00
Chenlei Hu
2aef0a9af8
[Bug] Fix model name ( #3530 )
2025-04-20 13:16:13 -04:00
Chenlei Hu
b74887d543
[i18n] Use gpt-o4-mini for translation ( #3529 )
2025-04-20 13:13:00 -04:00
Benjamin Lu
bf4ae227b3
Add manual update check ( #3504 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-04-20 12:28:59 -04:00
Christian Byrne
184bb582da
[Manager] Check if node is core node when inferring node pack ( #3521 )
2025-04-20 12:13:50 -04:00
Christian Byrne
3bc3179763
Apply filename text replacements (e.g., %date:hh:mm:ss%) in all save nodes ( #3523 )
2025-04-20 12:12:28 -04:00
Comfy Org PR Bot
eb100894ce
[chore] Update Comfy Registry API types from comfy-api@7bc8051 ( #3524 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-04-20 12:12:14 -04:00
Comfy Org PR Bot
9a992cb14d
[chore] Update litegraph to 0.13.6 ( #3528 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-21 01:18:27 +10:00
filtered
f7a0a92f3a
[CodeHealth] Standardise code ( #951 )
...
Refactors & standardises code.
2025-04-20 15:02:54 +00:00
filtered
7c236bcfc8
[API] Remove broken: node.addInputs & addOutputs ( #950 )
...
The current impls. do not work as intended; they will only assign the
additional info properties if there are at least three items in the
input array.
Adding replacements would be trivial, if required, and would benefit by
not inheriting the current public interface.
Confirmed unused via code search.
2025-04-20 12:59:23 +00:00
Comfy Org PR Bot
133aa9bc87
[chore] Update litegraph to 0.13.5 ( #3527 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-20 21:31:02 +10:00
Comfy Org PR Bot
b6a04d245b
0.13.6 ( #949 )
...
Patch version increment to 0.13.6
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-20 11:26:31 +00:00
filtered
cc5aece6b6
[API] Mark ContextMenu methods as deprecated, cleanup ( #948 )
...
- Marks unused static methods as deprecated
- Removes redundant / orphaned code
- Uses existing AbortController to remove all root listeners
2025-04-20 11:25:25 +00:00
Dr.Lt.Data
3204637e5a
refine locales/ko ( #3526 )
2025-04-20 21:14:33 +10:00
filtered
21a3f56187
[API] Allow new node to be created without links ( #947 )
...
When using the Add Node context menus, allows consumers to prevent new
nodes from being linked.
- Related: #946
2025-04-20 10:55:52 +00:00
filtered
a76c50252b
Fix part of snapped link follows pointer ( #945 )
...
Removes the green circle that always follows the pointer, even when a
link is snapped elsewhere.
2025-04-20 08:52:01 +00:00
filtered
c607c53543
[API] Return ContextMenu created for connecting link ( #944 )
...
Allows further customisation / hooks of the created ContextMenu.
2025-04-20 18:50:42 +10:00
filtered
b988238155
[Cleanup] Assorted minor code clean-up ( #943 )
...
Adds one warning log for an extreme edge case.
2025-04-20 08:35:45 +00:00
filtered
48bf415e52
[API] Allow connecting to nodes without known slot ( #942 )
...
Allows better downstream customisation of `LinkConnector`.
2025-04-20 08:20:12 +00:00
Comfy Org PR Bot
13db014387
0.13.5 ( #941 )
...
Patch version increment to 0.13.5
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-19 22:25:05 -04:00
Chenlei Hu
453257cd30
[Bug] Remove unused prop LayoutElement.value ( #940 )
...
Resolves https://github.com/Comfy-Org/litegraph.js/issues/939
The prop is unused and is causing object clone circular ref issue.
2025-04-19 22:23:49 -04:00
Comfy Org PR Bot
b2cb719026
1.17.3 ( #3520 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
v1.17.3
2025-04-19 22:21:18 -04:00
Christian Byrne
add805460c
Fix drag and drop image with embedded workflow on Firefox ( #3519 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-19 22:19:48 -04:00
Benjamin Lu
9621b8f339
[Desktop] Support Nvidia Blackwell ( #3480 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-19 21:42:30 -04:00
Christian Byrne
6be381b15d
Allow git describe formatted versions of node packs in workflows ( #3518 )
2025-04-19 21:42:01 -04:00
Christian Byrne
8afe99f48c
Fix node.widgets undefined on refresh ( #3515 )
2025-04-20 10:21:31 +10:00
Christian Byrne
7c88bda647
Add optional icon to LGraphBadge and use for API nodes ( #930 )
...
Adds option to include an icon when creating an `LGraphBadge`. Then,
adds the icon to the title of nodes whose `constructor.nodeData` has a
non-null `credits_cost` property (API nodes that ComfyUI_frontend was
able to successfully query a credit cost for).

- https://github.com/Comfy-Org/ComfyUI-private/pull/2
- https://github.com/Comfy-Org/litegraph.js/pull/930
- https://github.com/Comfy-Org/ComfyUI_frontend/pull/3470
---------
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-04-20 10:10:45 +10:00
Christian Byrne
deeed9853c
Remove fetch-templates script invoke in CI ( #938 )
...
See https://github.com/Comfy-Org/ComfyUI_frontend/pull/3500 for details.
2025-04-19 16:41:43 -07:00
Christian Byrne
9cd11261f9
[API Node] Set auth persistence in local stoarge ( #3514 )
2025-04-18 23:15:07 -04:00
Comfy Org PR Bot
fbc6665ff4
1.17.2 ( #3513 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
v1.17.2
2025-04-18 22:26:07 -04:00
Christian Byrne
2daa51421c
Remove fetch-templates script ( #3500 )
2025-04-18 20:34:03 -04:00
Christian Byrne
0f175c3dc1
[Api Node] Add ToS and privacy policy links ( #3511 )
2025-04-18 20:21:20 -04:00
Christian Byrne
8d4263c94e
Use dev firebase and switch to prod in release workflow ( #3499 )
2025-04-18 17:23:10 -04:00
Chenlei Hu
04580ac031
[SettingUI] Group setting menu items ( #3510 )
2025-04-18 16:47:32 -04:00
Chenlei Hu
cd35f1d86d
[Refactor] Generate DOM widget id in constructor ( #3508 )
2025-04-18 13:47:16 -04:00
Comfy Org PR Bot
5100bf6b00
0.13.4 ( #937 )
...
Patch version increment to 0.13.4
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-18 16:14:23 +00:00
Chenlei Hu
5d584577fe
[Bug] Fix uuid generation in insecure context ( #3505 )
2025-04-18 11:43:25 -04:00
filtered
6293b4bbe0
Disconnect moved output links when dropped on canvas ( #936 )
...
- Resolves #884
2025-04-18 23:22:28 +10:00
filtered
02d165bf2a
[API] LinkConnector reset no longer run after drop ( #935 )
...
`reset()` is no longer automatically called after `dropLinks`. This
brings the API in line with original intent, and how canvas is already
configured; reset is called by `pointer.finally()`.
2025-04-18 11:45:36 +00:00
filtered
10a96d1af6
[TMP] Temporarily disable hidream template test ( #3502 )
2025-04-18 21:34:02 +10:00
filtered
5c76bec611
[TS] Export types ( #933 )
...
Re-exports module-level exports at the package level.
2025-04-18 21:01:10 +10:00
filtered
ce46f19de9
Fix LinkConnector methods cannot be cancelled via API ( #934 )
...
- Checks if `e.preventDefault()` has been called for all cancellable
LinkConnector callbacks
- Sets `cancelable: true` on dispatched events
- Dedupes canvas pointer calls
2025-04-18 20:50:33 +10:00
Comfy Org PR Bot
03392a3cc7
1.17.1 ( #3486 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
v1.17.1
2025-04-17 22:57:57 -04:00
Christian Byrne
12576243ad
Remove unused tailwind classes ( #3495 )
2025-04-17 22:57:47 -04:00
Christian Byrne
e2a6dc2ec8
[Templates] Use fallbacks when translating template titles and category names ( #3494 )
2025-04-17 22:57:03 -04:00
Chenlei Hu
2f77d74891
[Refactor] Move tree logic to setting composable ( #3491 )
2025-04-17 16:34:42 -04:00
Chenlei Hu
dacb59f5d3
[Refactor] Extract setting dialog logic into composables ( #3490 )
2025-04-17 15:55:16 -04:00
Christian Byrne
74f991ec1b
Translate Wan2.1-Fun template titles ( #3489 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-17 15:55:08 -04:00
Christian Byrne
6bc03a624e
Add HiDream templates translations ( #3485 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-17 13:46:11 -04:00