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
Christian Byrne
87bf2310b6
Support previewing animated image uploads ( #3479 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-17 10:20:09 -04:00
filtered
f1a25989d7
Fix corrupt workflow permanently corrupts session ( #3484 )
2025-04-17 10:18:14 -04:00
filtered
236e3fb3e9
Log errors in generic error handler ( #3482 )
2025-04-17 15:16:05 +10:00
Chenlei Hu
50382827bc
[API Nodes] Add auth_token_comfy_org to queue prompt request body ( #3477 )
2025-04-16 15:26:25 -04:00
Makki Shizu
6321fae6f3
fix 2_pass_pose_worship zh translation ( #3474 )
2025-04-16 11:04:28 -04:00
filtered
51ec57dc5c
Fix graph.links cannot be iterated ( #932 )
...
Proxied links object now correctly supports spread operator.
2025-04-16 09:13:20 +00:00
Chenlei Hu
06caa21a4d
[API Nodes] Setup Google/Github login ( #3471 )
2025-04-15 20:56:18 -04:00
Chenlei Hu
9ce3cccfd4
[API Nodes] Wire password login ( #3469 )
2025-04-15 19:41:22 -04:00
Chenlei Hu
9935b322f0
[API Nodes] Signin/Signup dialog ( #3466 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-15 17:37:53 -04:00
Comfy Org PR Bot
60dd242b23
[chore] Update Comfy Registry API types from comfy-api@b664e39 ( #3465 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-04-15 17:16:02 -04:00
Christian Byrne
cec0dcbccd
[Api Node] Firebase auth and user auth store ( #3467 )
2025-04-15 17:15:51 -04:00
Chenlei Hu
907632a250
Use bundler moduleResolution mode in tsconfig ( #3464 )
2025-04-15 11:17:07 -04:00
Chenlei Hu
0063bf618d
[Bug] Show widget slot when slot is hovered ( #929 )
...
Resolves https://github.com/Comfy-Org/litegraph.js/issues/925
https://github.com/user-attachments/assets/81bd6ce3-6feb-456a-9bb3-e512008b2e63
2025-04-15 10:59:56 -04:00
Chenlei Hu
851739a768
[API Node] Sign in required dialog ( #3457 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-14 17:49:17 -04:00
Benjamin Lu
1631665efb
Fix minor typo ( #3456 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-14 13:24:13 -04:00
Terry Jia
1a066c7062
[3d] move default values of showPreview, showGrid, cameraType to settings panel ( #3443 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-13 19:44:47 -04:00
Chenlei Hu
e45f5bdebb
[lint] Fix remaining vue lint warnings ( #3435 )
2025-04-12 22:29:29 -04:00
Dr.Lt.Data
c270e7734a
refine locales/ko ( #3434 )
2025-04-12 22:19:11 -04:00
Benjamin Lu
b22713daf0
Add source prop to commands ( #3429 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-12 21:20:53 -04:00
Chenlei Hu
bdffdc9f10
[Bug] Fix configure of non-serializable widget ( #921 )
...
Follow up on https://github.com/Comfy-Org/litegraph.js/pull/915
Filter out non-serializable widgets during node configuration. Current
usage in frontend should not be affected as preview media widgets are
mostly dynamically added at the end of widget list.
2025-04-12 21:01:31 -04:00
Benjamin Lu
c8b8953e0a
Add reset individual keybind button ( #3423 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-12 16:59:00 -04:00
Benjamin Lu
731ce8599d
Allow scrolling on .settings-content ( #3427 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-12 16:58:08 -04:00
filtered
ec8e55c1c1
Allow zooming inside multi-line string widgets ( #3422 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-12 13:13:00 -04:00
Chenlei Hu
1c41db75f8
[Type] Enable strict schema type for setting entries ( #3425 )
2025-04-12 11:34:02 -04:00
Christian Byrne
c7a7397000
[Types] Make more types available directly in @comfyorg/comfyui-frontend-types package ( #3418 )
2025-04-12 11:33:34 -04:00
Terry Jia
e660e1d678
[3d] add support to output camera state ( #3421 )
2025-04-12 11:27:05 -04:00
Christian Byrne
fb19752389
[Types] Adds missing settings fields types ( #3417 )
2025-04-12 11:12:07 -04:00
Christian Byrne
d098d6ae4e
[Types] Move enum to types file ( #3416 )
2025-04-12 11:11:41 -04:00
Christian Byrne
e4a5355f58
[Manager] Fix loading state on uninstall button ( #3413 )
2025-04-11 22:14:49 -04:00
Benjamin Lu
009c389607
Rename reset keybindings to reset all keybindings ( #3411 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-11 20:01:28 -04:00
Christian Byrne
b449dbd26b
[Manager] Allowing changing sort field of registry search results ( #3409 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-11 18:45:21 -04:00
Christian Byrne
67835edfca
[Manager] Preview the individual nodes for packs on the registry ( #3408 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-11 16:18:41 -04:00
filtered
60c0ce228a
Generate a new workflow id when using "save as" ( #3407 )
2025-04-11 15:43:10 -04:00
Benjamin Lu
1990f25638
Allow keybind overwriting ( #3393 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-11 14:28:36 -04:00
Comfy Org PR Bot
30c473db77
[chore] Update Comfy Registry API types from comfy-api@a28605f ( #3405 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-04-11 14:02:37 -04:00
Chenlei Hu
2371288fed
[Bug] Fix widgets values migration ( #3404 )
2025-04-11 13:44:14 -04:00
filtered
2e72031344
[API] Remove deprecated: getAncestors ( #919 )
...
Removes unused and deprecated API: LGraph.getAncestors
2025-04-11 17:29:53 +00:00
Christian Byrne
2337fe6f8e
[Manager] Fix hot reload after install of missing node pack ( #3397 )
...
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-04-11 12:55:02 -04:00
Benjamin Lu
25e6386b2a
Do not trigger autosave on workflows that are not persisted ( #3400 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-11 12:53:49 -04:00
Chenlei Hu
a03841cb1a
[lint] Enable plugin vue recommended rules ( #3403 )
2025-04-11 12:53:20 -04:00
Chenlei Hu
dc5d7ea1be
[lint] Enforce @typescript-eslint/no-floating-promises ( #3402 )
2025-04-11 12:19:22 -04:00
Christian Byrne
3ba61c7265
Don't log every single node being replaced when node defs refreshed ( #918 )
...
Currently, when node defs are refreshed (e.g., by pressing "r"
shortcut), every single node def is logged, which is useless when
there's hundred of nodes and clutters console. This PR changes to only
log those messages when in debug mode.
2025-04-11 09:11:25 -07:00
Christian Byrne
59e20964a0
[Manager] Add fallback to infer node pack when metadata is missing from workflow ( #3396 )
2025-04-11 09:50:30 -04:00
Christian Byrne
05e0036898
[Manager] Button to open manager from Missing Nodes dialog ( #3395 )
2025-04-10 21:28:42 -04:00
Benjamin Lu
9e7690405a
keep user input on top of selection toolbox ( #3389 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-10 20:50:19 -04:00
Christian Byrne
d687ea2cde
[Manager] Fix infinite fetch attempts when response is empty ( #3392 )
2025-04-10 16:39:54 -07:00
Chenlei Hu
c801a0c854
Attach frontend version metadata on workflow export ( #3386 )
2025-04-10 14:19:54 -04:00
Chenlei Hu
615c183059
Disable reroute migration (2/2) ( #3385 )
2025-04-10 14:06:09 -04:00
Chenlei Hu
27c8389b9f
[Cleanup] Remove ComfyApp.serializeGraph ( #3383 )
2025-04-10 11:50:27 -04:00