Jin Yi
104bd43dc1
[fix] TypeScript errors in manager/compatibility branch ( #4625 )
2025-07-31 16:42:56 +09:00
Jin Yi
e085bb4c0f
[feat] Add import failure detection and error handling for package manager ( #4600 )
2025-07-31 16:42:56 +09:00
Jin Yi
afe0d68ae6
[refactor] Simplify conflict acknowledgment system and enhance UX ( #4599 )
2025-07-31 16:42:56 +09:00
Jin Yi
4c4625bb09
[refactor] Simplify conflict detection types and improve code maintainability ( #4589 )
2025-07-31 16:42:56 +09:00
Jin Yi
17dcc31585
[feat] Show conflicting status for installed packages with compatibility issues ( #4579 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 16:42:56 +09:00
Jin Yi
2bff313135
[debug] Conflict detection debugging ( #4577 )
2025-07-31 16:42:56 +09:00
Jin Yi
9a4928974e
[Design] Update InfoPanel styling and layout ( #4553 )
2025-07-31 16:42:56 +09:00
Jin Yi
25c6efca66
[feat] Add bulk import failure info API and improve conflict detection ( #4550 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 16:42:56 +09:00
Jin Yi
e04117cf21
[Design] Update PackVersionSelectorPopover styling ( #4554 )
2025-07-31 16:42:56 +09:00
Jin Yi
964da0084d
[fix] Simplify PackEnableToggle state management ( #4551 )
2025-07-31 16:42:56 +09:00
Jin Yi
9052496402
[Manager] Optimize conflict detection with bulk API and version support ( #4538 )
2025-07-31 16:42:56 +09:00
Jin Yi
b912416138
[Manager] Fix version selector conflict detection and UI improvements ( #4539 )
2025-07-31 16:42:56 +09:00
Jin Yi
c9ea9893ee
[Manager] Fix banned status logic to only check Registry status ( #4535 )
2025-07-31 16:42:56 +09:00
Jin Yi
5edf856ce9
[Manager] Fix toggle modal dismiss bug ( #4534 )
2025-07-31 16:42:56 +09:00
Jin Yi
783f39873f
chore: delete unnecessary description
2025-07-31 16:42:56 +09:00
comfy-jinyi
34adfc8bf1
[Manager] Fix package version matching in conflict detection ( #4530 )
...
Co-authored-by: Jin Yi <jin12cc@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 16:42:56 +09:00
Jin Yi
af0dde0ac8
Manager Conflict Nofitication ( #4443 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 16:42:56 +09:00
Jin Yi
4b6739c6fb
[Manager] Compatibility Detection Logic ( #4348 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 16:42:56 +09:00
github-actions
6ffba22663
Update locales [skip ci]
2025-07-31 16:42:19 +09:00
github-actions
d260ae0882
Update locales [skip ci]
2025-07-31 16:42:19 +09:00
github-actions
fe7c3cea4e
Update locales [skip ci]
2025-07-31 16:42:19 +09:00
github-actions
278409e8fa
Update locales [skip ci]
2025-07-31 16:42:19 +09:00
Jin Yi
237ef9c597
[test] Update PackVersionBadge test to use role selector instead of Button component
2025-07-31 16:42:19 +09:00
github-actions
9224ffbb37
Update locales [skip ci]
2025-07-31 16:42:19 +09:00
bymyself
3017ebba13
fix rebase error
2025-07-31 16:41:53 +09:00
Jin Yi
01c2341a11
[Manager] “Restarting” state after clicking restart button ( #4269 )
2025-07-31 16:41:53 +09:00
Jin Yi
3d0ae0f884
[Manager] Add update all button functionality
...
- Add PackUpdateButton component for bulk updates
- Add useUpdateAvailableNodes composable to track available updates
- Integrate update all button in RegistrySearchBar
- Add localization strings for update functionality
- Add comprehensive tests for update functionality
- Add loading state to PackActionButton
2025-07-31 16:41:53 +09:00
bymyself
c8137ab535
[tests] Update useServerLogs test after log subscription change
...
The test was expecting subscribeLogs(false) to be called, but this was commented out in commit 33d64475 to fix logs stopping after the first of multiple queue tasks. Updated test to reflect this temporary change.
2025-07-31 16:41:53 +09:00
bymyself
642f79c20d
remove the temporary check for legacy custom node version of manager
2025-07-31 16:41:53 +09:00
bymyself
64a2d0d152
fix: logs stops listening after 1st of multiple queue tasks
2025-07-31 16:41:53 +09:00
bymyself
22d04213a4
[tests] Update useServerLogs test to handle task-started events
...
Update test to simulate cm-task-started events before logs events to match the actual behavior of the composable.
2025-07-31 16:41:53 +09:00
Christian Byrne
6a07ead4e4
[Manager] Fix: failed tasks logs not correctly partitioned in UI ( #4242 )
2025-07-31 16:41:53 +09:00
bymyself
d61c0483c4
fix failed task tab state binding
2025-07-31 16:41:53 +09:00
Christian Byrne
175b728dd9
[Manager] Filter task queue and history by client id ( #4241 )
2025-07-31 16:41:53 +09:00
github-actions
8ad3a0b212
Update locales [skip ci]
2025-07-31 16:41:53 +09:00
bymyself
d8799b6a9f
fix rebase errors
2025-07-31 16:41:09 +09:00
bymyself
0177361554
[manager] Fix test failures and missing type definitions
...
- Fix ManagerProgressDialogContent test mock to include all required store methods
- Add missing MergedNodePack, RegistryPack type definitions and isMergedNodePack type guard
- Ensure all unit tests (548 passed) and component tests (174 passed) are working
- Fix TypeScript compilation errors related to manager store interfaces
2025-07-31 16:41:09 +09:00
bymyself
0ec9702ead
[manager] Update tests for new manager API
...
Updated tests for manager queue composable, server logs composable, and manager store to work with the new API signatures and functionality.
2025-07-31 16:41:09 +09:00
bymyself
eef8c0408a
[manager] Update UI components for new manager interface
...
Updated manager dialog components, pack cards, version selectors, and action buttons to work with the new manager API and state management structure.
2025-07-31 16:41:09 +09:00
bymyself
42a7deae2b
[manager] Update composables and state management
...
Updated manager queue composable, server logs composable, workflow packs composable, and manager store to support the new manager API structure and state management patterns.
2025-07-31 16:41:09 +09:00
bymyself
3db88b7172
[manager] Update core services for new manager API
...
Updated ComfyUI Manager service and dialog service to support the new menu items structure and API endpoints.
2025-07-31 16:41:09 +09:00
bymyself
f2cfd2a841
[manager] Update type definitions and schemas for menu items migration
...
Updated ComfyUI Manager types and API schemas to support the new menu items structure and manager functionality.
2025-07-31 16:41:09 +09:00
github-actions
dafa767c0c
Update locales [skip ci]
2025-07-31 16:41:09 +09:00
bymyself
f10b693bbb
dont show missing nodes button in legacy manager mode
2025-07-31 16:40:53 +09:00
bymyself
efde93168e
use correct response shape
2025-07-31 16:40:53 +09:00
github-actions
a50c26fe76
Update locales [skip ci]
2025-07-31 16:40:53 +09:00
bymyself
6a87933a78
add "Check for Updates", "Install Missing" menu items
2025-07-31 16:39:00 +09:00
bymyself
f82d8d56b8
move legacy option to startup arg
2025-07-31 16:38:41 +09:00
bymyself
891593971b
await promises. update settings schema
2025-07-31 16:38:41 +09:00
github-actions
408644fe08
Update locales [skip ci]
2025-07-31 16:38:41 +09:00
bymyself
38ab2833eb
migrate manager menu items
2025-07-31 16:34:26 +09:00
github-actions
5abe2d0822
Update locales [skip ci]
2025-07-30 18:30:36 +00:00
Christian Byrne
bf9cf06de2
Fix errors from rebase (removed Tag component import and duplicated imports in api.ts) ( #4608 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-30 11:26:05 -07:00
Christian Byrne
c7520eac3e
[fix] Fix json syntax error from rebase ( #4607 )
2025-07-30 10:22:05 -07:00
Jin Yi
972160782c
Merge branch 'main' into manager/menu-items-migration
2025-07-30 19:56:49 +09:00
Christian Byrne
f987cf9dbd
[feat] Improve SubgraphNode badge with sitemap icon and primary color ( #4596 )
2025-07-30 02:48:02 -07:00
Comfy Org PR Bot
2b019935a7
[chore] Update litegraph to 0.16.20 ( #4594 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-30 02:31:50 -07:00
Christian Byrne
f8ec532f1a
[ci] Include litegraph changes in changelog during automated release process ( #4595 )
2025-07-30 02:31:29 -07:00
Christian Byrne
b370b6387d
[fix] DOM widgets lose correct positioning when SubgraphNodes are nested ( #4588 )
2025-07-30 02:18:58 -07:00
Christian Byrne
516eb26d3e
[feat] Add custom icon system with workflow icon ( #4590 )
2025-07-30 01:27:15 -07:00
Christian Byrne
5c71854a96
[ci] Enable CI tests for all feature branch PRs ( #4591 )
2025-07-30 01:27:02 -07:00
Christian Byrne
b0d05c6ef6
[chore] Mark generated TypeScript files in .gitattributes ( #4592 )
2025-07-30 01:19:01 -07:00
Christian Byrne
596c51d1ef
[fix] Fix "Require confirmation before clearing workflow" setting not working ( #4587 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-30 00:08:06 -07:00
Christian Byrne
d70949dd47
[feat] Remove default Backspace keybinding to clear workflow ( #4586 )
2025-07-29 20:42:38 -07:00
Comfy Org PR Bot
f064fec3a8
1.25.2 ( #4580 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-29 02:04:00 -07:00
Rizumu Ayaka
abf591d122
fix: DOM widget position offset after canvas moves ( #4557 )
2025-07-29 01:40:47 -07:00
Comfy Org PR Bot
e7a425eeae
[chore] Update litegraph to 0.16.19 ( #4578 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-29 01:26:48 -07:00
Christian Byrne
7d8c56c5e6
[feat] Add comprehensive Claude PR review with inline comments ( #4453 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-29 01:16:30 -07:00
Christian Byrne
cf072b8420
[fix] Fix link input slots not being updated in subgraphs ( #4575 )
2025-07-29 00:32:39 -07:00
Christian Byrne
4b75528c39
[fix] Fix graph configuration callbacks not reaching subgraph nodes ( #4572 )
2025-07-29 00:17:03 -07:00
Christian Byrne
dd14144f47
[fix] Update Search & Replace to support nodes in subgraphs ( #4576 )
2025-07-29 00:10:56 -07:00
Christian Byrne
00cd9fadec
[feat] Prevent browser zoom on UI components with canvas wheel event forwarding ( #4574 )
2025-07-28 23:51:09 -07:00
Christian Byrne
98d694f7e3
[fix] Prevent incorrect 'frontend_only' badges in subgraphs ( #4571 )
2025-07-28 23:05:27 -07:00
Christian Byrne
b1fc8846a3
[fix] Update API node pricing for multiple providers ( #4564 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-28 23:01:46 -07:00
Jin Yi
680c09a584
[fix] Detect missing nodes in subgraphs ( #4547 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-28 21:55:53 -07:00
Christian Byrne
7fe4c07a9c
[fix] Preserve subgraph structure when clearing workflow ( #4567 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-28 20:53:05 -07:00
SHIVANSH GUPTA
577cd23c3e
Feature Implemented: Warning displayed when frontend version mismatches ( #4363 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-28 18:23:49 -07:00
Christian Byrne
b1436a068b
[feat] sync subgraph node titles with breadcrumb renaming ( #4565 )
2025-07-28 18:00:59 -07:00
Christian Byrne
b6922cf386
Add delay to breadcrumb and workflow tab tooltips ( #4559 )
2025-07-28 13:09:34 -07:00
Dr.Lt.Data
6167861340
refine locales/ko ( #4549 )
2025-07-27 13:10:55 -07:00
Christian Byrne
68f50670d3
[refactor] Streamline create-frontend-release command ( #4546 )
2025-07-27 00:53:28 -07:00
Jennifer Weber
67277d483d
Update missing nodes dialog title ( #4545 )
...
Co-authored-by: Jennifer Weber <weberjc@MacBookPro.attlocal.net >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-27 00:29:57 -07:00
Comfy Org PR Bot
a4cf280887
1.25.1 ( #4544 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-26 19:06:31 -07:00
Terry Jia
344afa21a7
minimap ( #4520 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-07-26 18:16:41 -07:00
Terry Jia
ab8bcc9522
[test] add test for shift + wheel to pan canvas ( #4540 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-26 12:45:36 -07:00
Comfy Org PR Bot
4bab7bc609
[chore] Update litegraph to 0.16.18 ( #4541 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-26 11:47:18 -07:00
Terry Jia
e3628ed156
add CanvasNavigationMode ( #4533 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-25 19:01:43 -07:00
Christian Byrne
271643aa93
[test] Fix failing test case that uses old subgraph breadcrumb element ( #4537 )
2025-07-25 16:47:32 -07:00
Comfy Org PR Bot
35fb141b07
[chore] Update litegraph to 0.16.17 ( #4528 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-24 19:40:33 -07:00
Sambhavi Pandey
475c9f7f89
fix(queryRegex): safe escape for query regex ( #4493 )
...
Co-authored-by: Sambhavi Pandey <sambhavi.pandey@aexp.com >
2025-07-24 15:31:07 -07:00
Christian Byrne
e0aac8c9db
[docs] improve browser testing developer onboarding guide ( #4524 )
2025-07-24 14:38:54 -07:00
Comfy Org PR Bot
49b936c50f
1.25.0 ( #4513 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-24 01:02:10 -07:00
filtered
4d7e9b70d1
[Test] Update test expectations for #4420 ( #4511 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-24 17:59:39 +10:00
filtered
4d0ba197a8
[Cleanup] Remove deprecated: node def validation ( #4038 )
2025-07-24 17:54:29 +10:00
filtered
78fc86d153
Revert "[test] Update browser test expectations" ( #4512 )
2025-07-24 17:37:53 +10:00
Terry Jia
906bc42f7f
record audio node support ( #4289 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-07-24 00:22:16 -07:00
Christian Byrne
bb5aef9275
[test] Update browser test expectations ( #4510 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-24 00:20:19 -07:00
pythongosssss
62f3ba0689
V3 UI - Tabs & Menu rework ( #4374 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-24 00:09:12 -07:00
Sidharth
2338cbd4c9
Fix: Scroll event leak after scrolling to the top of a text widget #3990 ( #4231 )
2025-07-24 16:25:03 +10: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
Ferrah Aiko
37bfc53616
Add the ability to parse workflows from AVIF images ( #4420 )
2025-07-23 23:20:39 -07:00
Sidharth
b240c090aa
Fix: Escape closes Settings dialog if login dialog open ( #4364 )
2025-07-23 22:41:26 -07:00
Comfy Org PR Bot
309a5b8c9a
1.24.2 ( #4509 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-23 22:17:07 -07:00
Christian Byrne
c06bc63c6f
[feat] Update node output system to use NodeLocatorIds ( #4500 )
2025-07-23 22:01:18 -07:00
Christian Byrne
052d5320c0
Revert PRs #4506 and #4507 - Fix execution output issues ( #4508 )
2025-07-23 17:53:04 -07:00
filtered
e34d9bb411
Fix LoadImage bleeds values between subgraphs ( #4507 )
2025-07-24 07:58:50 +10:00
filtered
f81b191fae
Fix execution output & previews not displayed ( #4506 )
2025-07-23 05:12:30 -07:00
Comfy Org PR Bot
4cd0c270bf
[chore] Update litegraph to 0.16.16 ( #4505 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-23 04:11:38 -07:00
filtered
b0968509f9
Fix progress stuck after execution interrupted ( #4503 )
2025-07-22 23:49:34 -07: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
ff68c42162
[feat] Hide subgraph nodes from node library and search ( #4498 )
2025-07-22 12:59:25 -07:00
Christian Byrne
280131d33d
[feat] Node Definition Filter Registry System ( #4497 )
2025-07-22 12:27:32 -07:00
Christian Byrne
7b32a2fb6e
[tests] Add browser tests for subgraph functionalities ( #4495 )
2025-07-22 10:35:49 -07:00
Christian Byrne
61611fb0cb
[feat] Add pricing for new API nodes ( #4391 )
2025-07-21 20:02:22 -07: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
Christian Byrne
995f482593
[feat] Implement versioned defaults for link release actions ( #4489 )
2025-07-21 08:23:39 -07:00
github-actions
df67cdd86c
Update locales [skip ci]
2025-07-21 17:41:45 +09:00
bymyself
478499c188
[Update to v2 API] update WS done message
2025-07-21 17:41:45 +09:00
bymyself
a5efa8580e
dont show missing nodes button in legacy manager mode
2025-07-21 17:41:44 +09:00
bymyself
ab2e70b4b8
improve command names
2025-07-21 17:41:44 +09:00
bymyself
27579400bf
use correct response shape
2025-07-21 17:41:44 +09:00
github-actions
b9341ad144
Update locales [skip ci]
2025-07-21 17:41:44 +09:00
bymyself
9c68491129
add "Check for Updates", "Install Missing" menu items
2025-07-21 17:41:44 +09:00
github-actions
4f5ec0447c
Update locales [skip ci]
2025-07-21 17:41:44 +09:00
bymyself
0d1e5cb02a
Add banner indicating how to use legacy manager UI
2025-07-21 17:41:44 +09:00
bymyself
797a612227
move legacy option to startup arg
2025-07-21 17:41:44 +09:00
bymyself
0a0a2e74d5
await promises. update settings schema
2025-07-21 17:41:44 +09:00
bymyself
6824e48efe
re-arrange menu items
2025-07-21 17:41:44 +09:00
bymyself
257f618ee1
switch to v2 manager API endpoints
2025-07-21 17:41:44 +09:00
github-actions
a446483d7e
Update locales [skip ci]
2025-07-21 17:41:44 +09:00
bymyself
a3d7c59b6f
migrate manager menu items
2025-07-21 17:41:44 +09:00
Christian Byrne
23b2302ce3
[chore] Update litegraph to 0.16.13 ( #4490 )
2025-07-21 00:30:09 -07:00
Comfy Org PR Bot
d833ab65a6
[chore] Update litegraph to 0.16.11 ( #4484 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-20 14:20:50 +00:00
filtered
dea4a76ceb
[Test] Add explicit timeout to consistently failing test ( #4485 )
2025-07-21 00:19:22 +10:00
filtered
db70bd61d5
[CI] Fix PR check workflow ( #4482 )
2025-07-20 18:45:11 +10:00
Terry Jia
ed1d944e0e
[3d] remove unnecessary uploadTexture ( #4357 )
2025-07-19 11:38:49 -07:00
Comfy Org PR Bot
282f9ce27a
[chore] Update Comfy Registry API types from comfy-api@9ccb96a ( #4470 )
...
Co-authored-by: viva-jinyi <53567196+viva-jinyi@users.noreply.github.com >
2025-07-18 15:53:21 +09:00
Rizumu Ayaka
11eff4981f
Fix Help Center changelog toast overflows viewport ( #4469 )
2025-07-17 17:13:01 -07:00
Benjamin Lu
927773f553
Fix Danger.js Security Issues ( #4462 )
2025-07-16 12:15:05 -07:00
guill
1200c07fcd
Add support for Feature Flags ( #4439 )
2025-07-15 15:59:11 -07:00
Christian Byrne
be7edab141
[feat] Add GitHub Action for automated Claude PR reviews ( #4452 )
2025-07-14 16:44:51 -07:00
filtered
f3168aac89
Revert "[fix] Fix Danger CI permissions for PRs from forks" ( #4450 )
2025-07-15 04:52:01 +10:00
Benjamin Lu
2f3c762e85
[fix] Fix Danger CI permissions for PRs from forks ( #4449 )
...
It's good to have working and in ASAP, although better approaches are being researched and investigated
2025-07-14 14:08:44 -04:00
Benjamin Lu
8b8caa4b29
Add Danger PR Review ( #4442 )
2025-07-13 21:21:29 -07:00
Christian Byrne
a70d69cbd2
[fix] Sync subgraph node title changes with breadcrumb navigation ( #4394 )
2025-07-13 07:37:48 +10:00
filtered
01c735d943
Fix cannot check widget value if undefined ( #4433 )
2025-07-12 09:05:58 +10:00
Comfy Org PR Bot
f0bc4c6959
[chore] Update litegraph to 0.16.9 ( #4432 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-12 09:01:24 +10:00
filtered
19eaf6ecdc
Fix SubgraphNode widget values ignored ( #4429 )
2025-07-11 22:37:23 +10:00
Comfy Org PR Bot
054077c445
[chore] Update litegraph to 0.16.8 ( #4427 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-11 22:28:02 +10:00
filtered
ef9b625208
Fix DTO return type to allow clean test/merge ( #4426 )
2025-07-11 19:27:31 +10:00
Comfy Org PR Bot
688193ad9a
1.24.1 ( #4425 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-11 18:13:36 +10:00
filtered
5c119fcbda
Improve execution logic / Fix group node execution ( #4422 )
2025-07-11 00:40:48 -07:00
Comfy Org PR Bot
998abbbdbd
[chore] Update litegraph to 0.16.7 ( #4424 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-11 00:22:05 -07:00
filtered
696c8720b6
[CI] Improve claude code release command ( #4413 )
2025-07-11 00:19:59 -07:00
ComfyUI Wiki
80e5cf1b9d
Update template translation ( #4396 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-10 23:10:42 -07:00
Deep Roy
7cf5d1e86b
Add prompt ID to interrupt API call ( #4393 )
2025-07-10 17:24:21 -07:00
Emanuel F.
ab43b5e421
Menu bar mobile behavior change ( #4312 )
2025-07-10 15:08:51 -07:00
ComfyUI Wiki
43f73f8856
Correct the translation for 'Credits' in the zh-TW locale. ( #4415 )
2025-07-10 12:44:25 +00:00
filtered
0b5ade3a3b
[chore] Update docs - node.js versions ( #4414 )
2025-07-10 05:34:28 -07:00
Christian Byrne
eb63b5c536
[feat] Add Traditional Chinese language support ( #4410 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-10 01:52:47 -07:00
Christian Byrne
e6d78ab22c
docs: Add Claude Code command to create release ( #4408 )
2025-07-09 22:53:07 -07:00
Christian Byrne
bc4753e119
[docs] Improve language contribution process ( #4409 )
2025-07-09 22:51:12 -07:00
Comfy Org PR Bot
733c9f81b0
1.24.0 ( #4406 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-09 17:20:33 -07:00
filtered
1afae4f723
[CI] Fix frontend package release skipped ( #4404 )
2025-07-09 16:28:55 -07:00
bmcomfy
1632798fd2
[System Pop Up] Improve help center and what's new popup UI ( #4395 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-09 16:17:50 -07:00
Christian Byrne
103139fdab
1.24.0 ( #4401 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-09 15:00:20 -07:00
filtered
834ac3ea61
[CodeHealth] Simplify code as follow-up to #4354 ( #4400 )
2025-07-09 13:08:33 -07:00
Christian Byrne
22c70d5d1b
[fix] use getter functions for sidebar tab command labels to resolve i18n collection issues ( #4370 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-08 23:50:49 -07:00
bmcomfy
f5b03f323d
[System Pop Up] Hide hidden and deprecated settings from search results ( #4390 )
2025-07-08 17:19:37 -07:00
bmcomfy
d6f6407c44
[System Pop Up] Add setting to disable version update notifications ( #4388 )
2025-07-08 14:43:11 -07:00
Christian Byrne
2906ea3fd9
[fix] Correct API node pricing discrepancies ( #4381 )
2025-07-07 23:33:55 -07:00
Comfy Org PR Bot
c03771988d
[chore] Update litegraph to 0.16.6 ( #4380 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-07-07 23:16:09 -07:00
Christian Byrne
368c54bcf6
[docs] Add Claude Code command for automated hotfix releases ( #4369 )
2025-07-07 20:43:50 -07:00
Christian Byrne
f1575a693f
[update] Video to Video API node pricing ( #4378 )
2025-07-07 20:24:33 -07:00
Christian Byrne
4eeff5533a
[feat] Add dynamic pricing for new API nodes ( #4367 )
2025-07-06 18:31:04 -07:00
Alexander Piskun
c7877dbd18
fix(float-precision): correct float widget rounding ( #4291 )
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2025-07-06 15:40:27 -07:00
Terry Jia
4cbcded820
add defaultsByInstallVersion ( #4354 )
2025-07-06 13:28:58 -07:00
Comfy Org PR Bot
469594e5cc
[chore] Update litegraph to 0.16.5 ( #4365 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-06 13:38:06 +00:00
Christian Byrne
191b4574b9
[fix] Add dynamic pricing for API nodes with quantity parameters ( #4362 )
2025-07-05 20:50:33 -07:00
filtered
0c4339f652
[TS] Update callbacks using CanvasMouseEvent #1104 ( #4358 )
2025-07-05 11:53:44 -07:00
RickyHuang
35556eb674
fIx: side toolbar tab tooltip not reactive when changing locale ( #4213 )
...
Co-authored-by: Huang Yun Qi <yun-qi.huang@ubisoft.com >
2025-07-05 02:54:23 -07:00
Christian Byrne
92b65ca00e
[fix] Remove optional designation from issue report details field ( #4355 )
2025-07-04 20:34:47 -07:00
Christian Byrne
8f4e807468
[fix] move i18n pre-commit check inside Windows conditional block ( #4353 )
2025-07-04 17:25:04 -07:00
Terry Jia
c1db367422
add installedVersion ( #4337 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
2025-07-04 16:52:18 -07:00
Christian Byrne
3b435e337e
[fix] Add dynamic pricing for Ideogram nodes based on num_images parameter ( #4351 )
2025-07-04 16:13:33 -07:00
Terry Jia
ee5088551e
Vue expose ( #4265 )
2025-07-03 21:35:24 -07:00
Christian Byrne
44bbfa9f39
[feat] Implement getNodeByComfyNodeName API integration ( #4343 )
2025-07-03 17:59:21 -07:00
Comfy Org PR Bot
1b4ad61e7f
[chore] Update Comfy Registry API types from comfy-api@4b0dc99 ( #4340 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-07-03 12:42:23 -07:00
Christian Byrne
7befec5b17
Add unused i18n keys detection to pre-commit hook ( #4328 )
2025-07-03 10:53:56 -07:00
Comfy Org PR Bot
a51c09893f
1.24.0-1 ( #4336 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-02 19:52:05 -07:00
Comfy Org PR Bot
f290c00a61
[chore] Update litegraph to 0.16.4 ( #4335 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-02 17:57:33 -07:00
bmcomfy
a45753486d
[System Pop Up] Improve help center menu behavior and Electron compatibility ( #4330 )
2025-07-02 16:13:13 -07:00
Christian Byrne
5cc1a8dea2
[test] Add release notification browser tests ( #4311 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-02 01:29:09 -07:00
Christian Byrne
959ab3b3ec
[feat] Add ESLint i18n enforcement and fix hardcoded strings ( #4327 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-07-02 00:41:46 -07:00
Terry Jia
35ff882ff2
[3d] better solution to support reading extra resource/texture ( #4209 )
2025-07-01 21:25:18 -07:00
filtered
f57f97cfcd
[TS] Remove frontend-only typing from litegraph ( #4325 )
2025-07-01 20:07:05 -07:00
Christian Byrne
8f825c066b
[docs] add code quality guidelines for i18n, async cleanup, and error handling ( #4305 )
2025-07-01 17:13:55 -07:00
Comfy Org PR Bot
e6f90e3101
1.24.0-0 ( #4321 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-01 22:06:28 +00:00
filtered
d68391a80a
[CI] Fix prerelease version tag not set ( #4322 )
2025-07-01 15:06:08 -07:00
filtered
df710945c9
[CI] Skip i18n in unrelated PRs ( #4320 )
2025-07-01 14:53:48 -07:00
filtered
8d6360074d
Use prerelease flag for draft releases ( #4319 )
2025-07-01 14:51:24 -07:00
filtered
26c106c3e4
Allow prerelease using version bump action ( #4318 )
2025-07-01 14:29:55 -07:00
Comfy Org PR Bot
d92c282439
[chore] Update litegraph to 0.16.3 ( #4316 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-01 13:40:21 -07:00
Comfy Org PR Bot
bf3dcc83a0
[chore] Update litegraph to 0.16.2 ( #4315 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-07-01 12:58:53 -07:00
filtered
6470a0bbd9
[CodeHealth] Follow-up on #4288 - code style / async ( #4308 )
2025-07-01 09:46:24 -07:00
ComfyUI Wiki
c75015c5b8
Fix helper menu issues and align with the design. ( #4261 )
2025-06-30 21:36:09 -04:00
Christian Byrne
64a2a5b3ae
[fix] Mock release API in browser tests to prevent UI interference ( #4310 )
2025-06-30 17:36:07 -07:00
filtered
fada8bf9cf
Follow-up on #4256 ( #4307 )
2025-06-30 12:25:55 -07:00
Terry Jia
5bbed91295
usage log table ( #4288 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-30 12:13:01 -07:00
Christian Byrne
eb8b67dd9d
[docs] Update nested README files with comprehensive component listings ( #4303 )
2025-06-29 19:55:21 -07:00
Christian Byrne
d6a8f98327
[docs] add component communication best practices ( #4302 )
2025-06-29 18:25:28 -07:00
filtered
8457768a41
[Test] Update test expectations to match core changes to scheduler ( #4293 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-28 21:58:31 -07:00
Comfy Org PR Bot
3ae7faa8c5
[chore] Update litegraph to 0.16.1 ( #4292 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-28 17:08:56 -07:00
filtered
a7fb685290
Add Subgraphs ( #3905 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-28 15:37:23 -07:00
Christian Byrne
7620bb9063
[bugfix] Handle backend error messages with appended content ( #4283 )
2025-06-27 13:47:21 -07:00
bmcomfy
2d2cec2e79
[System Pop Up] Add help center with release notifications and "What's New" popup ( #4256 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-26 14:11:15 -07:00
Comfy Org PR Bot
c2ae40bab5
1.23.4 ( #4281 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-26 08:39:41 -07:00
filtered
10fbf7e847
Use scaled FLUX weights by default ( #4280 )
2025-06-26 08:38:30 -07:00
Comfy Org PR Bot
0bbfc44bc7
1.23.3 ( #4279 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-26 08:12:00 -07:00
filtered
a9b7ed2a53
Prevent video output nodes from showing edit model button ( #4278 )
2025-06-26 06:15:09 -07:00
filtered
35ee8f2d92
Only show edit image icon on valid nodes ( #4277 )
2025-06-26 03:00:05 -07:00
filtered
9a3530dc3a
Add initial edit model button (static) ( #4276 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-26 00:34:38 -07:00
Comfy Org PR Bot
4c177121a6
[chore] Update Comfy Registry API types from comfy-api@065aded ( #4274 )
...
Co-authored-by: bmcomfy <214909599+bmcomfy@users.noreply.github.com >
2025-06-25 23:57:37 +00:00
Jin Yi
63181a1ddd
[Manager] Standardize Card Aspect Ratios & Enhance UI ( #4271 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-25 12:34:19 -07:00
Jin Yi
e17ca7ce71
fix: node migration TypeError ( #4260 )
2025-06-25 03:01:40 -07:00
Comfy Org PR Bot
77d2cae301
1.23.2 ( #4266 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-25 00:48:39 +00:00
Comfy Org PR Bot
164a4c4c25
[chore] Update Comfy Registry API types from comfy-api@af72ba5 ( #4264 )
...
Co-authored-by: bmcomfy <214909599+bmcomfy@users.noreply.github.com >
2025-06-24 14:57:41 -07:00
Jin Yi
47145ce4b8
[Manager] Modal UI Adjustment (Align with Design) ( #4222 )
2025-06-23 21:30:56 -07:00
Christian Byrne
6cf77a9814
[Manager] Fix bug: installed packs metadata not re-fetched after installations ( #4254 )
2025-06-23 04:37:50 -07:00
Christian Byrne
886e4908d4
[Manager] Fix flush timing issue when switching tabs ( #4253 )
2025-06-23 03:49:47 -07:00
Christian Byrne
24cbc41832
[Manager] Fix bug: opening modal when last focused tab was 'Installed' always shows empty list ( #4252 )
2025-06-23 02:41:15 -07:00
Christian Byrne
a80a939324
Fix: virtual grid scrolling bug when container is rendered with emtpy items (switching tabs) ( #4251 )
2025-06-23 00:13:46 -07:00
Christian Byrne
8e2d7cabba
Fix bug: drag-and-drop, copy-paste, and upload don't work in nodes that specify upload folder that isn't 'input' ( #4186 )
2025-06-22 20:18:36 -07:00
Christian Byrne
e8dd26ff59
[Manager] Fix: When using registry search provider, results not properly paginated' ( #4249 )
2025-06-22 20:05:37 -07:00
Christian Byrne
3a1bd1829a
[feat] Add auto-refresh on task completion for RemoteWidget nodes ( #4191 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-06-22 17:30:24 -07:00
ComfyUI Wiki
2f9dcd1669
Fix: fix typo in Lite Graph settings ( #4245 )
2025-06-22 08:32:09 +00:00
filtered
e23547dd5a
[TS] Remove expect-error (type fix) ( #4235 )
2025-06-21 20:52:35 -07:00
Comfy Org PR Bot
f0f40bc39b
1.23.1 ( #4234 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-21 18:37:51 +00:00
Christian Byrne
4b32786ef5
[Manager] Update Algolia mappings ( #4230 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-21 11:09:14 -07:00
Comfy Org PR Bot
9942b17388
[chore] Update Comfy Registry API types from comfy-api@4286a10 ( #4229 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-06-20 15:47:04 -07:00
Christian Byrne
b99214bf5e
[feat] Show version-specific missing core nodes in workflow warnings ( #4227 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-20 15:33:47 -07:00
Christian Byrne
2ef760c599
[Manager] Keep progress dialog on top using priority system ( #4225 )
2025-06-20 15:22:42 -07:00
Christian Byrne
429ab6c365
[Manager] Fix "total nodes" count when selecting multiple packs ( #4228 )
2025-06-20 15:20:26 -07:00
ComfyUI Wiki
b7693ae9f5
Fix typo in 3D settings ( #4224 )
2025-06-20 13:26:40 -07:00
filtered
ebedf1074d
[CI] Fix intermittent actions/cache errors ( #4220 )
2025-06-18 03:55:05 -07:00
filtered
0832347f47
[CI] Fix intermittent failure when using actions/cache ( #4219 )
2025-06-18 01:24:42 -07:00
filtered
c745af0f25
[Test] Fix vitest scope overlaps playwright tests ( #4218 )
2025-06-18 01:08:30 -07:00
Comfy Org PR Bot
8c05266b83
1.23.0 ( #4217 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-18 00:32:54 -07:00
Jin Yi
fa14ec52f4
[Manager] Impletent “Install All” button ( #4196 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
Co-authored-by: Terry Jia <terryjia88@gmail.com >
Co-authored-by: comfy-waifu <comfywaifu.ai@gmail.com >
Co-authored-by: Comfy Org PR Bot <snomiao+comfy-pr@gmail.com >
2025-06-18 10:52:24 +09:00
Christian Byrne
ec9da0b6c5
[refactor] Add ResultItemType and improve image upload typing ( #4200 )
2025-06-16 14:31:24 -07:00
Christian Byrne
98bb1df436
[refactor] introduce frontend type augmentation pattern ( #4192 )
2025-06-16 11:32:07 -07:00
Christian Byrne
75077fe9ed
[Manager] Add registry search fallback with gateway pattern ( #4187 )
2025-06-15 17:22:05 -07:00
filtered
d5ecfb2c99
Revert "[refactor] Refactor and type image upload options" ( #4190 )
2025-06-15 12:17:54 -07:00
Christian Byrne
3211875084
[refactor] Refactor and type image upload options ( #4185 )
2025-06-15 12:07:26 -07:00
Christian Byrne
a6bd04f951
[Manager] Make dialog closeable with button and hotkey ( #4179 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-14 15:21:43 -07:00
Christian Byrne
5b32d2aad0
[Manager] Persist/Restore Manager UI state ( #4180 )
2025-06-14 15:19:56 -07:00
Christian Byrne
23ba7e6501
[Manager] Fix version selector popover not closing when selecting different pack ( #4176 )
2025-06-14 15:06:32 -07:00
Comfy Org PR Bot
1e2b16f14d
1.22.2 ( #4170 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-14 07:19:53 +00:00
Christian Byrne
ec27d50333
[Manager] Fix selection state race condition during pack data merge ( #4165 )
2025-06-13 23:46:53 -07:00
Christian Byrne
693e156ab2
[Manager] Update PackCard styling to match Figma design ( #4164 )
2025-06-13 22:27:34 -07:00
comfy-waifu
8274df5075
Fixed favicon some progress frames not found - by ComfyWaifu 🤍 ( #4143 )
2025-06-13 21:59:35 -07:00
Christian Byrne
55bf36564d
[Manager] Fix card selection highlight z-index and border radius issues ( #4160 )
2025-06-13 21:19:11 -07:00
Christian Byrne
48ac4a2b36
[Manager] Fix race condition in pack selection ( #4158 )
2025-06-14 03:53:06 +00:00
Christian Byrne
c9c1275e4c
[Manager] Add enable/disable toggle for installed node packs ( #4157 )
2025-06-13 20:43:38 -07:00
Terry Jia
78ebc54ebe
[3d] bugfix for preview manager ( #4147 )
2025-06-13 17:34:45 -07:00
Christian Byrne
88f2cc7847
[Manager] Refactor search result types ( #4154 )
2025-06-13 15:08:55 -07:00
Christian Byrne
7907e206da
[Types] Remove outdated type intersection ( #4146 )
2025-06-13 14:08:59 -07:00
Christian Byrne
c4fa3dfe5a
[Manager] Fix: fetch repeated infitely if no node packs installed ( #4145 )
2025-06-13 13:57:03 -07:00
filtered
587d7a19a1
[TS] Improve various types / remove assertions ( #4148 )
2025-06-13 01:46:50 -07:00
Jin Yi
9ca705381c
Update fallback banner layout ( #4141 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-12 11:04:55 -07:00
Christian Byrne
a937ac59ad
Revert Algolia proxy changes ( #4133 )
2025-06-11 06:41:35 -07:00
duckcomfy
995979a4e1
feat: add keyboard shortcut to move selected nodes (unbound by default) ( #4066 )
...
Co-authored-by: duckcomfy <a@a.a>
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-06-11 06:35:49 -07:00
Comfy Org PR Bot
c02ac95815
[chore] Update Comfy Registry API types from comfy-api@34a03c4 ( #4123 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-06-10 05:01:45 -07:00
Christian Byrne
d01926b043
[Dev] Add note to Claude memory about common mistake with url prefixes ( #4118 )
2025-06-09 07:14:26 -07:00
Christian Byrne
344c6f6244
Reland Playwright MCP for Local Development ( #4070 )
2025-06-08 01:21:22 -07:00
Terry Jia
b2918a4cf6
Improve bg color image logic ( #4095 )
2025-06-08 01:20:56 -07:00
Hayden
6d4eafb07a
Fix primevue overlay component z-index might be incorrect ( #4074 )
2025-06-08 01:20:41 -07:00
Comfy Org PR Bot
97edaade63
1.22.1 ( #4104 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-08 08:17:34 +00:00
Christian Byrne
83af274339
[fix] resolve @ symbol parsing errors in extension tooltips ( #4100 )
2025-06-08 01:02:36 -07:00
filtered
f251af25cc
Revert "[refactor] Refactor file handling" ( #4103 )
2025-06-08 07:20:15 +00:00
filtered
e2024c1e79
Revert "[fix] Remove dynamic import timing issue causing Playwright test flakiness" ( #4102 )
2025-06-07 23:57:29 -07:00
filtered
e8236e1a85
[chore] Pin third-party GitHub Actions to commit SHAs ( #4076 )
2025-06-07 21:06:34 -07:00
Christian Byrne
79a63de70e
[docs] Remove deprecated comment from registerExtension ( #4098 )
2025-06-07 20:32:36 -07:00
Christian Byrne
3eee7cde0b
[docs] Convert .cursorrules to standard markdown format ( #4099 )
2025-06-07 19:45:03 -07:00
Christian Byrne
6bbe46009b
[docs] Add PrimeVue deprecated component guidelines ( #4097 )
2025-06-07 18:27:35 -07:00
Terry Jia
1ca71caf45
[3d] performance improvement by using threejs setViewport ( #4079 )
2025-06-06 17:35:16 -07:00
Benjamin Lu
65289b1927
Update to new card design ( #4065 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-06-06 04:19:05 -07:00
filtered
9e2180dcd8
[CodeHealth] Lint script files ( #4081 )
2025-06-05 03:23:56 -07:00
Benjamin Lu
defea56ba5
[docs] update env example ( #4078 )
2025-06-05 10:39:48 +10:00
Comfy Org PR Bot
e6bca95a5f
[chore] Update ComfyUI-Manager API types from ComfyUI-Manager@4cceb46 ( #4077 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-06-04 10:07:16 -07:00
Christian Byrne
841e3f743a
[feat] Add workflow to generate ComfyUI-Manager types from OpenAPI ( #4072 )
2025-06-04 04:31:26 -07:00
Christian Byrne
73be826956
[Feature] Add "All" category to template workflows ( #3931 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-06-04 02:58:00 -07:00
Christian Byrne
398dc6d8a6
[feat] Add dynamic pricing for API nodes with real-time updates ( #3963 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-04 02:04:24 -07:00
Comfy Org PR Bot
d1f4341319
1.22.0 ( #4060 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-03 06:16:28 -07:00
Comfy Org PR Bot
8c8bb1a3b7
[chore] Update litegraph to 0.15.15 ( #4062 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-03 06:16:12 -07:00
ComfyUI Wiki
05ef25a7a3
Update the Compare slider start position to the middle ( #4052 )
2025-06-02 21:40:13 -07:00
Benjamin Lu
86aeeb87bb
Change hosts accept from readWrite to read ( #4058 )
2025-06-03 03:16:43 +00:00
Christian Byrne
f7093f6ce0
[dev] Add claude command to provide feedback and spot issues with local changes using Playwright MCP ( #4039 )
2025-06-02 02:19:51 -07:00
Benjamin Lu
88817e5bc0
Use new Algolia proxy ( #4030 )
2025-06-02 00:20:37 -07:00
filtered
3ac8aa248c
Revert "Export vue new ( #3966 )" ( #4050 )
2025-06-02 09:57:47 +10:00
filtered
75ab54ee04
Revert "[Dev] Add Playwright MCP for Local Development ( #4028 )" ( #4048 )
2025-06-02 06:21:35 +10:00
filtered
a5729c9e06
Revert "[fix] Automatically fix malformed node def translations" ( #4045 )
2025-06-02 05:37:30 +10:00
filtered
d1da3476da
Revert "Update locales for node definitions" ( #4047 )
2025-06-02 05:36:41 +10:00
Comfy Org PR Bot
ac01bff67e
Update locales for node definitions ( #4019 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: github-actions <github-actions@github.com >
2025-06-01 06:46:50 -07:00
Christian Byrne
ec4ced26e7
[fix] Automatically fix malformed node def translations ( #4042 )
2025-06-01 06:45:40 -07:00
Benjamin Lu
40cfc43c54
Add Help Menu in NodeLibrarySidebarTab ( #3922 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-01 23:24:31 +10:00
filtered
35a811c5cf
Remove duplication from bug report form ( #4043 )
2025-06-01 22:42:50 +10:00
Christian Byrne
3d4ac07957
[DevTask] Add custom node testing checkbox to issue template ( #4041 )
2025-06-01 02:55:59 -07:00
Christian Byrne
54055e7707
[docs] Centralize troubleshooting documentation ( #4040 )
2025-06-01 01:32:21 -07:00
Christian Byrne
69f33f322f
[fix] Clear CSS background variable when canvas background image is removed ( #4034 )
2025-06-01 13:41:17 +10:00
Christian Byrne
b81c2f7cd2
[bugfix] Filter model metadata by current widget selection ( #4021 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-06-01 12:43:00 +10:00
Comfy Org PR Bot
6289ac9182
1.21.3 ( #4035 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-06-01 00:31:35 +00:00
Christian Byrne
86a7dd05a3
[Dev] Add Playwright MCP for Local Development ( #4028 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-31 13:51:37 -07:00
Christian Byrne
dee00edc5f
[feat] Add node library sorting and grouping controls ( #4024 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-31 17:39:39 +10:00
Christian Byrne
afac449f41
[fix] Remove dynamic import timing issue causing Playwright test flakiness ( #4031 )
2025-05-31 14:01:13 +10:00
filtered
aca1a2a194
Revert "Allow extensions to define pinia stores" ( #4027 )
2025-05-31 04:12:59 +10:00
filtered
4dfe75d68b
Add GH types to issue templates ( #3991 )
2025-05-30 02:57:10 -07:00
Christian Byrne
2c37dba143
[docs] Add Claude command for adding missing i18n strings ( #4023 )
2025-05-30 02:22:40 -07:00
Christian Byrne
3936454ffd
[feat] Add logout button to user popover ( #4022 )
2025-05-30 02:17:00 -07:00
Christian Byrne
30ee669f5c
[refactor] Refactor file handling ( #3955 )
2025-05-30 02:05:41 -07:00
Terry Jia
811ddd6165
Allow extensions to define pinia stores ( #4018 )
2025-05-30 12:05:03 +10:00
filtered
0cdaa512c8
Allow extensions to raise their own Vue dialogs ( #4008 )
2025-05-29 21:05:52 +10:00
filtered
3a514ca63b
Fix dragging preview image does nothing ( #4009 )
2025-05-29 04:50:04 +10:00
Terry Jia
405b5fc5b7
Add copy url button ( #4000 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-28 17:55:57 +10:00
Comfy Org PR Bot
0eaf7d11b6
1.21.2 ( #4003 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-28 17:09:41 +10:00
Robin Huang
fa58c04b3a
[fix] Disable serialization for text preview widget ( #4004 )
2025-05-28 04:20:26 +00:00
Comfy Org PR Bot
9c84c9e250
[chore] Update litegraph to 0.15.14 ( #3998 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-28 00:40:16 +00:00
Terry Jia
6f9f048b4a
[3d] fix wrong hasRecording status ( #3995 )
2025-05-27 13:07:50 +00:00
filtered
768faeee7e
[Test] Disable flaky test ( #3994 )
2025-05-27 21:03:49 +10:00
filtered
eba81efb4b
[Test] Fix husky rejects all test file commits ( #3993 )
2025-05-27 20:50:15 +10:00
filtered
f9d92b8198
Fix native reroute chaining ( #3989 )
2025-05-27 16:57:36 +10:00
filtered
c4bbe7fee1
Update Claude rules: no @ts-expect-error ( #3985 )
2025-05-27 13:23:49 +10:00
Comfy Org PR Bot
8f4f5f8e5f
[chore] Update litegraph to 0.15.13 ( #3983 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-26 22:34:53 +00:00
Comfy Org PR Bot
9e137d9924
1.21.1 ( #3982 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-26 08:31:56 +00:00
Comfy Org PR Bot
a084b55db7
[chore] Update litegraph to 0.15.12 ( #3981 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-26 07:39:07 +00:00
filtered
835f318999
Report if Forgot Password? cannot be processed ( #3979 )
2025-05-26 11:10:05 +10:00
filtered
c35d44c491
[TS] Fix workflow store type assertions ( #3978 )
2025-05-26 05:39:30 +10:00
filtered
38d3e15103
Never restore view when setting is disabled ( #3975 )
2025-05-24 22:47:08 +10:00
Terry Jia
674d04c9cf
Export vue new ( #3966 )
...
Co-authored-by: hayden <48267247+hayden-fr@users.noreply.github.com >
2025-05-23 18:24:33 -07:00
Terry Jia
8209765eec
[3d] improve mtl support logic ( #3965 )
2025-05-23 18:22:13 -07:00
Terry Jia
9d48638464
[3d] fix wrong generated language translation for 3d node output ( #3967 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-22 16:49:48 -07:00
Comfy Org PR Bot
0095f02f46
1.21.0 ( #3962 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-21 21:35:34 -04:00
Christian Byrne
178c79e559
[fix] Make gallery navigation buttons visible on mobile devices ( #3953 )
2025-05-21 21:34:13 -04:00
Christian Byrne
7c0040bfec
Move user.css to user data ( #3952 )
2025-05-21 21:33:11 -04:00
Christian Byrne
77f91dea10
[Dev Tool] Add claude directives ( #3960 )
2025-05-21 21:32:18 -04:00
Christian Byrne
4ad6475283
[Feature] Add audio preview support to queue sidebar ( #3954 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-21 21:31:38 -04:00
Terry Jia
b531d34027
[3d] performance improve ( #3961 )
2025-05-21 21:29:52 -04:00
Christian Byrne
55ad207345
Trigger browser test expectations update ( #3959 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-21 17:20:55 -07:00
Christian Byrne
ccc1039abb
[feat] Add file upload support to canvas background image setting ( #3958 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-21 16:06:16 -07:00
Christian Byrne
49400c69b6
Set output as background ( #3079 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-21 12:15:15 -04:00
Comfy Org PR Bot
32605eeb8f
1.20.4 ( #3951 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-20 23:03:12 -04:00
Christian Byrne
f08ec0a981
[API Node] Add cost indicators on API nodes ( #3924 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-05-20 21:59:11 -04:00
Christian Byrne
356886dc29
[Feature] Add MP4 workflow file open support ( #3950 )
2025-05-20 17:57:20 -07:00
Christian Byrne
f96de24a66
Migrate user.css file to upstream ( #3949 )
2025-05-20 20:11:06 -04:00
Christian Byrne
9d48487af8
[Dev Tools] Add more claude directives ( #3948 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-20 13:45:31 -07:00
Christian Byrne
69b534bf14
[UI] Improve template card spacing and responsive image display ( #3930 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-20 14:14:05 -04:00
Christian Byrne
2acb2ac181
[Style] Increase template card elevation in dark mode ( #3946 )
2025-05-20 14:13:12 -04:00
Christian Byrne
37a583e39c
[fix] Adjust API node badge colors for light theme ( #3945 )
2025-05-20 14:12:51 -04:00
gfejer
d8821db2be
PWA support ( #3639 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
2025-05-20 02:31:59 -07:00
Yiximail
f2c4e567e4
Add a button to selection toolbox to open mask editor ( #3603 )
...
Co-authored-by: bymyself <cbyrne@comfy.org >
2025-05-20 01:23:39 -07:00
Christian Byrne
fec4c4e928
[docs] Add comprehensive documentation for browser tests ( #3942 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-05-19 23:08:03 -07:00
Terry Jia
49d32f4809
[3d] support mtl for obj file ( #3933 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-19 20:48:57 -07:00
Christian Byrne
07f0b88e30
Require description field to be non-empty when reporting issue from the UI ( #3939 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-20 13:18:19 +10:00
Christian Byrne
d92ed22908
Remove leftover asset ( #3938 )
2025-05-20 12:46:35 +10:00
Christian Byrne
24c0c2c499
[Dev Tools] Add claude config ( #3937 )
2025-05-20 12:34:51 +10:00
Christian Byrne
774bff2ed6
[Refactor] Move component test next to component ( #3940 )
2025-05-20 11:52:26 +10:00
Comfy Org PR Bot
6d87f2b2ff
1.20.3 ( #3932 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-18 21:26:18 -04:00
Christian Byrne
20911aa892
docs: improve README development section organization ( #3929 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-05-19 09:38:59 +10:00
Christian Byrne
3a6018589e
Add testing documentation guides for frontend tests ( #3927 )
2025-05-19 08:41:51 +10:00
Christian Byrne
4c92a7142e
Fix: Close user popover on button clicks ( #3928 )
2025-05-19 08:41:33 +10:00
Christian Byrne
293993e7de
Hide manager button in missing nodes dialog when manager is not installed ( #3925 )
2025-05-18 12:16:24 -04:00
Christian Byrne
a7ee3fae05
Add tests for ChatHistoryWidget and related features ( #3921 )
2025-05-18 12:16:06 -04:00
Christian Byrne
22dc84324e
[docs] add READMEs for major folders ( #3923 )
2025-05-18 12:11:56 -04:00
Christian Byrne
e76e9ec61a
docs: enhance README with development setup and troubleshooting guides ( #3920 )
2025-05-17 17:15:10 -04:00
filtered
94fde504d0
[CI] Add dev release GH Action ( #3910 )
2025-05-17 12:43:01 +10:00
Comfy Org PR Bot
e3ecf90bb3
1.20.2 ( #3917 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-16 22:02:09 -04:00
Yoland Yan
a131f36cf3
[Fix] Fix out of bound issue when window was close and reopen at diff size ( #3906 )
2025-05-16 22:01:30 -04:00
Christian Byrne
4cad1a9567
Add LLM chat history widget ( #3907 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-16 22:00:45 -04:00
filtered
47a6c6d595
[Dev] Allow Vue dev tools to be disabled ( #3911 )
2025-05-16 21:59:23 -04:00
filtered
068279ec34
Replace reactive DragAndScale proxy with callback ( #3915 )
2025-05-16 21:58:21 -04:00
Comfy Org PR Bot
2885ebf5e0
[chore] Update litegraph to 0.15.11 ( #3914 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-17 02:03:58 +10:00
Yoland Yan
d4e76ddc45
Add vite-plugin-html and vite-plugin-vue-devtools ( #3903 )
2025-05-15 14:51:39 -04:00
Chenlei Hu
9a5b80a279
[Refactor] Split SelectionToolbox buttons to components ( #3902 )
2025-05-15 11:20:51 -04:00
filtered
985dab7e1c
Allow LGraph.configure to be made recursive ( #3894 )
2025-05-15 10:48:56 -04:00
filtered
7f2b8a5321
[CodeHealth] Add various minor fixes - logging, missed i18n ( #3895 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-15 22:04:48 +10:00
filtered
59ce169ec9
Add selection changed state watcher ( #3899 )
2025-05-15 21:13:54 +10:00
Comfy Org PR Bot
4294b2c13b
[chore] Update litegraph to 0.15.10 ( #3898 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-15 20:22:01 +10:00
Comfy Org PR Bot
242c7e2885
1.20.1 ( #3891 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-14 22:40:07 -04:00
Chenlei Hu
c1442ec755
[Cleanup] Remove api nodes news dialog ( #3890 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-14 21:06:08 -04:00
Terry Jia
ebd9c96a28
[3d] bug fix and add loading for background image change ( #3888 )
2025-05-14 16:11:36 -04:00
Chenlei Hu
e6d649b596
[Refactor] Convert NodeBadge.vue to composable ( #3883 )
2025-05-13 21:56:26 -04:00
Comfy Org PR Bot
b037ba84e3
1.20.0 ( #3850 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-05-13 21:05:21 -04:00
杨必赞
7c5c47c105
expose user loggedin in extensionManager ( #3871 )
2025-05-13 21:04:27 -04:00
Chenlei Hu
b152f67d95
[Refactor] useBrowserTabTitle composable ( #3881 )
2025-05-13 17:02:54 -04:00
Chenlei Hu
be84d81c32
[Branding] Show execution progress in favicon ( #3880 )
2025-05-13 15:57:18 -04:00
Christian Byrne
a474a094f3
[Manager] Fix search results render incorrectly when scrolling pages then changing query or tab ( #3879 )
2025-05-13 15:29:10 -04:00
Christian Byrne
bc360eef15
[Manager] Cache Algolia searches and limit suggestions queries ( #3876 )
2025-05-13 15:28:42 -04:00
Christian Byrne
a52cc0ebe9
[Manager] Don't show empty suggestions dropdown ( #3878 )
2025-05-13 11:40:15 -07:00
Christian Byrne
b3c6513e7a
Fix bug: Virtual Grid increments page size when no results left to render ( #3877 )
2025-05-13 11:26:00 -07:00
Christian Byrne
a9bdc70e28
[API Node] Show message tip about API-key-based login ( #3851 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-05-13 13:03:13 -04:00
filtered
58906fa821
[CodeHealth] Remove remaining uses of global app var ( #3868 )
2025-05-13 12:01:02 -04:00
filtered
a17fb04f83
[Test] Add per-workflow viewport comparison test ( #3867 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-13 11:48:38 +10:00
Comfy Org PR Bot
5c0ad994d8
1.19.9 ( #3866 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-12 16:25:19 -04:00
filtered
31be0a04f0
Use upstreamed viewport serialisation ( #3864 )
2025-05-13 05:33:10 +10:00
Comfy Org PR Bot
d9ab4270d1
[chore] Update litegraph to 0.15.9 ( #3863 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-13 05:11:00 +10:00
filtered
36bd1f74ca
[TS] Fix weak ds.offset type breaks litegraph CI ( #3861 )
2025-05-13 04:34:47 +10:00
filtered
7144ec54aa
Fix UI crash when selecting broken node + TS fixes ( #3859 )
2025-05-12 17:57:59 +10:00
Dr.Lt.Data
b2f144c27b
refine locales/ko ( #3853 )
2025-05-12 04:25:02 +10:00
Christian Byrne
014c0022c1
[API Node] Remove mailto on own address ( #3852 )
2025-05-11 11:12:54 +10:00
Comfy Org PR Bot
5d556c9c94
1.19.8 ( #3849 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-10 18:18:54 -04:00
Christian Byrne
992c2ba822
Show text progress messages on executing nodes ( #3824 )
2025-05-10 16:10:58 -04:00
Christian Byrne
4cc6a15fde
Fix refresh combos command fails on nodes using V2 spec ( #3848 )
2025-05-10 16:06:25 -04:00
Christian Byrne
3f50b8b46d
[Test] Add missing plugins in component tests ( #3847 )
2025-05-10 16:05:30 -04:00
Christian Byrne
bb588ff44e
[API Node] Use staging platform url while in dev environment ( #3846 )
2025-05-10 16:04:51 -04:00
Christian Byrne
974236ce5a
Fix video previews not displayed if VHS previously installed but disabled or uninstalled ( #3844 )
2025-05-10 16:03:55 -04:00
Comfy Org PR Bot
6ed870d431
1.19.7 ( #3837 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-09 19:40:11 -04:00
thot experiment
4e25a78d2d
add audio preview widgets to new save nodes ( #3840 )
2025-05-09 19:34:37 -04:00
Christian Byrne
6408623b71
[API Node] Show user state when logged in via API key ( #3838 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-05-09 14:45:32 -04:00
Comfy Org PR Bot
fdad2475ce
Update locales for node definitions ( #3792 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-05-09 14:11:38 -04:00
Chenlei Hu
5486fb94a0
[API Nodes] Add api pricing link to user popover ( #3836 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-09 14:11:01 -04:00
Christian Byrne
34b1fd5a72
[API Node] Allow authentification via Comfy API key ( #3815 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-09 13:42:03 -04:00
thot experiment
aa46524829
add workflow parsing for mp3 and opus formats ( #3832 )
2025-05-09 13:40:50 -04:00
filtered
3bd87820eb
Fix undo / redo resets viewport ( #3834 )
2025-05-09 18:55:34 +10:00
filtered
0f95ed852e
[TS] Fix / consolidate DOM widget types ( #3830 )
2025-05-09 16:24:31 +10:00
Comfy Org PR Bot
3501b480d4
[chore] Update litegraph to 0.15.8 ( #3827 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-09 15:48:22 +10:00
filtered
5fa0401acd
Fix workflow Export missing viewport scale/offset ( #3828 )
2025-05-09 14:58:16 +10:00
Comfy Org PR Bot
4d39dc28e0
1.19.6 ( #3825 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-08 21:36:15 -04: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
2019c1d877
Align reset_view param on json file load ( #3823 )
2025-05-08 16:00:13 -04:00
Chenlei Hu
2425e32d51
Partial execute to selected output nodes ( #3818 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-08 11:44:26 -04:00
Comfy Org PR Bot
b6466c44e5
1.19.5 ( #3817 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-07 22:36:19 -04:00
filtered
13441add24
Convert DOM widgets to Litegraph widget subclass ( #3813 )
2025-05-08 10:25:54 +10:00
Comfy Org PR Bot
64ce8ce5ed
[chore] Update litegraph to 0.15.6 ( #3814 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-08 09:39:07 +10:00
Comfy Org PR Bot
841ff0b46c
[chore] Update litegraph to 0.15.5 ( #3812 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-08 09:05:03 +10:00
Chenlei Hu
df86da3d67
[Bug] Add null check on customSpec being null ( #3810 )
2025-05-07 17:09:52 -04:00
filtered
3aea2c120a
Update widget types to match Litegraph changes ( #3808 )
2025-05-08 06:56:53 +10:00
Comfy Org PR Bot
6fdef0308b
[chore] Update litegraph to 0.15.4 ( #3809 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-08 06:43:40 +10:00
Chenlei Hu
973a1eb0a9
[Bug] Guard link fixer with try-catch ( #3806 )
2025-05-07 16:10:21 -04:00
filtered
b9d9ce78f9
[TS] Widget typing ( #3804 )
2025-05-08 04:38:17 +10:00
Benjamin Lu
bb1ac32ccd
Revert "Remove Release Summary section in README ( #3607 )" ( #3802 )
2025-05-07 13:56:05 -04:00
Christian Byrne
1ef3c007e6
[Auth] Allow user select GitHub account on login ( #3801 )
2025-05-07 12:03:23 -04:00
Terry Jia
db81b62274
[3d] add record video support for load3d animation node ( #3798 )
2025-05-07 10:12:33 -04:00
Comfy Org PR Bot
43365b4318
1.19.4 ( #3800 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-07 23:11:01 +10:00
Comfy Org PR Bot
dfdffcd27e
[chore] Update litegraph to 0.15.3 ( #3799 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-07 22:47:16 +10:00
Comfy Org PR Bot
252454484f
[chore] Update litegraph to 0.15.2 ( #3797 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-07 22:41:23 +10:00
Comfy Org PR Bot
c1984f7ccd
1.19.3 ( #3795 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-06 22:04:37 -04:00
Christian Byrne
bbbf140b1f
Handle user avatar error ( #3735 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-06 22:04:25 -04:00
Terry Jia
754eb807de
[3d] some improvement for load3d recording video ( #3794 )
2025-05-06 22:03:12 -04:00
filtered
fad6c6c502
[nit] Further simplify watcher via whenever ( #3790 )
2025-05-06 20:23:46 -04:00
Chenlei Hu
926278e9ef
[nit] Simplify selection overlay watcher ( #3789 )
2025-05-06 16:07:19 -04:00
Chenlei Hu
131fae72d4
[Branding] Use new logo on menu bar ( #3788 )
2025-05-06 15:18:50 -04:00
Comfy Org PR Bot
a8a7288e0d
[chore] Update litegraph to 0.15.1 ( #3784 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-07 02:01:50 +10:00
Chenlei Hu
2a21dd1004
[Branding] Use new logo favicon ( #3787 )
2025-05-06 11:02:49 -04:00
Chenlei Hu
3bdd814b3c
[Branding] Use new comfyorg logo ( #3786 )
2025-05-06 10:54:37 -04:00
filtered
0da6be5cdc
[Refactor] Update Litegraph widget types / cleanup ( #3782 )
2025-05-06 19:40:30 +10:00
Comfy Org PR Bot
6a3cf9e698
[chore] Update litegraph to 0.15.0 ( #3759 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-05-06 18:54:33 +10:00
Christian Byrne
6b98f1de0e
[API Node] Adjust notification dismiss logic and message ( #3778 )
2025-05-06 00:51:47 -07:00
Chenlei Hu
d05a340949
[Auth] Allow user select google account on login ( #3777 )
2025-05-05 23:16:16 -04:00
Comfy Org PR Bot
ca16e55579
1.19.2 ( #3774 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-05 21:16:28 -04:00
Christian Byrne
a54529da40
[API Node] Refine locales ( #3772 )
2025-05-05 21:16:19 -04:00
Christian Byrne
f52915a590
Allow disabling proxy of /template path via env ( #3773 )
2025-05-05 17:48:11 -07:00
Christian Byrne
13b00cdbc6
Update template titles ( #3771 )
2025-05-05 19:05:35 -04:00
Christian Byrne
626b54da27
Fix: latent preview format is read from wrong byte of header ( #3761 )
2025-05-05 15:08:55 -07:00
Christian Byrne
c24472aeac
[API Node] Add localizations for template workflow descriptions ( #3769 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-05 12:53:02 -07:00
Chenlei Hu
ea605887fa
[API Nodes] Add cost badge for api nodes ( #3768 )
2025-05-05 14:25:19 -04:00
Chenlei Hu
6edea73bf8
Update blog post link ( #3767 )
2025-05-05 13:56:20 -04:00
Chenlei Hu
6b8bf989f1
[API Nodes] Apply yellow color to api nodes by default ( #3766 )
2025-05-05 13:56:11 -04:00
Christian Byrne
3758a435cb
[API Node] Sort API templates by localized display name ( #3765 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-05 10:55:02 -07:00
Christian Byrne
813bf11484
Fix execution error message overflowing out of screen ( #3762 )
2025-05-05 23:20:32 +10:00
filtered
b5ae354bec
Prevent node tooltip from breaking pan & zoom ( #3760 )
2025-05-05 22:48:25 +10:00
Comfy Org PR Bot
7a1a626b36
1.19.1 ( #3756 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-04 20:45:43 -04:00
Comfy Org PR Bot
63d24301a3
[chore] Update litegraph to 0.15.0-3 ( #3757 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-05 09:31:52 +10:00
Chenlei Hu
93d7d2c69c
[Bug] Remove default dialog close button on news dialog ( #3758 )
2025-05-04 19:07:13 -04:00
Chenlei Hu
2d9a0d02ab
[API Nodes] Add API Nodes new feature dialog ( #3755 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-04 17:20:05 -04:00
filtered
6601cf6959
Add setting to enable Litegraph trackpad gestures ( #3751 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-04 14:31:43 +10:00
Terry Jia
77ac4a415c
[3d] add recording video support ( #3749 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-03 23:00:07 -04:00
Comfy Org PR Bot
8ae36e2c8d
[chore] Update litegraph to 0.15.0-2 ( #3750 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-04 12:01:52 +10:00
Yiximail
cb9ec354e7
Implement mask editor undo/redo ( #3708 )
2025-05-03 19:55:37 -04:00
filtered
8713cd6e25
[TS] Require override keyword ( #3746 )
2025-05-03 19:54:45 -04:00
filtered
c30244ef66
[Desktop] Fix Server-Config panel does not load ( #3743 )
2025-05-04 05:13:04 +10:00
Comfy Org PR Bot
2024aa6562
1.19.0 ( #3737 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-03 11:14:47 -04:00
filtered
00c2181bb6
Show warning toast when no items are selected ( #3741 )
2025-05-03 11:14:02 -04:00
Christian Byrne
743f3cb5a1
[Subgraph] Add subgraph breadcrumbs component ( #3241 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-05-03 09:31:45 +10:00
Comfy Org PR Bot
111fdcc71a
[chore] Update litegraph to 0.15.0-1 ( #3738 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-03 08:33:18 +10:00
Terry Jia
ba3b1bae87
add List view for workflow tempalte ( #3710 )
...
Co-authored-by: Chenlei Hu <hcl@comfy.org >
Co-authored-by: github-actions <github-actions@github.com >
2025-05-02 17:50:53 -04:00
Christian Byrne
23d32282bc
Fix: server fails to load SVG outputs when user has "Preview Format" setting specified ( #3734 )
2025-05-02 10:09:50 -07:00
Chenlei Hu
197f33ffcd
[Bug] Register dom widget when only node is added to graph ( #3732 )
2025-05-02 12:49:19 -04:00
filtered
b618ebe36d
Change groupNode menu anchor to retain position ( #3733 )
2025-05-03 02:11:06 +10:00
Benjamin Lu
b61640c51b
[Desktop] Add toasts for update check ( #3723 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-05-02 11:06:51 -04:00
Comfy Org PR Bot
869f500d4e
1.18.6 ( #3730 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-02 10:59:25 -04:00
Chenlei Hu
ec8ee49a2c
[Bug] Fix zoom lag of DOM widget ( #3714 )
2025-05-02 10:58:51 -04:00
Comfy Org PR Bot
53372110d3
[chore] Update electron-types to 0.4.43 ( #3731 )
...
Co-authored-by: benceruleanlu <162923238+benceruleanlu@users.noreply.github.com >
2025-05-02 10:32:13 -04:00
Christian Byrne
1cbc0fc613
[API Node] Sort API templates by name ( #3721 )
2025-05-01 21:30:32 -04:00
filtered
c82401c61c
[TS] Fix strict type on chain callback, widgetInput ( #3727 )
2025-05-01 21:29:43 -04:00
Comfy Org PR Bot
2c75948ab9
[chore] Update litegraph to 0.15.0-0 ( #3725 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-02 10:27:52 +10:00
filtered
89b826a231
[Test] Add missing test expectation ( #3724 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-05-02 09:57:29 +10:00
Christian Byrne
3806ba3bf1
Increase template card titles' line height to 2 lines ( #3722 )
2025-05-01 19:28:02 -04:00
thot experiment
878aedb4f7
add svg metadata loading ( #3719 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-05-02 09:26:24 +10:00
Comfy Org PR Bot
f7e4ed23d7
[chore] Update litegraph to 0.14.6 ( #3717 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-05-01 16:19:35 -04:00
Chenlei Hu
4461210f43
Prune widgets on graph configure ( #3716 )
2025-05-01 16:07:42 -04:00
dependabot[bot]
f868fac6e9
Bump vite from 5.4.18 to 5.4.19 ( #3715 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 15:13:28 -04:00
Comfy Org PR Bot
f7b51bbf7d
[chore] Update litegraph to 0.14.5 ( #3713 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-02 02:56:39 +10:00
Comfy Org PR Bot
8b6758ddfc
1.18.5 ( #3711 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-05-01 08:53:53 -04:00
Comfy Org PR Bot
0d87f301b9
[chore] Update litegraph to 0.14.4 ( #3706 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-05-01 08:50:51 -04:00
Christian Byrne
8349181321
Fix parsing workflows from mp4 (isobmff) ( #3707 )
2025-05-01 08:50:24 -04:00
Chenlei Hu
98b75e4819
[Bug] Fix staging tag shown in prod ( #3705 )
2025-04-30 19:36:07 -04:00
Chenlei Hu
d41b8c4e83
[Refactor] Use single map to store dom widget and states ( #3703 )
2025-04-30 19:29:49 -04:00
Chenlei Hu
ee8f0bf013
[Style] Fix user icon size ( #3701 )
2025-04-30 16:19:59 -04:00
Chenlei Hu
834d5820d2
[Auth] Allow change password in user panel ( #3699 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-30 16:12:57 -04:00
Comfy Org PR Bot
a43d1e1ee8
1.18.4 ( #3686 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-30 10:32:08 -04:00
Benjamin Lu
35f0551244
Personal Data Consent Checkbox ( #3697 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-30 10:29:46 -04:00
filtered
838acefd72
Fix graph.change called twice on keypress ( #3695 )
2025-04-30 17:59:01 +10:00
Chenlei Hu
df723b56da
Show staging tag for staging firebase ( #3693 )
2025-04-29 21:32:00 -04:00
Benjamin Lu
c5eb97e563
Add contact info to auth modal ( #3692 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-29 20:36:25 -04:00
Chenlei Hu
98d7256da4
Remove refresh button when all nodes are selected ( #3690 )
2025-04-29 19:59:49 -04:00
Christian Byrne
4828af9a13
[API Node] Update FAQ link to docs.comfy ( #3691 )
2025-04-29 19:59:28 -04:00
Benjamin Lu
4e0950d953
Adopt copilot instructions ( #3689 )
2025-04-29 18:46:53 -04:00
Chenlei Hu
beec20a382
[Style] Hide deprecated settings on UI ( #3688 )
2025-04-29 18:45:41 -04:00
Chenlei Hu
b4731637d4
[Style] Use icon for experimental setting tag ( #3687 )
2025-04-29 15:59:40 -04:00
Chenlei Hu
30ce4a243d
[Refactor] Extract CreditTopUpOption component ( #3685 )
2025-04-29 14:10:09 -04:00
Chenlei Hu
a2f04844e0
[Bug] Identify api nodes as core nodes ( #3683 )
2025-04-29 11:45:52 -04:00
Comfy Org PR Bot
1531025070
1.18.3 ( #3677 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-29 11:26:52 -04:00
Terry Jia
fb14d24047
[upstream] Upstream PreviewAny from rgthree-comfy ( #3640 )
2025-04-29 11:23:30 -04:00
filtered
04815605b4
Fix two undo steps on add node via context menu ( #3674 )
2025-04-29 11:23:12 -04:00
Terry Jia
c7435af51b
better expression ( #3678 )
2025-04-29 11:18:01 -04:00
filtered
3bc9a3933f
Fix two undo steps on alt-click to add reroute ( #3675 )
2025-04-28 19:20:00 -04:00
filtered
bd1890a422
[Refactor] Convert save viewport in workflow to watcher ( #3673 )
2025-04-29 06:49:41 +10:00
Chenlei Hu
5ec4ec8303
[Bug] Fix mp4 output preview in queue ( #3672 )
2025-04-28 15:25:53 -04:00
Chenlei Hu
b1a98437e4
[Auth] Warn insecure context on login ( #3663 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-27 22:04:19 -04:00
Christian Byrne
96d954ceb2
[API Node] Conditional signup render ( #3653 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-04-27 21:47:17 -04:00
Chenlei Hu
c6cb3f0a33
[Auth] Report better auth domain error ( #3662 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-27 21:29:52 -04:00
Comfy Org PR Bot
25136cc63d
[chore] Update litegraph to 0.14.3 ( #3660 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-27 21:01:29 -04:00
Chenlei Hu
8472bde5dd
[Cleanup] Remove unnecessary null check on auth (2/2) ( #3661 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-27 20:50:59 -04:00
Comfy Org PR Bot
3b6dc28727
1.18.2 ( #3659 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-27 19:14:19 -04:00
filtered
6835b2bb5c
Add theme colour for disabled widgets ( #3657 )
2025-04-27 19:12:47 -04:00
Comfy Org PR Bot
8f540e6603
[chore] Update litegraph to 0.14.2 ( #3650 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-27 05:41:32 +10:00
Christian Byrne
99cc587abf
Load workflows from mp4/mov files ( #3543 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-26 12:31:29 -07:00
Benjamin Lu
82c5f02c3d
Add contributing guidelines to README.md ( #3637 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-26 08:39:35 -04:00
Chenlei Hu
04f447c2a3
[Cleanup] Remove tooltip on current user button ( #3636 )
2025-04-25 19:27:47 -04:00
Benjamin Lu
84c14ddd92
Remove automatic nightly pytorch for blackwell users on desktop ( #3613 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-25 18:08:37 -04:00
Comfy Org PR Bot
c7e6d66d47
[chore] Update electron-types to 0.4.42 ( #3634 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-26 07:45:10 +10:00
filtered
5d4be8dc63
Fix electron type workflow ( #3633 )
2025-04-26 07:43:35 +10:00
Chenlei Hu
0bec26ca4b
[Cleanup] Remove api.listUserData ( #3632 )
2025-04-25 15:55:42 -04:00
Chenlei Hu
45eb4701d2
Implement top menu user popover ( #3631 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-25 15:26:41 -04:00
Chenlei Hu
25359575db
[Refactor] Extract user credit component ( #3630 )
2025-04-25 15:02:36 -04:00
Comfy Org PR Bot
d0b99b95c6
1.18.1 ( #3629 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-25 13:34:35 -04:00
filtered
ddff592561
Fix new link follows pointer until menu closed ( #3628 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-26 03:26:03 +10:00
Benjamin Lu
8491ca91b7
Move component tests into the same directory as their component counterparts ( #3625 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-25 13:13:30 -04:00
Yiximail
630fa04882
Fix dynamic screen height ( #3626 )
2025-04-25 13:12:30 -04:00
Comfy Org PR Bot
bf80ae7295
[chore] Update litegraph to 0.14.1 ( #3627 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-26 02:38:46 +10:00
Yiximail
44348180f5
Fix long-press to open contextmenu on touch devices ( #3624 )
2025-04-25 11:30:13 -04:00
Benjamin Lu
4e12800336
Expand component test coverage to BrowserTabTitle ( #3623 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-25 11:03:46 -04:00
Yiximail
d883448b86
Fix incorrect touch event handling by accurately tracking touch points ( #3622 )
2025-04-25 10:54:34 -04:00
Benjamin Lu
1c59e3b51b
[nit] Use TorchMirrorUrl ( #3617 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-25 10:52:52 -04:00
Chenlei Hu
b79cbf69af
Use PrimeVue Avatar component ( #3615 )
2025-04-24 21:49:03 -04:00
Chenlei Hu
b05407ffdd
[Refactor] Split authStore into authStore and authService ( #3612 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 20:45:30 -04:00
Benjamin Lu
2a62f7ec7f
ignore Vite timestamped config modules in .gitignore ( #3614 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-24 20:40:18 -04:00
Benjamin Lu
bf757c11ef
Reland "Add unified sidebar width setting" ( #3611 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 17:45:25 -04:00
Chenlei Hu
0ed29a198d
[Cleanup] Remove unnecessary null check on auth ( #3610 )
2025-04-24 17:36:16 -04:00
Chenlei Hu
31d5671f24
Revert "Add unified sidebar width setting" ( #3609 )
2025-04-24 17:14:01 -04:00
Benjamin Lu
ba3e2edb8a
Add unified sidebar width setting ( #3605 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 16:41:46 -04:00
Benjamin Lu
9c2300d780
Update README with Recommended Code Editor Configuration ( #3606 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-24 16:34:38 -04:00
Benjamin Lu
3f85ff751c
Remove Release Summary section in README ( #3607 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-24 16:34:07 -04:00
Chenlei Hu
0caf1686c3
Add Comfy.User.SignOut command ( #3608 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 16:33:26 -04:00
Chenlei Hu
26f98d24fb
[Refactor] Async load all setting panels ( #3604 )
2025-04-24 13:00:42 -04:00
Comfy Org PR Bot
fcbdee54ec
1.18.0 ( #3552 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-04-24 12:43:44 -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
Comfy Org PR Bot
df51e89311
[chore] Update litegraph to 0.14.0 ( #3602 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-25 01:00:15 +10:00
Terry Jia
b314435f81
add importmap for vue-i18n ( #3595 )
2025-04-23 22:34:19 -04:00
Chenlei Hu
ba367c0214
[nit] Rename credit history to invoice history ( #3598 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-23 22:33:52 -04:00
Chenlei Hu
64ad6a9bb0
Re-style TopUpCreditDialog to match design ( #3597 )
2025-04-23 22:28:35 -04:00
AustinMroz
3819db5ec4
Introduce widgetType option to inputSpec ( #3550 )
2025-04-23 20:36:01 -04:00
filtered
80517e8204
[Test] Add test expectation ( #3593 )
2025-04-24 08:48:06 +10:00
Comfy Org PR Bot
40034e77f9
1.17.11 ( #3592 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-24 08:04:24 +10:00
filtered
2ef8b7cfd7
Fix opening search from context menu ( #3591 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-24 07:54:27 +10:00
Comfy Org PR Bot
9cf3a0e568
1.17.10 ( #3590 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-23 15:19:22 -04:00
Chenlei Hu
f562cf27cd
[API Node] Workaround custom node hijack on api.queuePrompt ( #3589 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-04-23 15:18:37 -04:00
Chenlei Hu
4244a0a258
[Cleanup] Remove unused dialog functions ( #3588 )
2025-04-23 11:46:50 -04:00
Comfy Org PR Bot
ad3d2fe2e9
1.17.9 ( #3585 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-23 11:16:46 -04:00
Chenlei Hu
4c23cfbd4d
[API Node] Better execution error handling ( #3587 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-23 11:15:38 -04:00
Chenlei Hu
9e10e55633
[Schema] Add api_node flag to node def schema ( #3586 )
2025-04-23 10:47:08 -04:00
Christian Byrne
59cbe90fd3
[API Node] Reset password ( #3578 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-23 10:13:17 -04:00
Christian Byrne
16bd9abccd
Translate user and credits settings categories ( #3580 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-23 10:12:14 -04:00
Christian Byrne
e84bdc96cf
Update FAQ link ( #3579 )
2025-04-23 10:12:02 -04:00
Comfy Org PR Bot
a57be36d4d
1.17.8 ( #3573 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-22 22:26:48 -04:00
Christian Byrne
3bd508c001
Use generalized prod config var ( #3574 )
2025-04-22 22:26:31 -04:00
Chenlei Hu
612500a4dc
[nit] Fix typo ( #3577 )
2025-04-22 21:35:26 -04:00
Christian Byrne
e9723407d8
[API Node] Fix credits fetch condition ( #3575 )
2025-04-22 21:33:44 -04:00
Christian Byrne
a01aa39423
[API Node] Show error toast ( #3576 )
2025-04-22 21:32:52 -04:00
Chenlei Hu
ab94a55858
Show user avatar on top menu if available ( #3572 )
2025-04-22 19:47:34 -04:00
Christian Byrne
1bcf5e28d4
[API Node] Contact support button ( #3571 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-22 19:47:23 -04:00
Chenlei Hu
9e247063aa
[nit] Adjust font size of User Panel header ( #3570 )
2025-04-22 19:03:40 -04:00
Comfy Org PR Bot
cdddf359a8
1.17.7 ( #3569 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-22 18:52:13 -04:00
Christian Byrne
8558f87547
[API Node] User management ( #3567 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-04-22 18:48:45 -04:00
Chenlei Hu
262991db6b
[Bug] Prevent node pasting in signin dialog ( #3568 )
2025-04-22 16:18:25 -04:00
Chenlei Hu
585d52e24e
[Bug] Fix DOM widgets position when canvas bounding box change ( #3565 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-22 15:11:54 -04:00
Chenlei Hu
b7535755f0
Revert "[nit] Remove tab index on canvas element" ( #3566 )
2025-04-22 12:58:37 -04:00
Chenlei Hu
6b7b0f6ec1
[nit] Remove tab index on canvas element ( #3563 )
2025-04-22 11:40:22 -04:00
filtered
c7318bcf0a
Update node search to use litegraph LinkConnector ( #3546 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-22 10:35:49 -04:00
Christian Byrne
11f909436c
[Manager] Fix reactivity of node pack version options dropdown ( #3557 )
2025-04-22 09:45:46 -04:00
Comfy Org PR Bot
d8f4dc95bb
1.17.6 ( #3558 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-04-21 22:50:43 -07:00
Christian Byrne
c1bc664edd
Add command to open signin dialog ( #3556 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-21 22:46:31 -07:00
Christian Byrne
e7fe2046ba
Checkout on credit add ( #3555 )
2025-04-21 22:46:05 -07:00
Comfy Org PR Bot
bf4ad38e9b
1.17.5 ( #3551 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-21 20:08:30 -04:00
Chenlei Hu
2b024bb186
[Cleanup] Remove LGraphNode.isValidWidgetLink ( #3549 )
2025-04-21 15:48:55 -04:00
filtered
6e5930c355
[API] Add sockets to custom widgets by default ( #3548 )
2025-04-21 15:24:48 -04:00
Comfy Org PR Bot
6151d487c6
[chore] Update litegraph to 0.13.8 ( #3547 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-22 02:17:12 +10:00
Comfy Org PR Bot
e027a9bf44
[chore] Update litegraph to 0.13.7 ( #3544 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-21 11:00:10 -04:00
filtered
53ee5904e8
[TS] Fix serialisation type ( #3541 )
2025-04-21 21:13:42 +10:00
Christian Byrne
f82bb71b1e
Fix client => canvas position conversion ( #3540 )
2025-04-21 20:21:25 +10:00
Terry Jia
40d08a890d
[3d] move default values of backgroundColor, LightIntensity, LightMaximum, LightMinimum, LightStep to settings panel ( #3536 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-20 23:08:23 -04:00
Chenlei Hu
ebf3c0c049
[API Nodes] Add credit management panel UI ( #3535 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-20 22:11:43 -04:00
Comfy Org PR Bot
e77d5c1f57
1.17.4 ( #3533 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-20 21:04:14 -04:00
Chenlei Hu
b5c1da22db
[API Nodes] Remove cost from signin required dialog ( #3532 )
2025-04-20 17:02:42 -04:00
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
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
Dr.Lt.Data
3204637e5a
refine locales/ko ( #3526 )
2025-04-20 21:14:33 +10:00
Comfy Org PR Bot
b2cb719026
1.17.3 ( #3520 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
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
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 >
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
Chenlei Hu
5d584577fe
[Bug] Fix uuid generation in insecure context ( #3505 )
2025-04-18 11:43:25 -04:00
filtered
10a96d1af6
[TMP] Temporarily disable hidream template test ( #3502 )
2025-04-18 21:34:02 +10:00
Comfy Org PR Bot
03392a3cc7
1.17.1 ( #3486 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
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
Christian Byrne
1fb015e046
Remove templates build from release process ( #3481 )
2025-04-17 10:41:36 -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
Christian Byrne
41675805b6
[Test] Add LGraphBadge light theme browser test ( #3475 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-16 15:10:14 -04:00
Makki Shizu
6321fae6f3
fix 2_pass_pose_worship zh translation ( #3474 )
2025-04-16 11:04:28 -04: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
Comfy Org PR Bot
45c450cdb9
[chore] Update litegraph to 0.13.3 ( #3463 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-15 11:03:32 -04:00
Chenlei Hu
ca85b2b144
[DevExperience] Add recommended extensions to .vscode ( #3459 )
2025-04-15 10:27:43 -04:00
Comfy Org PR Bot
1f28e6ef33
1.17.0 ( #3458 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-14 21:06:33 -04:00
Comfy Org PR Bot
fee444c64b
[chore] Update litegraph to 0.13.2 ( #3460 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-14 21:06:23 -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
Chenlei Hu
8d7a21e008
[lint] Add eslint-plugin-prettier ( #3433 )
2025-04-12 22:12:50 -04:00
Comfy Org PR Bot
29e63baca6
1.16.7 ( #3430 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-12 21:22:02 -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
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
dependabot[bot]
04d38f2538
Bump vite from 5.4.17 to 5.4.18 ( #3426 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-12 12:19:10 -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
Comfy Org PR Bot
42c004d41d
1.16.6 ( #3410 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-11 20:33:25 -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
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
59e20964a0
[Manager] Add fallback to infer node pack when metadata is missing from workflow ( #3396 )
2025-04-11 09:50:30 -04:00
Comfy Org PR Bot
8f00d8ca6a
1.16.5 ( #3394 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-10 21:29:17 -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
Chenlei Hu
261f671ef0
Disable native reroute migration ( #3379 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-10 08:50:07 -04:00
Benjamin Lu
22ae30132c
Add tag pi-language icon for Comfy.Locale setting ( #3378 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-09 22:47:40 -04:00
Chenlei Hu
7d3bf372b0
[Bug] Apply link fixes regardless of fixed state ( #3376 )
2025-04-09 20:28:49 -04:00
Comfy Org PR Bot
cd35373c25
1.16.4 ( #3372 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-09 19:41:01 -04:00
Chenlei Hu
a500a96c4a
[TS] Fix widget GET_CONFIG on loading primitive nodes ( #3374 )
2025-04-09 17:48:28 -04:00
Chenlei Hu
dc9ea44f3a
Prevent widget value serialization for media preview widgets ( #3370 )
2025-04-09 17:01:02 -04:00
Christian Byrne
2dc33b1eb9
[Manager] Remove outdated comment ( #3371 )
2025-04-09 16:51:16 -04:00
Comfy Org PR Bot
ed8f9a5a4f
[chore] Update litegraph to 0.13.1 ( #3369 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-09 16:45:31 -04:00
Chenlei Hu
6e72e1924e
Update ComfyUI_devtools version in CI ( #3368 )
2025-04-09 14:59:07 -04:00
Christian Byrne
f7854a4e0b
[Manager] Fix node pack icons not displaying in search results ( #3366 )
2025-04-09 13:51:47 -04:00
Chenlei Hu
05023b7889
Migrate defaultInput widget option ( #3364 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-09 13:51:34 -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
Comfy Org PR Bot
21d679a662
1.16.3 ( #3357 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-08 23:05:29 -04:00
Chenlei Hu
34f9603961
[Feature Request]: Add resize keybinding ( #3356 ) ( #3358 )
...
Co-authored-by: Emanuel F. <70411130+efrancisworks@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-04-08 23:05:21 -04:00
Christian Byrne
cf27a896f3
[Manager] Handle display of git hash versions for NIGHTLY node packs ( #3359 )
2025-04-08 23:00:36 -04:00
Chenlei Hu
e9a98161ca
[Bug] Fix converted widget compression on export ( #3354 )
2025-04-08 20:20:19 -04:00
Christian Byrne
fa132e4106
Don't translate 'Stable Zero' ( #3352 )
2025-04-08 19:51:11 -04:00
Chenlei Hu
a489c19b07
Upstream rgthree's link fixer ( #3350 )
2025-04-08 18:32:43 -04:00
Comfy Org PR Bot
46af2f03f3
1.16.2 ( #3345 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-08 11:08:53 -04:00
Chenlei Hu
3a1c95fb10
[Bug] Fix input link slots ( #3349 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-08 11:08:42 -04:00
Comfy Org PR Bot
7a6f0e210e
1.16.1 ( #3342 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-07 22:22:45 -04:00
Chenlei Hu
ac3bd7a848
[Test] Add test on dynamically added inputs ( #3344 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-07 22:22:32 -04:00
Comfy Org PR Bot
77b5e487cf
[chore] Update litegraph to 0.13.0 ( #3343 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-07 20:04:18 -04:00
catboxanon
a7a8459e18
Add option to disable workflow persistence ( #3341 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-04-07 17:06:41 -04:00
dependabot[bot]
65c9c264c6
Bump vite from 5.4.16 to 5.4.17 ( #3338 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-06 21:37:16 -04:00
Comfy Org PR Bot
8ea070df12
1.16.0 ( #3334 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-06 21:37:08 -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
Benjamin Lu
a2b3048b94
Clarify Playwright setup README and add note to .env_example ( #3336 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-06 21:00:14 -04:00
Christian Byrne
549a42716f
[Manager] Add tab for outdated node packs (has update available) ( #3255 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-04-06 18:49:40 -04:00
Benjamin Lu
fa75614dc3
Add autosave feature ( #3330 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-06 18:48:00 -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
Comfy Org PR Bot
6eb2b76621
[chore] Update litegraph to 0.12.0 ( #3335 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-06 11:31:42 -04:00
Christian Byrne
9dd3b9fff5
[3d] Add translations for material modes controls ( #3325 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Terry Jia <terryjia88@gmail.com >
2025-04-05 22:29:46 -04:00
Chenlei Hu
785cad70ba
[Cleanup] Remove extra.info from workflow schema ( #3332 )
2025-04-05 21:43:09 -04:00
Comfy Org PR Bot
026f076b8a
1.15.12 ( #3331 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-05 21:22:08 -04:00
Christian Byrne
65f1561ec6
Add option to disable reconnecting toasts ( #3327 )
2025-04-05 18:50:25 -04:00
Benjamin Lu
bb094cf0ae
Scroll to active offscreen tab when opened ( #3320 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-05 16:06:45 -04:00
Christian Byrne
ec684ee6b8
[Manager] Fix primevue severity in status messages ( #3324 )
2025-04-05 16:04:30 -04:00
Comfy Org PR Bot
3978613f14
1.15.11 ( #3322 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-05 17:56:18 +11:00
Comfy Org PR Bot
0a40e07f7e
[chore] Update litegraph to 0.11.10 ( #3321 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-04-05 17:42:24 +11:00
Comfy Org PR Bot
577af51ff8
1.15.10 ( #3319 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-03 22:31:57 -04:00
Chenlei Hu
df7c7383e2
Only show reroute migration dialog when native reroute is not present ( #3318 )
2025-04-03 22:08:40 -04:00
Comfy Org PR Bot
1279f30f5a
[chore] Update litegraph to 0.11.9 ( #3316 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-03 14:49:35 -04:00
Benjamin Lu
9ab4b549c0
Enable double clicking keybind row to edit bind ( #2924 ) ( #3315 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-04-03 14:04:02 -04:00
Comfy Org PR Bot
10de4e5445
1.15.9 ( #3314 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-02 19:35:18 -04:00
Chenlei Hu
30420f2c0a
[TS] Add null checks to widgetInputs.ts ( #3312 )
2025-04-02 15:48:46 -04:00
Chenlei Hu
39c3a57c11
[Cleanup] Remove handling of legacy slot widget config ( #3311 )
2025-04-02 13:58:06 -04:00
Chenlei Hu
6d09b7165f
[TS] Fix event type for executing listener ( #3310 )
2025-04-02 11:16:36 -04:00
Chenlei Hu
8fc6840434
[Bug] Fix progress bar display on last output node ( #3309 )
2025-04-02 11:07:25 -04:00
Chenlei Hu
db575425fe
[nit] Show error message from response ( #3308 )
2025-04-02 10:39:10 -04:00
Laurent Erignoux
ccb71bf1a3
Ensures we clean missing local storage comfy UserId ( #3289 )
2025-04-01 22:42:00 -04:00
Chenlei Hu
733d71aaac
[Refactor] Split node constructor logic ( #3307 )
2025-04-01 20:48:32 -04:00
Comfy Org PR Bot
e059b9b82f
1.15.8 ( #3306 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-04-01 16:47:22 -04:00
Chenlei Hu
cfaf769a65
[TS] Properly type slot widget ( #3305 )
2025-04-01 15:13:46 -04:00
Chenlei Hu
b80e0e1a3c
[Performance] Avoid layout thrashing ( #3302 )
2025-04-01 14:05:06 -04:00
Chenlei Hu
7b7d9905a7
Expose currently active color palette ( #3304 )
2025-04-01 14:04:57 -04:00
Chenlei Hu
594fc5945c
Fix workflow persistence ( #3303 )
2025-04-01 13:52:04 -04:00
Chenlei Hu
e5abf765bd
[Performance] Avoid per-frame workflow persistence ( #3301 )
2025-04-01 11:31:28 -04:00
dependabot[bot]
712c127bb5
Bump vite from 5.4.15 to 5.4.16 ( #3295 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 00:11:55 -04:00
Chenlei Hu
854501ef27
Show object widget values as string on missing nodes ( #3294 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-31 20:55:50 -04:00
Comfy Org PR Bot
aea4493b4d
1.15.7 ( #3293 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-31 20:07:19 -04:00
Chenlei Hu
df47226fd4
Add Reroute SplineOffset setting ( #3292 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-31 20:05:38 -04:00
Chenlei Hu
f26f5f25bb
Add widget to node with missing definition ( #3291 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-31 14:23:44 -04:00
Comfy Org PR Bot
284902cabe
1.15.6 ( #3287 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-30 21:48:18 -04:00
Chenlei Hu
58dec5ea42
Add reroute migration toast ( #3286 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-30 21:48:10 -04:00
Chenlei Hu
7e76665a22
Revert "Migrate legacy reroute to litegraph native reroute ( #3151 )" ( #3285 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-30 21:19:33 -04:00
Chenlei Hu
cb06d96930
[Refactor] Use NodeSlot.hasErrors API ( #3284 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-30 20:10:28 -04:00
Benjamin Lu
b01ddb6aff
Make entire result image preview clickable ( #3279 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-03-30 19:06:29 -04:00
Chenlei Hu
10bed33383
[Refactor] Use LGraphNode.progress API ( #3281 )
2025-03-30 18:13:31 -04:00
Comfy Org PR Bot
a57e60d60a
[chore] Update litegraph to 0.11.7 ( #3280 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-30 17:59:20 -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
fcc22f06ac
[Refactor/TS] Simplify node filter logic ( #3275 )
2025-03-29 13:00:18 -04:00
Chenlei Hu
3922a5882b
[Refactor] Extract fuse search class as a separate file ( #3274 )
2025-03-29 12:04:29 -04:00
Comfy Org PR Bot
4a40e83b98
1.15.5 ( #3268 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-28 21:20:27 -04:00
Chenlei Hu
21e0caa1b1
[Bug] Fix undo of colorization via selection toolbox ( #3267 )
2025-03-28 21:00:43 -04:00
Chenlei Hu
04af8cda4d
Use new error dialog for queue prompt errors ( #3266 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-28 13:51:00 -04:00
Chenlei Hu
504b717575
[Refactor] Unify error dialog component ( #3265 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-28 11:53:29 -04:00
Chenlei Hu
62fdcd4949
[Refactor] Extract error report generation logic ( #3263 )
2025-03-28 10:50:27 -04:00
Yiximail
cb7adaef9b
maskeditor pen input support for windows ( #3201 )
2025-03-28 13:58:53 +01:00
Comfy Org PR Bot
6aad5222ab
1.15.4 ( #3261 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-27 22:23:15 -04:00
Chenlei Hu
690326c374
[Reroute] Migrate floating link ( #3260 )
2025-03-27 22:13:16 -04:00
Comfy Org PR Bot
25ce267b2e
[chore] Update litegraph to 0.11.5 ( #3258 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-28 09:09:32 +11:00
Comfy Org PR Bot
78e3a20773
[chore] Update litegraph to 0.11.4 ( #3257 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-27 14:24:19 -04:00
Chenlei Hu
56dbcbbd22
[Bug] Fix convert dom widget placeholder render ( #3256 )
2025-03-27 14:09:30 -04:00
Christian Byrne
4bfc8e9e33
[Manager] Fetch lists of node packs in single request ( #3250 )
2025-03-27 11:49:05 -04:00
Chenlei Hu
6e72207927
[Bug] Fix this binding in useChainCallback ( #3252 )
2025-03-27 11:38:52 -04:00
Christian Byrne
71968ae133
Translate action history items ( #3249 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-27 11:13:24 -04:00
Comfy Org PR Bot
4702cd18ce
1.15.3 ( #3246 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-26 16:33:13 -04:00
Chenlei Hu
00d281c7fa
[Test] Add playwright tests ( #3245 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-26 16:32:42 -04:00
Chenlei Hu
3e25e08b10
[Bug] Fix broken output link id during reroute migration ( #3244 )
2025-03-26 16:00:54 -04:00
Comfy Org PR Bot
1d66d6d7d3
[chore] Update litegraph to 0.11.3 ( #3242 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-26 15:25:17 -04:00
dependabot[bot]
cae5bbe86f
Bump vite from 5.4.14 to 5.4.15 ( #3243 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-26 15:25:08 -04:00
Christian Byrne
4d35d937cf
[Manager] Fix build env vars ( #3238 )
2025-03-26 11:03:03 -04:00
Comfy Org PR Bot
60afa5cf6c
[chore] Update Comfy Registry API types from comfy-api@d7be0da ( #3239 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-03-26 02:48:38 -07:00
Comfy Org PR Bot
a1a33c8c9b
1.15.2 ( #3237 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-25 22:07:08 -04:00
Chenlei Hu
9988fb8f1e
[Bug] Fix selection toolbox select+drag ( #3235 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-25 15:27:25 -04:00
Chenlei Hu
0518b170d3
[i18n] Add spanish translation ( #3233 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-25 14:34:44 -04:00
Chenlei Hu
562cd7ea70
[TS] Fix type errors in app.ts ( #3232 )
2025-03-25 13:02:55 -04:00
Chenlei Hu
d3c64d404b
[Bug] Fix selection toolbox position on pasted node ( #3231 )
2025-03-25 10:51:04 -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
Comfy Org PR Bot
6c18781663
1.15.1 ( #3227 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-24 22:01:15 -04:00
Chenlei Hu
b6988e8d5c
Report file load error via toast ( #3226 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-24 22:01:07 -04:00
Chenlei Hu
ae64721555
Implement load workflow error dialog in Vue ( #3225 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-24 21:00:50 -04:00
Terry Jia
abe65e58a0
[3d] add support to upload texture ( #3224 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-24 16:58:45 -04:00
Comfy Org PR Bot
a1cfb68116
[chore] Update litegraph to 0.11.2 ( #3223 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-03-24 16:09:40 -04:00
MohammadAboulEla
5bee36a73e
Enable/Disable the drawing of image size ( #3200 )
2025-03-24 13:47:55 -04:00
Chenlei Hu
a4b0f5ab5e
[Bug] Fix widget placeholder rendering ( #3215 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-23 23:02:35 -04:00
filtered
f8a2c90138
Fix drag new link from reroute to widget ( #3214 )
2025-03-23 22:29:51 -04:00
Chenlei Hu
27c252f74a
Render placeholder rect for DOM widgets when zoomed out ( #3213 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-23 21:35:58 -04:00
Comfy Org PR Bot
7e26cffb26
[chore] Update litegraph to 0.11.1 ( #3212 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-23 21:02:31 -04:00
niboshi
cb8354bfce
Show error message on drop error ( #3189 )
2025-03-23 20:52:55 -04:00
Comfy Org PR Bot
d5ebd7b7cb
[chore] Update litegraph to 0.11.0 ( #3211 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-24 11:36:24 +11:00
Comfy Org PR Bot
845d045991
1.15.0 ( #3210 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-23 19:13:09 -04:00
Chenlei Hu
c3154fe297
[Reroute] Clean floating reroutes in reroute migration ( #3209 )
2025-03-23 18:40:39 -04:00
Christian Byrne
f90d61fad5
[Style] Remove box shadow on template dialog sidenav ( #3208 )
2025-03-23 16:14:34 -04:00
Christian Byrne
17834459a1
Fix parsing workflows from 3d outputs on Windows ( #3196 )
2025-03-23 11:42:57 -07:00
Chenlei Hu
564c4d557f
Migrate legacy reroute to litegraph native reroute ( #3151 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-22 18:56:35 -04:00
filtered
f852639758
Fix slot types added multiple times ( #3194 )
2025-03-23 09:01:12 +11:00
Comfy Org PR Bot
eae538b08e
[chore] Update litegraph to 0.11.0-2 ( #3193 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-03-23 08:01:25 +11:00
Dr.Lt.Data
d23108433e
refine locales/ko ( #3185 )
2025-03-22 15:06:10 -04:00
Comfy Org PR Bot
e6e7449ece
[chore] Update litegraph to 0.11.0-1 ( #3190 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-23 03:49:44 +11:00
Comfy Org PR Bot
22a1200bdf
[chore] Update litegraph to 0.11.0-0 ( #3183 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-03-22 10:08:41 +11:00
Chenlei Hu
ee20b63bc1
Remove unused plugin vite-plugin-static-copy ( #3182 )
2025-03-21 14:11:01 -04:00
Comfy Org PR Bot
0752e8b986
1.14.5 ( #3181 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-21 11:07:21 -04:00
Christian Byrne
b234a68cf8
[Manager] Get node pack info on select ( #3177 )
2025-03-21 11:05:09 -04:00
Terry Jia
0863fda6a4
[3d] add support to export different formats ( #3176 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-21 11:04:39 -04:00
Christian Byrne
8530406c3e
[Manager] Set max size on custom node pack icons ( #3178 )
2025-03-21 11:04:23 -04:00
Christian Byrne
f7bfb6ec57
Fix Workflow Validation error when node pack 'unknown' version ( #3179 )
2025-03-21 11:04:06 -04:00
Comfy Org PR Bot
830933e78f
Update locales for node definitions ( #3174 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-20 21:44:46 -04:00
Comfy Org PR Bot
65693ed2be
1.14.4 ( #3173 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-20 21:36:22 -04:00
Chenlei Hu
ed153dccd9
[Test] Fix flaky playwright tests ( #3170 )
2025-03-20 21:33:05 -04:00
Christian Byrne
fc7ed1bf09
Add Hunyuan3d template workflow titles i18 fields ( #3171 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-03-20 21:31:42 -04:00
Christian Byrne
4dad89369a
Load workflows from GLTF files ( #3169 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-20 20:55:51 -04:00
Chenlei Hu
5b730517a3
[Test] Sync workflow instead of full page reload ( #3168 )
2025-03-20 20:42:12 -04:00
Chenlei Hu
af0bf05883
[TS] Add null checks to TreeExplorer.vue ( #3166 )
2025-03-20 13:08:22 -04:00
Chenlei Hu
d9e62ff860
[Vue] Use Vue 3.5 syntax for prop default value ( #3165 )
2025-03-20 12:40:49 -04:00
Chenlei Hu
d9ae6cb395
[TS] Use custom TreeNode type ( #3164 )
2025-03-20 12:03:47 -04:00
Chenlei Hu
b162963593
[TS] Fix TreeExplorerNode types ( #3163 )
2025-03-20 11:47:04 -04:00
Christian Byrne
c34cc301f1
[Manager] Allow cancelling registry requests by route ( #3158 )
2025-03-20 10:30:00 -04:00
Terry Jia
afdb94f12f
[3d] refactor legacy code by using new vue style ( #3161 )
2025-03-20 10:28:35 -04:00
Dr.Lt.Data
cc8dc3dbfb
refine locales/ko ( #3162 )
2025-03-20 10:27:55 -04:00
filtered
42d99fc37e
Track floating link changes in undo/redo history ( #3160 )
2025-03-20 22:19:31 +11:00
Comfy Org PR Bot
1f03984d12
1.14.3 ( #3155 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-19 22:01:08 -04:00
Terry Jia
d49815fcb4
[3d] add preview 3d for saveGlb ( #3156 )
2025-03-19 22:00:59 -04:00
Christian Byrne
4899a1d8f6
[Manager] Keep node previews inside info panel bounds ( #3140 )
2025-03-19 21:22:16 -04:00
Christian Byrne
71444d8c69
[Manager] Allow searching while in 'Missing' node packs tab ( #3153 )
2025-03-19 20:58:55 -04:00
Chenlei Hu
867ed4c1d7
[Schema] Update zod schema on zVector2 ( #3152 )
2025-03-19 20:58:13 -04:00
Christian Byrne
0c6957bfd8
[Manager] Use skeleton placeholder when loading ( #3150 )
2025-03-19 20:18:44 -04:00
Christian Byrne
fffce30e91
[Manager] Allow scrolling info panel while keeping the icon pinned at top ( #3139 )
2025-03-19 20:05:49 -04:00
Chenlei Hu
c554138887
[Develop] Remove duplicated run of tsc typecheck ( #3149 )
2025-03-19 14:26:22 -04:00
Chenlei Hu
5bbceea76c
Downgrade vitest to 2.0.0 ( #3148 )
2025-03-19 14:22:44 -04:00
Christian Byrne
0f0601100f
[Manager] Re-evaluate search results in installed tab when node packs change ( #3144 )
2025-03-19 10:34:24 -04:00
Christian Byrne
ff59245a7f
[Manager] Use inject for installing button state ( #3143 )
2025-03-19 10:33:47 -04:00
Christian Byrne
c5af11d1ea
[Manager] Remove title hover ( #3142 )
2025-03-19 10:30:42 -04:00
Christian Byrne
bc3e2e1597
[Manager] Auto scroll logs terminal to bottom ( #3141 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-19 10:30:11 -04:00
filtered
e2a8456ff0
Remove yarn packageManager claim from package.json ( #3145 )
2025-03-19 19:26:35 +11:00
Christian Byrne
361c5ba930
[Manager] Fallback text on info panel ( #3138 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-03-19 00:49:04 -07:00
Comfy Org PR Bot
bae47b80b3
1.14.2 ( #3137 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-18 22:57:26 -04:00
Chenlei Hu
a049e9ae2d
[TS] Enable strict mode ( #3136 )
2025-03-18 22:57:17 -04:00
Terry Jia
44edec7ad2
[TS] ts-strict for 3D components ( #3135 )
2025-03-18 22:40:13 -04:00
Chenlei Hu
db43f587a6
[TS] Fix ts-strict errors in Vue components (Part 4) ( #3134 )
2025-03-18 20:42:32 -04:00
Christian Byrne
8997ff4b2a
[Manager] Add 'Missing' and 'In Workflow' tabs ( #3133 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-18 20:21:03 -04:00
Chenlei Hu
91a8591249
Add support for webm video from SaveWEBM node ( #3132 )
2025-03-18 17:46:18 -04:00
Christian Byrne
ef74d7cb01
[Manager] Show node pack's dependencies in info panel ( #3130 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-18 16:39:43 -04:00
Christian Byrne
8ab2334270
[Manager] Reset Manager state on reboot ( #3129 )
2025-03-18 16:38:17 -04:00
Chenlei Hu
59dbcc5261
[TS] Type component ref for 3D components ( #3127 )
2025-03-18 16:38:04 -04:00
Terry Jia
06488cc811
[3d] performance improve ( #3131 )
2025-03-18 16:23:32 -04:00
filtered
5a12bf33f3
Add graph ID and revision to schema ( #3096 )
2025-03-19 07:00:25 +11:00
Chenlei Hu
96ff8a7785
[TS] Fix ts-strict errors in Vue components (Part 3) ( #3126 )
2025-03-18 11:38:43 -04:00
Christian Byrne
a85a1bf794
[Manager] Add infinite scroll to search results ( #3124 )
2025-03-18 10:52:32 -04:00
Terry Jia
52bad3d0d1
[3d] support output normal and lineart at once ( #3122 )
2025-03-18 10:51:53 -04:00
Chenlei Hu
e8997a7653
[TS] Fix ts-strict errors in Vue components (Part 2) ( #3123 )
...
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2025-03-18 10:51:23 -04:00
Comfy Org PR Bot
0a6d3c0231
[chore] Update Comfy Registry API types from comfy-api@e40500f ( #3121 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-03-17 19:07:10 -07:00
Chenlei Hu
2db29fc2af
[TS] Fix ts-strict errors in Vue components (Part 1) ( #3119 )
2025-03-17 21:15:00 -04:00
Robin Huang
329bdff677
[Desktop] Add install path validation error messages ( #3059 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-17 20:37:11 -04:00
Comfy Org PR Bot
906eb750ad
1.14.1 ( #3118 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-17 20:35:26 -04:00
Christian Byrne
1a120adaea
[Manager] Adjust node pack card style according to installing or disabled state ( #3103 )
2025-03-17 17:17:36 -07:00
Christian Byrne
26a7ebdd77
Fix uploaded image not forcing re-render ( #3115 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-17 20:13:05 -04:00
Christian Byrne
da415e9d80
[Manager] Always show info panel ( #3114 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-17 16:35:34 -07:00
Christian Byrne
384b3f3218
[Manager] Make node pack card dynamically sized ( #3112 )
2025-03-17 14:51:05 -07:00
Christian Byrne
65cf157958
[Manager] Remove version from footer ( #3111 )
2025-03-17 16:50:09 -04:00
Chenlei Hu
7af003fcab
[TS] Enable noUnusedParameters ( #3110 )
2025-03-17 16:47:45 -04:00
Chenlei Hu
7e66e99c3a
[TS] Enable noUnusedLocals ( #3108 )
2025-03-17 16:20:56 -04:00
Chenlei Hu
9e9459815d
[Refactor] Split menu.spec.ts ( #3107 )
2025-03-17 15:55:48 -04:00
Christian Byrne
57b93a0007
[Manager] Remove shadows on left nav list ( #3106 )
2025-03-17 15:38:40 -04:00
Chenlei Hu
8923ec51fd
[Refactor] Re-organize browser_tests directory ( #3105 )
2025-03-17 15:32:14 -04:00
Chenlei Hu
90053058ba
[Refactor] Support handleAddFolder in TreeExplorer ( #3101 )
2025-03-17 14:08:23 -04:00
Chenlei Hu
b36f748a78
[nit] Remove unused provide in TreeExplorer ( #3100 )
2025-03-17 12:26:35 -04:00
Chenlei Hu
d57d12b426
[Refactor] Handle rename in TreeExplorer ( #3099 )
2025-03-17 12:26:26 -04:00
Christian Byrne
bd1be28478
[Manager] Add progress queue dialog ( #3091 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-17 12:16:36 -04:00
Christian Byrne
891e18af8e
[Manager] Improve node pack card header style ( #3098 )
2025-03-17 12:15:34 -04:00
Chenlei Hu
1610d06cd1
[Refactor] Accept single root node in TreeExplorer ( #3088 )
2025-03-17 10:52:06 -04:00
Comfy Org PR Bot
e3c7bbf966
1.14.0 ( #3097 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-17 10:41:08 -04:00
Christian Byrne
0bfbbe838f
[Manager] Remove shadows on version selector list ( #3094 )
2025-03-17 10:39:44 -04:00
Christian Byrne
c82fe80716
Allow rectangular virtual grid items ( #3093 )
2025-03-17 10:39:02 -04:00
Christian Byrne
ad98bcb87c
[Manager] Fix registry search results flashing screen ( #3092 )
2025-03-17 10:38:08 -04:00
Christian Byrne
652ea15e8b
Allow footer component and position props in dialogs ( #3090 )
2025-03-17 10:37:19 -04:00
Christian Byrne
a7a8cc633b
[Manager] Improve node pack card design ( #3089 )
2025-03-17 10:36:35 -04:00
Comfy Org PR Bot
d23aec4ceb
[chore] Update litegraph to 0.10.9 ( #3095 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-18 00:21:02 +11:00
Chenlei Hu
8db088b27a
Remove duplicated toolbuttons for workflow sidebar ( #3087 )
2025-03-16 20:18:24 -04:00
samnyan
7ef6e52f38
[nit] add refresh button to workflow sidebar tab ( #3062 )
2025-03-16 19:46:13 -04:00
Comfy Org PR Bot
edeefe0883
[chore] Update litegraph to 0.10.8 ( #3086 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-16 19:18:49 -04:00
MohammadAboulEla
c6046e47d2
Allowing control over domWidgets margin ( #3085 )
2025-03-16 19:16:11 -04:00
filtered
e8bcccc276
[Test] Update expectation - graph ID ( #3083 )
2025-03-17 05:29:16 +11:00
Comfy Org PR Bot
7705a09760
1.13.7 ( #3082 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-16 11:59:11 -04:00
Christian Byrne
2a860d72b2
[Manager] Wrap manager requests with log wrapper ( #3081 )
2025-03-16 11:37:17 -04:00
AustinMroz
f583015a14
Fix regression when configuring graph with missing converted input ( #3066 )
2025-03-16 11:36:42 -04:00
yolain
07f285b05a
Fix the litegraph context menu missing prototype after adding translation ( #3080 )
2025-03-17 01:42:05 +11:00
Christian Byrne
64a0a120b6
Add server logs listener composable ( #3074 )
2025-03-15 14:42:27 -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
Comfy Org PR Bot
679f2daa8d
1.13.6 ( #3063 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-14 21:26:18 -04:00
Christian Byrne
48ae6f7bf2
[Tests] Add Node Pack toggle component test ( #3060 )
2025-03-14 21:25:32 -04:00
Christian Byrne
cf732974a9
[Manager] Fix enabled/disabled node pack logic ( #3061 )
2025-03-14 21:25:07 -04:00
Chenlei Hu
e1179aace0
[nit] Add title to show full text in workflow template dialog ( #3058 )
2025-03-14 16:23:25 -04:00
Chenlei Hu
866d03b9c4
[i18n] Fix Wan i2v label ( #3056 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-14 16:02:02 -04:00
Chenlei Hu
aab1dd8698
[Test] Prune disabled tests ( #3052 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-14 14:20:36 -04:00
Chenlei Hu
eff68ae7a8
[Test] Only run chromium-2x test for tagged items ( #3050 )
2025-03-14 13:57:23 -04:00
Christian Byrne
8be25883cd
[Manager] Add suggestions to search ( #3041 )
2025-03-14 13:24:28 -04:00
Comfy Org PR Bot
c6b3e2a0ed
Update locales for node definitions ( #3048 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-14 12:08:19 -04:00
Chenlei Hu
bde518fa13
[CI] Update i18n-node-defs GH action ( #3047 )
2025-03-14 12:08:08 -04:00
Chenlei Hu
c34be53f4d
[Bug] Handle null return value from createBounds ( #3046 )
2025-03-14 12:01:37 -04:00
Christian Byrne
412500ea48
Add pointer events back on video preview widget ( #3044 )
2025-03-14 11:41:48 -04:00
Christian Byrne
d1c53a2eb5
Fix video preview widget computed min height ( #3043 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-03-14 11:39:54 -04:00
Christian Byrne
af0d0c6e39
Add Wan 2.1 template title translations ( #3042 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-14 11:35:54 -04:00
Comfy Org PR Bot
9f0abac57b
[chore] Update litegraph to 0.10.7 ( #3039 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-14 16:16:05 +11:00
filtered
24c2f2b712
[chore] Add test expections for Litegraph 0.10.6 ( #3038 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-14 13:29:25 +11:00
Comfy Org PR Bot
7450e61b10
[chore] Update litegraph to 0.10.6 ( #3037 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-14 12:57:58 +11:00
Christian Byrne
05dd587928
[Manager] Add Algolia search ( #3036 )
2025-03-13 18:24:38 -07:00
Chenlei Hu
20d2eca51e
[Test] Add playwright test on litegraph native reroute ( #3033 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-13 21:06:07 -04:00
Chenlei Hu
3b5634623a
[Schema] Add floatingLinks to workflow schema ( #3034 )
2025-03-13 21:05:45 -04:00
Christian Byrne
8f8b5bdcf4
[Manager] Add filtering nodes/packs by 'Installed' or 'All' ( #3031 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-13 20:39:27 -04:00
Terry Jia
0cfd6a487a
[3d] apply new vue desige ( #3018 )
2025-03-13 20:37:54 -04:00
Comfy Org PR Bot
744b5fab68
[chore] Update litegraph to 0.10.5 ( #3032 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-14 11:29:26 +11:00
Comfy Org PR Bot
56cea8047d
1.13.5 ( #3030 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-13 19:49:38 -04:00
Christian Byrne
27fe7f89be
Add enable/disable toggle to node pack info panel ( #3026 )
2025-03-13 19:48:22 -04:00
Christian Byrne
116a11bd58
[Manager] Allow multiple queued callbacks in manager task queue hook ( #3027 )
2025-03-13 19:45:53 -04:00
Christian Byrne
58be9ad4c3
[Manager] Refactor node pack card footer to separate component ( #3028 )
2025-03-13 19:45:09 -04:00
Christian Byrne
1605a37679
[Manager] Refactor pack enable toggle ( #3029 )
2025-03-13 19:44:53 -04:00
Comfy Org PR Bot
c1d17b64b0
[chore] Update litegraph to 0.10.4 ( #3025 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-14 09:13:53 +11:00
Chenlei Hu
46fa50f232
[i18n] Add translation to mask editor. ( #3024 )
...
Co-authored-by: samnyan <4137880+samnyan@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-03-13 14:14:50 -04:00
Christian Byrne
a7d3a74daa
Fix download gated HF models ( #3004 )
2025-03-13 13:54:40 -04:00
Christian Byrne
8b69b280fa
Add node pack actions: install, uninstall, enable, disable, change version ( #3016 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-13 13:53:56 -04:00
drozbay
fe5e4e0d8a
Fix name of SaveWEBM node for applying output filename text replacements ( #3021 )
...
Co-authored-by: ozbayb <17261091+ozbayb@users.noreply.github.com >
2025-03-13 13:52:16 -04:00
Chenlei Hu
067a0ea376
[Bug] Fix absolute path issue for workflow templates ( #3020 )
2025-03-13 10:57:21 -04:00
Comfy Org PR Bot
661934156c
[chore] Update Comfy Registry API types from comfy-api@4b71b92 ( #3017 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-03-13 03:37:34 -07:00
Comfy Org PR Bot
e6ccdccce3
1.13.4 ( #3012 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-12 21:34:48 -04:00
Chenlei Hu
e1e8fcf62c
[TS] Type various WidgetOption props ( #3010 )
2025-03-12 14:44:50 -04:00
Christian Byrne
d133aeb614
Add Comfy Manager store ( #3007 )
2025-03-12 12:44:57 -04:00
Christian Byrne
e371880a4e
[Style] Remove unused classes ( #3005 )
2025-03-12 09:36:44 -07:00
Chenlei Hu
bcd76ba49b
Vue component multi-select widget ( #2987 )
2025-03-12 12:03:21 -04:00
dependabot[bot]
aad7ded636
Bump @babel/runtime from 7.24.7 to 7.26.10 ( #3002 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 11:00:25 -04:00
Christian Byrne
3e8ef33cbc
Fetch model metadata for Civitai models embedded in workflows ( #2994 )
2025-03-12 10:43:15 -04:00
Christian Byrne
0facb0458b
Whitelist RealESRGAN_x4Plus model ( #2995 )
2025-03-12 10:42:19 -04:00
Christian Byrne
fd6aae141a
Rename 'ControlNet' template to 'Scribble ControlNet' ( #3000 )
2025-03-12 10:42:04 -04:00
Christian Byrne
9be090f929
[Style] Improve error message in missing models dialog ( #2997 )
2025-03-12 10:41:31 -04:00
Chenlei Hu
313f32b094
Wrap widget value in API format workflow ( #2989 )
2025-03-12 10:00:05 -04:00
Comfy Org PR Bot
d76391b682
1.13.3 ( #2990 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-11 21:44:29 -04:00
Chenlei Hu
3c68a1da2c
[CI] Directly publish release for main branch release ( #2991 )
2025-03-11 21:44:14 -04:00
Christian Byrne
3de1ef993e
Fix image not shown on PreviewImage ( #2988 )
2025-03-11 19:30:16 -04:00
Comfy Org PR Bot
29df14f477
[chore] Update litegraph to 0.10.2 ( #2984 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-12 04:14:55 +11:00
Comfy Org PR Bot
e4e7d53fcc
[chore] Update litegraph to 0.10.1 ( #2983 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-12 03:48:42 +11:00
filtered
8fa970ffba
Standardise widgets - always initialize y to 0 ( #2982 )
2025-03-11 11:31:03 -04:00
Chenlei Hu
d4c3685326
[TS] Type Clipspace.widgets ( #2981 )
2025-03-11 10:49:50 -04:00
Chenlei Hu
ebb030c401
[Bug] Fix mask editor saving ( #2979 )
2025-03-11 10:13:18 -04:00
Chenlei Hu
db6a25a092
[Bug] Fix overwriting of hideOnZoom widget option ( #2978 )
2025-03-11 09:57:57 -04:00
Christian Byrne
a90b6519b5
[Style] Remove underline hover effect in custom nodes manager ( #2977 )
2025-03-11 09:49:20 -04:00
Christian Byrne
c2006412de
Fix custom nodes license parsing logic ( #2975 )
2025-03-11 09:49:09 -04:00
Christian Byrne
a046e00bc3
Add node pack version selector dropdown ( #2973 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-11 09:48:25 -04:00
Christian Byrne
b347693f4d
Fix manager info panel metadata text ( #2971 )
2025-03-11 09:47:47 -04:00
Christian Byrne
c4ca694d1d
Add composable to manage ComfyUI-Manager task queue ( #2970 )
2025-03-11 09:47:29 -04:00
Christian Byrne
cd7e2d7b91
Add Comfy Manager service ( #2968 )
2025-03-11 09:46:21 -04:00
Christian Byrne
46029a5ce3
Add ComfyUI-Manager API types ( #2967 )
2025-03-11 09:45:43 -04:00
Christian Byrne
4123cb611c
[Style] Fix registry search filter dropdown style ( #2974 )
2025-03-11 06:24:56 -07:00
filtered
03bf81cc1b
[Cleanup] Remove redundant reroute opt-in setting ( #2972 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-11 23:25:16 +11:00
Comfy Org PR Bot
710bc2bb2e
1.13.2 ( #2965 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-10 21:54:08 -04:00
Comfy Org PR Bot
e6ef4c8e6d
[chore] Update litegraph to 0.10.0 ( #2963 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-03-10 15:06:01 -04:00
Chenlei Hu
62528fde2e
[Refactor] Move DOM widget event listeners to vue ( #2960 )
2025-03-10 13:07:23 -04:00
Chenlei Hu
abe4754904
Use relative url path for reverse proxy hosting on template thumbnails ( #2959 )
2025-03-10 10:13:41 -04:00
Christian Byrne
3eb036b5e3
Fix dark mode card surface in workflow templates dialog ( #2942 )
2025-03-10 09:57:19 -04:00
Tristan Sommer
e29a5d3047
Maskeditor: Added opacity controls for the color select tool and the paint bucket tool ( #2955 )
2025-03-10 14:05:21 +01:00
Chenlei Hu
9cea1fe0d3
Only update widget state when visible ( #2954 )
2025-03-09 23:27:48 -04:00
Comfy Org PR Bot
61cf07be88
1.13.1 ( #2953 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-09 22:02:05 -04:00
Chenlei Hu
ec013cc511
Draw canvas image preview in a widget ( #2952 )
2025-03-09 21:56:50 -04:00
dependabot[bot]
60022134ed
Bump vue-i18n from 9.13.1 to 9.14.3 ( #2951 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 20:25:41 -04:00
Chenlei Hu
1558a5bb19
[Refactor] Add useNodeAnimatedImage composable ( #2950 )
2025-03-09 18:08:03 -04:00
Terry Jia
445be93d50
[3d] extract controls classes ( #2948 )
2025-03-09 17:32:49 -04:00
dependabot[bot]
4b05d5a8fa
Bump axios from 1.7.4 to 1.8.2 ( #2949 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 17:32:40 -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
Christian Byrne
97d9f90374
[Manager] Use iI8n for date strings ( #2938 )
2025-03-09 13:48:53 -04:00
Christian Byrne
496abfde53
Fix settings content not visible on large font sizes ( #2940 )
2025-03-09 13:48:27 -04:00
Christian Byrne
72994621a6
Translate template categories ( #2937 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-09 13:47:49 -04:00
Christian Byrne
83f9240587
[Manager] Show progress spinner on initial load ( #2936 )
2025-03-09 13:47:14 -04:00
filtered
ba8c1ee823
Remove legacy code (follow-up on #2925 ) ( #2930 )
2025-03-09 13:44:55 -04:00
Terry Jia
3d6fe41ee9
[3d] add edge threshold support ( #2939 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-09 13:44:30 -04:00
Comfy Org PR Bot
96b84761f3
1.13.0 ( #2929 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-08 21:29:34 -05:00
Comfy Org PR Bot
d32ff0b018
[chore] Update litegraph to 0.10.0-0 ( #2928 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-08 21:25:26 -05: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
65573f106b
[Cleanup] Use WidgetOptions.step2 ( #2926 )
2025-03-08 19:10:33 -05:00
Christian Byrne
d8721760f1
Add custom nodes manager UI ( #2923 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-08 18:54:08 -05:00
filtered
f53c04834f
Add support for Litegraph LinkConnector ( #2925 )
2025-03-09 09:37:47 +11:00
Comfy Org PR Bot
50ecefadc1
1.12.8 ( #2922 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-07 21:27:31 -05:00
Chenlei Hu
fdc899a7d9
Add __version__ to pypi package ( #2919 )
2025-03-07 18:32:15 -05:00
Chenlei Hu
fb0a134278
[Bug] Fix widget remove when node is deleted ( #2918 )
2025-03-07 17:48:37 -05:00
Christian Byrne
082f0061f6
Refactor responsive sidebar to composable ( #2917 )
2025-03-07 15:46:43 -05:00
MohammadAboulEla
d10dad85c6
Update formatUtil.ts ( #2906 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-03-07 15:06:26 -05:00
Chenlei Hu
e4659a3930
Move i18n related content to src/locales/README.md ( #2916 )
2025-03-07 15:04:04 -05:00
Chenlei Hu
91388e8b16
[Test] Add playwright test on connect to dom widget ( #2912 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-07 14:24:55 -05:00
Comfy Org PR Bot
d24bbe2d7f
[chore] Update litegraph to 0.9.9 ( #2914 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-07 13:26:12 -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
Comfy Org PR Bot
37ae12eb41
[chore] Update Comfy Registry API types from comfy-api@a3897fc ( #2907 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-03-07 09:39:04 -05:00
filtered
b546131efb
[chore] Update litegraph accessor: isNodeOverInput ( #2909 )
2025-03-07 21:53:53 +11:00
Comfy Org PR Bot
48fe30a977
[chore] Update litegraph to 0.9.8 ( #2908 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-07 21:33:16 +11:00
Comfy Org PR Bot
278555f984
1.12.7 ( #2904 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-06 21:41:09 -05:00
Terry Jia
e51dcb9860
[3d] improve lineart ( #2903 )
2025-03-06 21:35:46 -05:00
Chenlei Hu
5f149ceb30
[BugFix] Sync dom widget store state on widget remove ( #2902 )
2025-03-06 18:29:30 -05:00
Comfy Org PR Bot
af31937e54
[chore] Update litegraph to 0.9.7 ( #2901 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-06 15:53:22 -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
Christian Byrne
caaf050728
Fix animated webp output preview ( #2897 )
2025-03-06 11:19:48 -05:00
Christian Byrne
367a1c63a5
Fix template dialog double scrollbar ( #2896 )
2025-03-06 11:17:53 -05:00
Christian Byrne
f0ba48ea22
Trim whitespace in URL form items ( #2884 )
2025-03-06 11:17:24 -05:00
Comfy Org PR Bot
49964b1c2f
1.12.6 ( #2885 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-05 21:32:55 -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
a6d54de2a7
Rename 'queue' button to 'run' button ( #2881 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-05 14:56:05 -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
1882a9af6f
Fix node min size specified by widget constructor ( #2876 )
2025-03-05 12:09:29 -05:00
Chenlei Hu
c3a984a293
[Test] Add test on load image widget ( #2875 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-05 12:09:14 -05:00
Comfy Org PR Bot
4c31d04573
1.12.5 ( #2874 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-05 11:20:01 -05:00
Chenlei Hu
621568f99e
Fix extension node def manipulation ( #2873 )
2025-03-05 11:18:58 -05:00
Comfy Org PR Bot
b80c991299
1.12.4 ( #2865 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-04 19:46:11 -05:00
Robin Huang
b71952c141
Update uv astral python mirror. ( #2863 )
2025-03-04 18:53:58 -05:00
Chenlei Hu
680268bb29
Generate json schema for node def ( #2862 )
2025-03-04 17:40:26 -05:00
Chenlei Hu
d0ce2d2597
[Cleanup] Refactor widget construction ( #2861 )
2025-03-04 17:40:13 -05:00
Chenlei Hu
6255cea181
Use V2 schema in widget constructors (Part 1) ( #2860 )
2025-03-04 17:22:13 -05:00
Chenlei Hu
89b73429b7
Add back type guard on string widget ( #2859 )
2025-03-04 16:52:58 -05:00
bymyself
a415da616c
Add Comfy Registry store and search hook ( #2848 )
2025-03-04 16:33:46 -05:00
Chenlei Hu
05b6f6d8a2
[Cleanup] Remove unused LGraphNode.callback ( #2857 )
2025-03-04 16:05:12 -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
Comfy Org PR Bot
f434610979
[chore] Update litegraph to 0.9.6 ( #2855 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-04 10:50:43 -05:00
Chenlei Hu
eceea51800
[Test] Add playwright test on Note and MarkdownNote ( #2853 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-04 10:04:03 -05:00
Comfy Org PR Bot
ed4d2aa40c
1.12.3 ( #2852 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-04 09:36:26 -05:00
Chenlei Hu
f593f3caa4
[Schema] ComfyNodeDefV2 schema ( #2847 )
2025-03-04 09:15:16 -05:00
filtered
252e07ad17
[Workaround] Fix #2849 with runtime type guard ( #2850 )
2025-03-04 23:10:09 +11:00
Chenlei Hu
51aafaec08
[TS] Fix InputSpec type in node constructor ( #2846 )
2025-03-03 21:26:21 -05:00
Comfy Org PR Bot
85aee9838f
1.12.2 ( #2843 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-03 18:49:19 -05:00
bymyself
e8efd0d801
Show templates to first time user ( #2841 )
2025-03-03 18:49:08 -05:00
bymyself
22f0dcc0a0
Fix handling of templates index.json not found ( #2842 )
2025-03-03 18:48:30 -05:00
Chenlei Hu
b2f3d85e24
[Cleanup] Remove manual double click delay ( #2840 )
2025-03-03 17:36:26 -05:00
bymyself
e1f23bf02e
Rename SVD templates ( #2839 )
2025-03-03 17:35:36 -05:00
Chenlei Hu
8affd7eec7
[Cleanup] Remove combo connection type check ( #2838 )
2025-03-03 17:35:18 -05:00
bymyself
47604e6c2d
Add Comfy Registry service ( #2836 )
2025-03-03 16:58:06 -05:00
Chenlei Hu
30c750f787
[i18n] Ignore devtools nodes for i18n ( #2835 )
2025-03-03 16:57:52 -05:00
Comfy Org PR Bot
b24bc48102
Update locales for node definitions ( #2837 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-03 16:57:43 -05:00
Chenlei Hu
603825b2a0
[Refactor] Add util to merge input spec ( #2834 )
2025-03-03 15:23:47 -05:00
Comfy Org PR Bot
f76995a3b9
[chore] Update litegraph to 0.9.5 ( #2833 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-04 06:34:56 +11:00
Comfy Org PR Bot
21f115c077
[chore] Update litegraph to 0.9.4 ( #2832 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-03 13:17:50 -05:00
Chenlei Hu
ca1607024f
Add tooltip to selection toolbox items ( #2829 )
2025-03-03 11:22:18 -05:00
Comfy Org PR Bot
1b14e4086e
[chore] Update Comfy Registry API types from comfy-api@dac7ff0 ( #2830 )
...
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com >
2025-03-03 11:22:03 -05:00
Miguel C
82a8aba704
[Feature] Add InputKnob component and integrate with FormItem ( #2821 )
2025-03-03 10:54:16 -05:00
bymyself
a38a11f397
Fix update-registry-types workflow ( #2820 )
2025-03-03 09:40:18 -05:00
Miguel C
132a0ded09
[Feature] Adds the litegraph knob widget support ( #2822 )
2025-03-03 09:38:57 -05:00
Dr.Lt.Data
c997bcdba1
refine locales/ko ( #2824 )
2025-03-03 09:37:31 -05:00
filtered
9f36b9daf3
[Test] Add ComfyMouse fixture for Playwright tests ( #2826 )
2025-03-04 01:34:42 +11:00
Comfy Org PR Bot
bd8672a04a
[chore] Update litegraph to 0.9.3 ( #2823 )
...
Co-authored-by: webfiltered <176114999+webfiltered@users.noreply.github.com >
2025-03-03 18:32:49 +11:00
Chenlei Hu
f16ef00055
Re-enable add node / add group tests ( #2815 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-02 21:58:43 -05:00
bymyself
8584f982a0
Add workflow to generate comfy registry ts types ( #2818 )
2025-03-02 21:33:34 -05:00
Chenlei Hu
d37ac3aa16
[TS] Fix input spec types in widgets ( #2817 )
2025-03-02 21:01:50 -05:00
Chenlei Hu
a8bb6c4daa
[Cleanup] Remove unused dependency ts-node ( #2813 )
2025-03-02 18:53:53 -05:00
Comfy Org PR Bot
5543c969b2
1.12.1 ( #2812 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-02 17:16:07 -05:00
Chenlei Hu
b30aac6f98
[CI] Use gh action to update electron types ( #2811 )
2025-03-02 17:15:16 -05:00
Chenlei Hu
fd4263065b
[CI] Use gh action to bump version ( #2810 )
2025-03-02 17:10:30 -05:00
Comfy Org PR Bot
fee833ddb6
[chore] Update litegraph to 0.9.0 ( #2809 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-03-02 17:09:25 -05:00
Chenlei Hu
5b2b3cdacf
[CI] Use gh action to update litegraph ( #2808 )
2025-03-02 16:57:30 -05:00
Chenlei Hu
0386fd7c7d
Revert "[nit] Remove hardcoded grid style on body" ( #2807 )
2025-03-02 15:51:05 -05:00
bymyself
8d515dc309
Use index.json to load workflow templates ( #2803 )
2025-03-02 15:37:15 -05:00
Chenlei Hu
e6a583e11b
[Cleanup] Remove deploy script ( #2806 )
2025-03-02 15:36:54 -05:00
Chenlei Hu
9431c955a6
[CI] Include workflow templates at build time ( #2775 )
2025-03-02 15:22:18 -05:00
Chenlei Hu
6303992f4e
[CI] Update ComfyUI_frontend_setup_action ( #2805 )
2025-03-02 15:11:13 -05:00
bymyself
3493a827ee
[Docs] Fix example in doc comment ( #2804 )
2025-03-02 14:22:55 -05:00
Terry Jia
790b284a23
add credit ( #2802 )
2025-03-02 12:50:22 -05:00
bymyself
224a236896
Fix pasting image from browser on Windows ( #2797 )
2025-03-02 10:49:57 -05:00
bymyself
0aef39ceee
Fix race when creating loader node to handle pasted media ( #2799 )
2025-03-02 10:49:09 -05:00
Terry Jia
b1713b4c80
[3d] add lineart mode ( #2800 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-03-02 10:48:23 -05:00
Chenlei Hu
699ebe2f93
Update README.md (Release Schedule) ( #2796 )
2025-03-01 21:39:31 -05:00
Chenlei Hu
f5c21814f9
Remove broken/unused widget[TARGET] ( #2795 )
2025-03-01 21:26:50 -05:00
Chenlei Hu
ba2797c332
1.12.0 ( #2794 )
2025-03-01 19:56:47 -05:00
Chenlei Hu
0175db58bb
[Type] Add type annotations for widgetInputs litegraph hooks ( #2793 )
2025-03-01 19:27:21 -05:00
Chenlei Hu
503341b966
Inline numeric widget configurations ( #2792 )
2025-03-01 18:09:23 -05:00
bymyself
e58fab92d1
Use responsive grid for templates dialog ( #2791 )
2025-03-01 17:08:41 -05:00
Chenlei Hu
09ab14ac81
[Type] Disallow type upcasting for node input spec ( #2790 )
2025-03-01 16:58:45 -05:00
filtered
bca0af82a3
[TS] Update type to reflect actual usage ( #2788 )
2025-03-01 16:44:33 -05:00
bymyself
9b8f9bd597
Allow passthrough to root component when creating dialog ( #2787 )
2025-03-01 16:43:32 -05:00
filtered
9b5fa95ae2
Update litegraph 0.8.100 ( #2786 )
2025-03-02 03:51:06 +11:00
Chenlei Hu
1e36b6ef22
[nit] Remove hardcoded grid style on body ( #2785 )
2025-03-01 11:18:47 -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
ba4bb5774e
[CI] Update frontend install method ( #2783 )
2025-03-01 10:10:04 -05:00
filtered
b71a851a35
[TS] Use Litegraph strict narrowed type ( #2781 )
2025-03-01 21:52:34 +11:00
Chenlei Hu
8bcf9e8640
[Cleanup] Remove unused babel dependency ( #2780 )
2025-02-28 22:21:22 -05:00
Chenlei Hu
a814f9f902
[Test] Run unittest with vitest ( #2779 )
2025-02-28 22:09:17 -05:00
Chenlei Hu
7d92e453ef
1.11.6 ( #2778 )
2025-02-28 20:16:57 -05:00
Chenlei Hu
a244f295a6
Remove server elements from unit tests ( #2777 )
2025-02-28 20:01:40 -05:00
Chenlei Hu
3e54146afd
[CI] Refactor test-ui gh action ( #2776 )
2025-02-28 19:46:57 -05:00
Chenlei Hu
3b051a11a4
[CI] Publish comfyui-frontend-package to pypi ( #2774 )
2025-02-28 18:22:42 -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
96768bba97
1.11.5 ( #2762 )
2025-02-27 19:34:20 -05:00
Chenlei Hu
fc39ce9624
Rewrite/Test rounding logic of numeric widgets ( #2758 )
2025-02-27 17:52:16 -05:00
Chenlei Hu
cb4a5b88fc
Remove magic 10% scale on numeric widget step ( #2759 )
2025-02-27 16:56:22 -05:00
Chenlei Hu
b685eba689
Update litegraph 0.8.99 ( #2761 )
2025-02-27 16:30:17 -05:00
bymyself
8775c1d930
Add video_upload to combo input schema ( #2760 )
2025-02-27 16:22:14 -05:00
Chenlei Hu
1dab413473
[Schema] Expose input options types ( #2757 )
2025-02-27 14:22:42 -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
bymyself
0910d485fd
[Test] Fix flaky optional combo test ( #2755 )
2025-02-27 11:13:38 -07: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
f9157ee05f
Update workflow schema to include node pack ID and version ( #2751 )
2025-02-27 11:15:31 -05:00
Terry Jia
cb6f2e4398
[3d] fix preview camera not sync up issue ( #2747 )
2025-02-27 08:42:07 -05:00
bymyself
71f3f720bf
Lower floor on max history items setting ( #2748 )
2025-02-27 08:41:50 -05:00
Chenlei Hu
d1fead298f
[Revert] Restrict applyToGraph to PrimitiveNode ( #2746 )
2025-02-26 22:29:13 -05:00
Chenlei Hu
0bc66965f0
[Cleanup] Remove LiteGraph global type declarations ( #2745 )
2025-02-26 21:50:41 -05:00
Terry Jia
e843f53799
[3d] temp fix preview camera not sync up ( #2743 )
2025-02-26 21:39:19 -05:00
Chenlei Hu
0259befcdd
1.11.4 ( #2744 )
2025-02-26 20:20:53 -05:00
Chenlei Hu
3662938080
Update litegraph 0.8.98 ( #2742 )
2025-02-26 20:10:10 -05:00
Chenlei Hu
ab9c65f28b
Type widgetInputs ( #2741 )
2025-02-26 18:01:56 -05:00
Chenlei Hu
bdfa2efa50
[BugFix] Remove outputs.animated in queueStore ( #2740 )
2025-02-26 16:04:01 -05:00
Silver
1c408d2f6a
replace colorSelect.png cursor ( #2738 )
2025-02-26 14:13:50 -05:00
bymyself
76818b54e6
Fix widget label extraction ( #2737 )
2025-02-26 13:44:05 -05:00
Chenlei Hu
2d41aed051
[BugFix] Properly update color button color on first selection ( #2736 )
2025-02-26 13:43:09 -05:00
bymyself
237b895e8b
Add thumbnails for workflow templates ( #2729 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-26 10:39:27 -05:00
bymyself
e2087d2a7b
Add node to default/tutorial workflow with link to getting started page of docs ( #2734 )
2025-02-26 10:35:40 -05:00
bymyself
74e8852958
Fix combo values from optional inputs not changed when refreshing ( #2733 )
2025-02-26 10:35:22 -05:00
Chenlei Hu
3c196f8f97
1.11.3 ( #2731 )
2025-02-25 21:40:17 -05:00
Chenlei Hu
6dbdde6491
Update litegraph 0.8.97 ( #2730 )
2025-02-25 21:40:07 -05:00
Chenlei Hu
a784abef0d
Type INodeOutputSlot widget hack on PrimitiveNode ( #2728 )
2025-02-25 19:34:23 -05:00
filtered
c20ea0c523
[TS] Add null check in graph to prompt ( #2727 )
2025-02-25 13:39:46 -05:00
filtered
101e8dea11
[TS] Update type to match strict Litegraph ( #2726 )
2025-02-26 04:00:55 +11:00
Chenlei Hu
156013aa24
[Reland] Restrict applyToGraph to PrimitiveNode ( #2724 )
2025-02-25 10:54:21 -05:00
Comfy Org PR Bot
1a7145fbc9
Update locales for node definitions ( #2723 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
2025-02-25 10:24:09 -05:00
Terry Jia
956b9609fd
[3d] disable depth mode ( #2720 )
2025-02-25 10:05:10 -05:00
filtered
51c16a4f56
[TS] Add null check in paste handler ( #2722 )
2025-02-25 22:45:37 +11:00
filtered
417a089186
[Refactor] Use more explicit types in usePaste ( #2721 )
2025-02-25 21:52:47 +11:00
Chenlei Hu
f5cec41130
[i18n] Translate button widget labels ( #2719 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-24 20:31:14 -05:00
Chenlei Hu
d3dda14267
Update litegraph 0.8.95 ( #2718 )
2025-02-24 19:48:44 -05:00
Chenlei Hu
3a63b9eb56
1.11.2 ( #2717 )
2025-02-24 18:41:10 -05:00
bymyself
aabd409bf7
Add copy paste audio files onto LoadAudio nodes or canvas ( #2716 )
2025-02-24 16:37:03 -05:00
Terry Jia
7f98342492
[3d] some general improvement ( #2714 )
2025-02-24 14:57:36 -05:00
Chenlei Hu
1a9d6aca7d
[nit] Fix import path ( #2715 )
2025-02-24 14:57:20 -05:00
bymyself
15785fea68
Add drag and drop audio files onto LoadAudio nodes ( #2710 )
...
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-02-24 14:05:44 -05:00
bymyself
d340e634a8
[Refactor] Move node composables to subfolder ( #2712 )
2025-02-24 14:04:16 -05:00
bymyself
9cb993cd3d
[CodeHealth] Remove unused var ( #2713 )
2025-02-24 14:03:52 -05:00
Chenlei Hu
2ac67f2dd0
Add tooltip show-delay in action bar ( #2709 )
2025-02-24 11:22:26 -05:00
Chenlei Hu
96ba2b4564
Allow quitting instant queue mode with the stop button ( #2708 )
2025-02-24 11:20:34 -05:00
bymyself
05bd64820d
Fix node videos when preview format setting is set ( #2706 )
2025-02-24 10:49:45 -05:00
bymyself
a35071fcb2
Add previewMediaType flag for simpler node preview rendering ( #2694 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-24 10:48:55 -05:00
bymyself
37d4cc974b
Cleanup node's file input elements on node removal ( #2703 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-24 10:45:27 -05:00
bymyself
81102604f5
Type addDOMWidget ( #2705 )
2025-02-24 10:32:43 -05:00
filtered
97f9d654b6
[TS] Fix nullability ( #2702 )
...
`LGraphCanvas.graph` may explicity set to null by litegraph.
2025-02-24 22:00:19 +11:00
Terry Jia
822a8e02f8
[3d] add missing i18n ( #2700 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-23 23:50:13 -05:00
Chenlei Hu
eb951c9cf9
Show image size (W x H) on image nodes ( #2699 )
2025-02-23 19:52:58 -05:00
Chenlei Hu
e98fda31ba
1.11.1 ( #2698 )
2025-02-23 18:48:47 -05:00
Chenlei Hu
78e4537fc2
Update litegraph 0.8.94 ( #2697 )
2025-02-23 18:47:45 -05:00
filtered
436b952c59
[Refactor] Simplify & document graphToPrompt ( #2696 )
2025-02-23 16:18:06 -05:00
bymyself
2ed3e59135
Type widget.options.serialize ( #2692 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-23 13:14:20 -05:00
bymyself
c7ac0b8325
[Tests] Update test expectations ( #2693 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-23 12:57:25 -05:00
bymyself
e7420fe2e3
Translate runtime-generated widget labels ( #2688 )
2025-02-23 10:16:25 -05:00
Terry Jia
d033640927
[3d] redesign UI ( #2686 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-02-23 10:14:52 -05:00
bymyself
6f3b99209e
Don't serialize file upload and video preview widgets ( #2689 )
2025-02-23 10:12:45 -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
8dcf7eca74
1.11.0 ( #2685 )
2025-02-22 19:22:19 -05:00
bymyself
f94831d054
Add node video previews ( #2635 )
2025-02-22 18:37:42 -05:00
Terry Jia
c502b86c31
[3d] refactor load3d nodes ( #2683 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-22 18:36:47 -05:00
Chenlei Hu
86b65d481a
1.10.10 ( #2679 )
2025-02-21 23:30:06 -05:00
Chenlei Hu
064e982f01
Revert "[Refactor] Extract RerouteNode as a separate file" ( #2678 )
2025-02-21 22:57:19 -05:00
Chenlei Hu
f43eac7c71
Revert "Restrict applyToGraph to PrimitiveNode" ( #2677 )
2025-02-21 22:56:51 -05:00
bymyself
d7c9a43aba
[Docs] Add id to details tag in README.md ( #2676 )
2025-02-21 22:36:55 -05:00
Chenlei Hu
dee3f5824a
1.10.9 ( #2673 )
2025-02-21 20:19:29 -05:00
Chenlei Hu
9b88909caa
[Extension] Selection toolbox API ( #2672 )
2025-02-21 19:25:30 -05:00
Chenlei Hu
3fa512957c
[CI] Enable release on LTS branches ( #2671 )
2025-02-21 16:36:17 -05:00
Chenlei Hu
b012f243b3
Only show delete in selection toolbox for reroute ( #2670 )
2025-02-21 16:03:36 -05:00
Chenlei Hu
6cb33d9431
Restrict applyToGraph to PrimitiveNode ( #2669 )
2025-02-21 15:53:33 -05:00
Chenlei Hu
85d04f6814
[Refactor] Extract RerouteNode as a separate file ( #2668 )
2025-02-21 15:04:47 -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
40deb19634
[Cleanup] Remove upstreamed litegraph types ( #2666 )
2025-02-21 13:39:13 -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
cea5a4a3dd
Update litegraph 0.8.92 ( #2662 )
2025-02-21 09:28:43 -05:00
Chenlei Hu
0937c1f2cd
1.10.8 ( #2659 )
2025-02-20 20:14:32 -05:00
Chenlei Hu
8074d797b0
[BugFix] Fix incorrect selection overlay after drag ( #2658 )
2025-02-20 20:12:42 -05:00
Terry Jia
c3c6ec627b
[3d] support using image as background ( #2657 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-20 20:05:54 -05:00
Chenlei Hu
02d77002c9
Update litegraph to 0.8.91 ( #2654 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-20 14:43:51 -05:00
Chenlei Hu
3e31045fbb
[BugFix] Properly trigger onClose hook in dialogService ( #2655 )
2025-02-20 14:42:52 -05:00
Chenlei Hu
78146c86f4
[BugFix] Copy LGraphCanvas.ds on serialization ( #2653 )
2025-02-20 10:25:17 -05:00
bymyself
365fd1e047
Fix error translating legacy setting options ( #2648 )
2025-02-20 10:12:46 -05:00
filtered
fbb6c2f825
Update issue report image ( #2647 )
2025-02-20 16:29:21 +11:00
bymyself
9c7d86ee49
Update issue report template ( #2645 )
2025-02-19 22:46:22 -05:00
filtered
bc43cf0290
[CI] Always test LTS branches ( #2641 )
...
- Adds core/* and desktop/* to CI testing worfklows
2025-02-20 13:51:17 +11:00
Chenlei Hu
45c59f9e84
1.10.7 ( #2639 )
2025-02-19 17:45:05 -05:00
Terry Jia
014a65411e
[3d] flash preview screen border if reach out limitation ( #2638 )
2025-02-19 15:49:36 -05:00
Chenlei Hu
6c6d86a30b
Selection toolbox color picker button ( #2637 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-19 15:25:46 -05:00
filtered
08a6867c00
[Desktop] Offer Troubleshoot page instead of Reinstall on start error ( #2623 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-19 10:30:23 -05:00
filtered
dbbe67dfcd
[Desktop] Fix missing git logo in troubleshooting ( #2633 )
2025-02-19 10:29:48 -05:00
bymyself
40fa1d37bc
Fix pasting image that was copied from browser ( #2630 )
2025-02-19 10:27:58 -05:00
filtered
0d6bc669f5
[Desktop] Fix invalid type assertion in API ( #2631 )
2025-02-19 21:59:17 +11:00
Chenlei Hu
e4444d4074
1.10.6 ( #2628 )
2025-02-18 20:33:58 -05:00
Chenlei Hu
cbf5dff633
Update litegraph 0.8.87 ( #2625 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-18 20:25:17 -05:00
Chenlei Hu
9de8450deb
Update test expectations ( #2627 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-18 20:25:06 -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
Chenlei Hu
d1a682bc01
[Refactor] Extract color selector as component ( #2620 )
2025-02-18 15:28:17 -05:00
Terry Jia
01ffc9e4eb
[3d] allow using mouse wheel to adjust preview screen size ( #2619 )
2025-02-18 14:59:43 -05:00
Chenlei Hu
54e42178f7
1.10.5 ( #2617 )
2025-02-18 12:26:27 -05:00
Chenlei Hu
25e5ab3a36
Add bypass action to selection toolbox ( #2616 )
2025-02-18 12:25:49 -05:00
Chenlei Hu
28dd6a2702
Update litegraph 0.8.85 ( #2615 )
2025-02-18 11:51:36 -05:00
bymyself
3b3df250cd
Add refresh button to selecton toolbox ( #2612 )
2025-02-18 11:39:43 -05:00
bymyself
6441a86619
[Style] Update toolbox style ( #2614 )
2025-02-18 11:34:06 -05:00
Chenlei Hu
79db202925
[New Feature] Selection Toolbox ( #2608 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-17 19:07:49 -05:00
Chenlei Hu
f7556e0015
Add DeleteSelectedItems command ( #2606 )
2025-02-17 17:16:12 -05:00
bymyself
141e64354c
Support batch image upload ( #2597 )
2025-02-17 13:56:21 -05:00
bymyself
79452ce267
Fix extraneous values in template workflows ( #2605 )
2025-02-17 13:55:29 -05:00
Chenlei Hu
4d8a5eacba
1.10.4 ( #2604 )
2025-02-17 10:13:43 -05:00
bymyself
8f5a9a50aa
Remove duplicate outpaint template ( #2602 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-02-17 10:12:09 -05:00
Margen67
7bc48c5074
Formatting/cleanup ( #2594 )
2025-02-17 10:10:00 -05:00
Dr.Lt.Data
e04ea07774
refine locales/ko ( #2600 )
2025-02-17 10:09:09 -05:00
bymyself
75af956279
Fix gallery navigator icons ( #2601 )
2025-02-17 10:08:46 -05:00
bymyself
434a2307a2
Remove lora dependency from flux canny template ( #2603 )
2025-02-17 10:08:16 -05:00
filtered
336b3caf9a
[Desktop] Update uv cache clear task to show terminal ( #2598 )
2025-02-17 23:33:34 +11:00
filtered
c757fbaeb4
[Test] Fix unnecessary circular reference ( #2596 )
2025-02-17 20:18:26 +11:00
Chenlei Hu
fd27b3d580
Fix title editor font size ( #2593 )
2025-02-16 21:48:02 -05:00
Chenlei Hu
0658698a13
Selection Overlay ( #2592 )
2025-02-16 21:23:07 -05:00
Terry Jia
b2375a150c
[3d] fully convert load 3d nodes into vue ( #2590 )
2025-02-16 20:15:49 -05:00
Chenlei Hu
9ebb5b2a0c
1.10.3 ( #2591 )
2025-02-16 20:14:50 -05:00
Chenlei Hu
d6a5deccd8
[Refactor] useAbsolutePosition composable ( #2589 )
2025-02-16 15:39:58 -05:00
Chenlei Hu
3f4d11c63a
Inplace widget to input conversion ( #2588 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-16 13:41:32 -05:00
Margen67
44498739fc
Update setup-node to v4 ( #2587 )
2025-02-16 13:14:01 -05:00
dependabot[bot]
764ec9f7d0
Bump vite from 5.4.6 to 5.4.14 ( #2585 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-16 11:23:17 -05:00
bymyself
e3234aa0aa
Normalize translation keys in template card component ( #2574 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-16 10:17:49 -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
317ea8b932
1.10.2 ( #2583 )
2025-02-16 09:49:25 -05:00
bymyself
108884a304
Replace "clip" with "text_encoders" in template workflows ( #2572 )
2025-02-16 09:39:10 -05:00
bymyself
9f1992ca59
Change title of pose ControlNet template workflow ( #2573 )
2025-02-16 09:38:18 -05:00
bymyself
39f245fd97
Remove interchangeable models from template workflows ( #2575 )
2025-02-16 09:36:34 -05:00
bymyself
2d2fa5bfe9
Fix incorrect link in template workflow ( #2579 )
2025-02-16 09:35:54 -05:00
Terry Jia
bfb1b80cd7
[3d] bug fix for unable click vue button ( #2581 )
2025-02-16 09:35:20 -05:00
bymyself
0c8bfb4650
Add stable zero model url to whitelist ( #2577 )
2025-02-16 08:42:50 -05:00
bymyself
f69180cd84
Move node field to tags in error report ( #2570 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-15 21:50:54 -05:00
Chenlei Hu
2ac177caeb
1.10.1 ( #2569 )
2025-02-15 19:34:13 -05:00
bymyself
77d3e0c45e
Add ComfyUI Examples workflows to in-app templates ( #2541 )
...
Co-authored-by: jojodecayz <121620462+jojodecayz@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-02-15 16:15:56 -05:00
Chenlei Hu
00dceb880a
Update litegraph 0.8.81 ( #2568 )
2025-02-15 15:06:21 -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
bcedd5f4ed
[Style] Show right arrow on nested submenu item ( #2564 )
2025-02-15 11:18:46 -05:00
Chenlei Hu
168ea05f81
[Style] Highlight active workflow item in the workflow sidebar ( #2563 )
2025-02-15 11:01:47 -05:00
Chenlei Hu
370ad7a4f9
1.10.0 ( #2562 )
2025-02-15 09:59:56 -05:00
Hiroaki Ogasawara
b9cfa70dcd
chore: Add type augmentations for litegraph and enable copying of DTS ( #2560 )
2025-02-15 09:57:27 -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
5dc4a1b9cd
Update litegraph 0.8.79 ( #2556 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-14 14:42:53 -05:00
Chenlei Hu
acfb95f8d4
Use LGraphNode.setSize ( #2555 )
2025-02-14 11:02:56 -05:00
Chenlei Hu
f2065777b5
1.9.17 ( #2553 )
2025-02-14 09:58:19 -05:00
Yuki Shindo
b8b1e58172
[keybinding-panel] Include label in filter fields for multilingual search ( #2549 )
2025-02-14 09:48:44 -05:00
bymyself
2e86393378
Add null checks to widget constructor options ( #2552 )
2025-02-14 09:48:07 -05:00
bymyself
530ca75dd0
Fix remote widget undefined arg ( #2551 )
2025-02-14 09:47:18 -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
43dd457bf5
1.9.16 ( #2546 )
2025-02-13 11:03:16 -05:00
Yuki Shindo
625aa9bd11
Improve Japanese Text for Enhanced Readability ( #2542 )
2025-02-12 20:58:05 -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
Chenlei Hu
8bb785c5e4
Show convert to widget option slot context menu ( #2538 )
2025-02-12 16:07:19 -05:00
Chenlei Hu
a861a070d0
Remove horizontal layout of reroute node ( #2532 )
2025-02-12 14:43:34 -05:00
Chenlei Hu
108e37deca
1.9.15 ( #2535 )
2025-02-12 14:19:15 -05:00
Chenlei Hu
9082903956
[Style] Fix pointer events on graph canvas panel content ( #2534 )
2025-02-12 14:11:54 -05:00
Chenlei Hu
2cb9d4dd1c
1.9.14 ( #2531 )
2025-02-12 11:16:05 -05:00
bymyself
46f0733ae7
Ignore reserved keybindings when typing in text input ( #2514 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2025-02-12 11:15:19 -05:00
Chenlei Hu
150b4341b2
Update litegraph 0.8.77 ( #2530 )
2025-02-12 11:11:05 -05:00
bymyself
054f8f6838
Move install directory selection tooltip to not block buttons ( #2527 )
2025-02-12 10:02:56 -05:00
bymyself
9fd73873b6
[Desktop] Re-run path validation when re-focusing installation location input ( #2528 )
2025-02-12 10:02:42 -05:00
bymyself
bfec9b692b
Add keybind hint to confirm close dialog ( #2529 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-12 10:02:27 -05:00
Terry Jia
29cd693335
[3d] add tooltip ( #2524 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-11 22:28:24 -05:00
Chenlei Hu
4f6891a5ad
[Cleanup] Remove legacy settings dialog CSS ( #2525 )
2025-02-11 21:55:21 -05:00
Chenlei Hu
ca2aee296a
[Cleanup] Remove unnecessary pointer-event-auto ( #2523 )
2025-02-11 21:41:47 -05:00
Chenlei Hu
9017513979
[Refactor] Manage comfyui-body elements with Vue ( #2522 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-11 18:37:08 -05:00
Terry Jia
8cfe814daa
[3d] refactor load3d ( #2521 )
2025-02-11 17:43:36 -05:00
Chenlei Hu
c901d5f659
1.9.13 ( #2520 )
2025-02-11 13:40:17 -05:00
Chenlei Hu
1263fbb4ad
Enable ts-strict for scripts/widgets.ts ( #2519 )
2025-02-11 12:38:24 -05:00
Chenlei Hu
8db101c1cb
[Type] Mark app as required arg for ComfyWidgetConstructor ( #2518 )
2025-02-11 11:39:23 -05:00
Chenlei Hu
efe7843469
[Refactor] useComboWidget composable ( #2517 )
2025-02-11 11:17:09 -05:00
Chenlei Hu
cfa46ebacb
[Refactor] useBooleanWidget composable ( #2516 )
2025-02-11 11:05:58 -05:00
Chenlei Hu
ab305059bc
[Refactor] useImageUploadWidget composable ( #2515 )
2025-02-11 10:50:55 -05:00
bymyself
cd8c0d2865
Add refresh button to remote (lazy) widgets ( #2494 )
2025-02-11 10:31:32 -05:00
bymyself
6a9d309818
Increase width of actionbar drag handle ( #2511 )
2025-02-11 10:29:26 -05:00
bymyself
e3f226e483
Fix actionbar has drag preview ( #2512 )
2025-02-11 10:28:56 -05:00
bymyself
8822edaf24
Improve settings dialog accessibility ( #2513 )
2025-02-11 10:28:41 -05:00
Chenlei Hu
44b9a477b1
[Refactor] useMarkdownWidget composable ( #2510 )
2025-02-11 00:12:29 -05:00
bymyself
e4f8d4b8d0
Add support for image_folder field in node image input spec ( #2509 )
2025-02-11 00:12:03 -05:00
Chenlei Hu
a93f57eeb2
[Refactor] useSeedWidget composable ( #2508 )
2025-02-10 23:55:59 -05:00
Chenlei Hu
0c2879b6f4
[Refactor] useIntWidget composable ( #2507 )
2025-02-10 23:07:57 -05:00
Chenlei Hu
d8d46f8cf6
1.9.12 ( #2506 )
2025-02-10 22:17:12 -05:00
Chenlei Hu
1a06c91ed1
[BugFix] Workaround custom nodes expectation on DOMWidget.value ( #2505 )
2025-02-10 22:06:20 -05:00
Chenlei Hu
d4122a7510
[Refactor] useFloatWidget composable ( #2504 )
2025-02-10 22:06:11 -05:00
Chenlei Hu
b4c59ffae1
[Refactor] useStringWidget composable ( #2503 )
2025-02-10 19:49:00 -05:00
Chenlei Hu
46428cbf7d
[Cleanup] Rename remoteWidgetHook ( #2500 )
2025-02-10 18:12:15 -05:00
filtered
2d759aa9e3
Fix element style override CSS in #2499 ( #2501 )
2025-02-10 18:11:32 -05:00
Chenlei Hu
08e613e468
Enable ts-strict for scripts/domWidgets ( #2499 )
2025-02-10 17:20:30 -05:00
Chenlei Hu
8052b2a02a
Type LGraphNode.getInnerNodes ( #2498 )
2025-02-10 16:35:26 -05:00
Chenlei Hu
0479b112c1
1.9.11 ( #2497 )
2025-02-10 15:31:17 -05:00
Chenlei Hu
d7a0ee8703
Update litegraph 0.8.76 ( #2496 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-10 15:30:46 -05:00
Chenlei Hu
9051ab8d7a
Type domWidget computeSize ( #2495 )
2025-02-10 12:58:40 -05:00
Terry Jia
aaca5191ab
Light fov UI change ( #2492 )
2025-02-10 11:23:33 -05:00
Chenlei Hu
9707a30d0e
1.9.10 ( #2491 )
2025-02-09 23:39:57 -05:00
Chenlei Hu
e100041db4
Update litegraph 0.8.75 ( #2490 )
2025-02-09 23:39:27 -05:00
Chenlei Hu
21718d9da2
1.9.9 ( #2486 )
2025-02-09 20:50:47 -05:00
Chenlei Hu
2b4c594b21
Update litegraph 0.8.74 ( #2485 )
2025-02-09 20:26:58 -05:00
Chenlei Hu
00abd885c9
[Refactor] ES6 DOMWidget class ( #2482 )
2025-02-09 20:20:51 -05:00
bymyself
550a9d04c5
Fix color and slider settings types to inherit attrs ( #2483 )
2025-02-09 20:18:09 -05:00
bymyself
eeb1c34ada
Update public API syntax of remote (lazy) widgets ( #2477 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-09 12:41:14 -05:00
Terry Jia
83cc49a42b
[3d] use vue to rewrite the UI for load3d ( #2467 )
2025-02-09 12:05:42 -05:00
Chenlei Hu
91a3d1228e
Reference specific ComfyUI_devtools in CI ( #2479 )
2025-02-09 12:00:26 -05:00
Chenlei Hu
3d59d478b6
[Desktop] Fix torch mirror setting ( #2475 )
2025-02-08 21:08:23 -05:00
Chenlei Hu
4dd292252e
1.9.8 ( #2474 )
2025-02-08 18:31:16 -05:00
Chenlei Hu
0d307ff587
Update litegraph 0.8.73 ( #2472 )
2025-02-08 17:58:39 -05:00
Chenlei Hu
88a969df07
Update litegraph 0.8.72 ( #2470 )
2025-02-08 17:51:37 -05:00
Dr.Lt.Data
9e37738dc8
refine locales/ko ( #2469 )
2025-02-08 17:31:26 -05:00
Chenlei Hu
9b97abad57
1.9.7 ( #2466 )
2025-02-08 12:11:24 -05:00
Chenlei Hu
67fcb4fed4
Update litegraph 0.8.71 ( #2465 )
2025-02-08 12:10:44 -05:00
bymyself
a914456827
Add support for new COMBO input spec and lazy/remote COMBO widgets ( #2422 )
2025-02-07 15:35:42 -05:00
Chenlei Hu
340513e27f
Type INodeSlot.widget ( #2463 )
2025-02-07 14:33:21 -05:00
bymyself
117c8be3a0
Use fp16 safetensors model in default/fallback workflow ( #2433 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-06 19:47:14 -05:00
Chenlei Hu
68f6d51ad2
[i18n] Translate clipboard toast messages ( #2462 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-06 15:34:15 -05:00
Chenlei Hu
2da23fd373
[Refactor] Extract litegraph settings sync to a composable ( #2461 )
2025-02-06 15:21:11 -05:00
Chenlei Hu
7ddcac88d7
[Refactor] Upstream drag zoom feature to litegraph ( #2459 )
2025-02-06 14:54:36 -05:00
Chenlei Hu
40a817bb0f
1.9.6 ( #2460 )
2025-02-06 14:48:57 -05:00
filtered
774ed4178f
[Cleanup] Fix file and variable names to match usage ( #2458 )
2025-02-06 14:48:24 -05:00
filtered
78e4161c51
[Refactor] Terminal output drawer shared component ( #2457 )
2025-02-06 14:33:12 -05:00
filtered
dda9a72966
[Desktop] Add desktop updating page ( #2454 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-06 14:23:51 -05:00
Chenlei Hu
d7673af8f5
[Refactor] Move resetView to litegraphService ( #2456 )
2025-02-06 14:22:40 -05:00
Chenlei Hu
2b18949615
[Cleanup] Remove duplicated group header drawing logic ( #2453 )
2025-02-06 13:52:05 -05:00
Chenlei Hu
629ac63f06
Type LGraphNode.pasteFile ( #2455 )
2025-02-06 13:50:48 -05:00
Chenlei Hu
1061620783
[Refactor] Move paste handling to usePaste composable ( #2452 )
2025-02-06 13:37:37 -05:00
Chenlei Hu
af7a6601e0
[Refactor] Move copy handling to useCopy composable ( #2451 )
2025-02-06 13:22:48 -05:00
Chenlei Hu
0e0c4b1302
[Refactor] Move isImageNode to litegraphUtil ( #2450 )
2025-02-06 13:15:17 -05:00
Chenlei Hu
fb170c9ee9
1.9.5 ( #2448 )
2025-02-06 10:49:37 -05:00
Chenlei Hu
7ef304b381
Fix litegraph copy in Chrome 133 ( #2446 )
2025-02-06 10:18:28 -05:00
Chenlei Hu
50833341bb
1.9.4 ( #2444 )
2025-02-05 22:25:19 -05:00
kvick-games
f5c5a95bdc
Refresh Preview3D node with node.onMouseEnter ( #2439 )
2025-02-05 21:26:45 -05:00
Chenlei Hu
b700cc1824
[Documentation] Add src/scripts/README.md ( #2442 )
2025-02-05 18:32:44 -05:00
Chenlei Hu
a6031ec2be
[Cleanup] Rename usePragmaticDroppable to usePragmaticDragAndDrop ( #2441 )
2025-02-05 17:46:28 -05:00
Chenlei Hu
a4d99d9d28
Support insert workflow by dragging from workflow sidebar to canvas ( #2440 )
2025-02-05 17:09:01 -05:00
Chenlei Hu
5a7465a907
Add node drag preview for bookmarked nodes ( #2438 )
2025-02-05 16:25:56 -05:00
Chenlei Hu
6525ae7cf4
[Refactor] Rename hooks/ to composables/ ( #2437 )
2025-02-05 15:05:56 -05:00
Chenlei Hu
c6ef107111
[Style] Fix shrinking of extension added topmenu items ( #2436 )
2025-02-05 13:40:14 -05:00
bymyself
3fbccd20ff
Use fp16 model in default img2img template workflow ( #2430 )
2025-02-05 13:27:16 -05:00
Chenlei Hu
fa0682d66e
1.9.3 ( #2434 )
2025-02-05 13:26:56 -05:00
Chenlei Hu
f7b613c6cb
1.9.2 ( #2429 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-05 12:20:20 -05:00
Chenlei Hu
292af3fe3f
[Refactor] Replace explicit 'node' param with 'this' for TreeExplorer ( #2427 )
2025-02-05 12:20:08 -05:00
KarryCharon
2c12df12ab
[i18n] Impl i18n context menu translation ( #2425 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-02-05 12:07:40 -05:00
Chenlei Hu
d0e99beaa7
Swap eslint/prettier trigger order in pre-commit ( #2428 )
2025-02-05 12:04:20 -05:00
Chenlei Hu
6b64b74f6c
[Desktop] Use fallback mirrors for China users ( #2424 )
2025-02-05 10:51:32 -05:00
Chenlei Hu
0af4768dd2
Update litegraph 0.8.67 ( #2423 )
2025-02-04 19:31:09 -05:00
Chenlei Hu
5f850ddaa4
[BrowserTest] Add test on boolean widget ( #2421 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-04 17:28:32 -05:00
dependabot[bot]
9fb3235df4
Bump vitest from 2.0.5 to 2.1.9 ( #2420 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-04 17:11:56 -05:00
Chenlei Hu
628facaa75
1.9.1 ( #2416 )
2025-02-03 20:55:06 -05:00
Chenlei Hu
eb5a4b65ab
Update litegraph 0.8.66 ( #2415 )
2025-02-03 20:30:01 -05:00
Chenlei Hu
98c197e8b1
Add LiteGraph.Canvas.LowQualityRenderingZoomThreshold setting ( #2412 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-03 20:28:07 -05:00
Chenlei Hu
90914a40ba
Use canvas.low_quality flag for DOMWidget show/hide ( #2413 )
2025-02-03 20:23:07 -05:00
Chenlei Hu
821816955f
Update litegraph 0.8.65 ( #2411 )
2025-02-03 17:38:29 -05:00
Chenlei Hu
b4121008cd
Fix NoteNode constructor fields ( #2410 )
2025-02-03 14:20:39 -05:00
Chenlei Hu
3730c2b36f
[Refactor] Use litegraph.strokeShape ( #2406 )
2025-02-02 23:15:09 -05:00
bymyself
77be5ac514
[BrowserTest] Add test on groupnode with duplicate hidden inputs ( #2403 )
2025-02-02 21:03:08 -05:00
bymyself
83759b9a4a
Use command label as header text in change keybinding dialog ( #2404 )
2025-02-02 21:02:48 -05:00
Chenlei Hu
b8f187713e
1.9.0 ( #2401 )
2025-02-02 17:35:04 -05:00
filtered
b8088ad782
Revert "Correct node/output titles when grouping nodes ( #2359 ) ( #2370 )" ( #2399 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-02 17:23:55 -05:00
bymyself
a37671b154
Add bottom panel to extension manager ( #2393 )
2025-02-02 15:01:42 -05:00
filtered
57bc7ad312
Add node tooltip delay setting ( #2396 )
...
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-02-02 14:31:34 -05:00
filtered
5f59fbdead
[Desktop] Persist troubleshooting terminal when hidden ( #2398 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-02-02 14:29:47 -05:00
filtered
4eed9c7e53
[Accessibility] Use keybindings to add keybindings ( #2384 )
2025-01-31 09:46:23 -08:00
bymyself
ee6197785a
Fix typo in coreSettings.ts ( #2391 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-31 07:50:16 -08:00
Chenlei Hu
f5d6ad07e8
1.8.12 ( #2390 )
2025-01-30 15:51:53 -08:00
Chenlei Hu
45207dabbc
Type LGraphNode.onDragOver/onDragDrop ( #2389 )
2025-01-30 15:50:04 -08:00
bymyself
4699360147
Show bookmark buttons when item is focused ( #2386 )
2025-01-30 14:45:04 -08:00
Chenlei Hu
8ef3b87e59
Generate drag preview for node library nodes ( #2387 )
2025-01-30 11:11:22 -08:00
Dr.Lt.Data
d3a6baf8cd
refine locales/ko ( #2385 )
2025-01-30 09:55:40 -08:00
jojodecayz
b4d679d31f
Update Python fallback mirror in uvMirrors.ts ( #2382 )
2025-01-29 20:06:45 -08:00
Chenlei Hu
7afc1baf7d
[Refactor] Extract litegraph canvas drop target logic as composable ( #2381 )
2025-01-29 17:15:01 -08:00
Chenlei Hu
7bdad335ca
[Refactor] Extract global window litegraph as a composable ( #2380 )
2025-01-29 16:53:26 -08:00
Chenlei Hu
94065b6c21
[Style] Show sidebar tool buttons when sidebar is focused ( #2379 )
2025-01-29 16:29:59 -08:00
Chenlei Hu
a205a5cca5
[Style] Only show sidebar tool buttons when sidebar hovered ( #2378 )
2025-01-29 16:16:10 -08:00
Chenlei Hu
788d6cf514
1.8.11 ( #2377 )
2025-01-29 15:00:32 -08:00
Chenlei Hu
766710cf37
[Desktop] Fix mirror validation in settings dialog ( #2375 )
2025-01-29 14:57:36 -08:00
Chenlei Hu
e019277ba0
[Style] Use consistent color for workflow sidebar tab tool buttons ( #2376 )
2025-01-29 14:57:19 -08:00
Chenlei Hu
97e5c9c6d2
1.8.10 ( #2374 )
2025-01-29 14:09:55 -08:00
Chenlei Hu
52e42b5339
Fix 404 PythonInstallMirror url suffix ( #2373 )
2025-01-29 13:01:54 -08:00
Chenlei Hu
c42cdf5cd9
1.8.9 ( #2372 )
2025-01-29 11:15:00 -08:00
Chenlei Hu
c07ec659a7
Fix mirror item key not being unique ( #2371 )
2025-01-29 11:13:04 -08:00
Chenlei Hu
cbcbeab9d9
Correct node/output titles when grouping nodes ( #2359 ) ( #2370 )
...
Co-authored-by: Anastasiy Safari <anastasiuspernat@gmail.com >
Co-authored-by: github-actions <github-actions@github.com >
2025-01-29 11:05:48 -08:00
Dr.Lt.Data
bf9d2affb4
refine locales/ko ( #2368 )
2025-01-29 10:46:57 -08:00
Chenlei Hu
2c8c8718e9
[Desktop] Apply default pypi mirror when installing CPU torch ( #2367 )
2025-01-28 18:00:08 -08:00
Chenlei Hu
475e38ddb4
[CI] Skip draft in github release action ( #2366 )
2025-01-28 15:28:41 -08:00
Chenlei Hu
430f051c64
Add UV mirrors settings ( #2333 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-28 14:39:51 -08:00
filtered
29b5f606b0
[CI] Auto-generate release notes in GH action ( #2364 )
2025-01-27 17:10:34 -08:00
Terry Jia
55d63a8aef
[3d] move change background color button ( #2365 )
2025-01-27 17:06:01 -08:00
filtered
99009a18f7
1.8.8 ( #2363 )
2025-01-27 22:58:11 +11:00
filtered
e3ab0e4d68
Add option to disable combo box zoom-in scaling ( #2362 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-27 22:56:40 +11:00
filtered
0e1ae41c0c
Update litegraph 0.8.62 ( #2360 )
2025-01-27 22:32:24 +11:00
filtered
f12d4a2d6f
[Test] Update test expectations for 2357 ( #2361 )
2025-01-27 22:09:25 +11:00
bymyself
7bd8527bca
Add cursor drop effect when dragging nodes/models onto graph ( #2354 )
2025-01-26 07:08:10 -05:00
bymyself
cb356d50b8
Set Node ID badges to hidden by default ( #2356 )
2025-01-26 07:07:05 -05:00
filtered
d2e9943e79
Add convert to input for the clicked widget ( #2357 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-26 07:06:41 -05:00
Chenlei Hu
27e4bd2592
[Refactor] Use computed states for maintenance/StatusTag ( #2352 )
2025-01-25 20:56:05 -05:00
Chenlei Hu
82e0c3a8b6
1.8.7 ( #2351 )
2025-01-25 20:12:21 -05:00
Chenlei Hu
2852720b2c
[Refactor] Extract workflow/workflow tabs restore into a composable ( #2350 )
2025-01-25 16:58:50 -05:00
Chenlei Hu
38b8a68e50
[Refactor] Move workflow restore from app to GraphCanvas ( #2349 )
2025-01-25 15:36:50 -05:00
Chenlei Hu
44321e4692
[DevExperience] Add default VSCode launch.json ( #2348 )
2025-01-25 12:53:36 -05:00
bymyself
e992bd6571
Add tutorial workflow function for new desktop users ( #2315 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-25 12:23:27 -05:00
bymyself
e971ba31e0
Add "Don't show this again" checkbox to missing models dialog ( #2344 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-25 11:42:01 -05:00
Terry Jia
28b163cdd5
[3d] animation node UI change ( #2347 )
2025-01-25 11:41:05 -05:00
bymyself
652125de1f
Use v1-5-pruned-emaonly-fp16 model in default template workflow ( #2346 )
2025-01-25 11:40:39 -05:00
bymyself
c5d153cf16
Enable missing models dialog by default ( #2345 )
2025-01-25 11:40:18 -05:00
Chenlei Hu
9459f599b6
1.8.6 ( #2343 )
2025-01-24 22:41:38 -05:00
Terry Jia
326839db88
[3d] add preview 3d animation node ( #2341 )
2025-01-24 22:35:28 -05:00
Chenlei Hu
30fdc70218
Click url input status icon to trigger validation ( #2339 )
2025-01-24 14:15:54 -05:00
bymyself
9c42c31968
Fix missing models dialog ( #2336 )
2025-01-24 10:37:19 -05:00
Chenlei Hu
44aa1bf8c3
1.8.5 ( #2335 )
2025-01-23 22:06:57 -05:00
Chenlei Hu
caad27e28d
Validate on mount for UrlInput ( #2332 )
2025-01-23 15:09:00 -05:00
Chenlei Hu
e8136ff0ae
UrlInput emits update:modelValue only on blur ( #2331 )
2025-01-23 14:55:12 -05:00
Chenlei Hu
157475cb2e
Add validateUrlFn props on UrlInput component ( #2330 )
2025-01-23 14:44:06 -05:00
Chenlei Hu
93dc50a95a
Allow passthrough attrs on UrlInput ( #2329 )
2025-01-23 14:29:38 -05:00
Terry Jia
3f787e2dbf
[3d] improve storing Camera State logic ( #2328 )
2025-01-23 14:26:13 -05:00
Terry Jia
b54e270b10
[3d] refactor code ( #2326 )
2025-01-23 11:26:27 -05:00
Chenlei Hu
0ab1d974c0
Add url setting type ( #2327 )
2025-01-23 11:25:06 -05:00
bymyself
95ff01a67b
Fix form validation message appearing unnecessarily ( #2324 )
2025-01-23 09:25:36 -05:00
filtered
6f05ce6cc2
[Desktop] Add restart app instruction to git fix task ( #2322 )
2025-01-23 09:25:04 -05:00
bymyself
b8bef57522
Clean tags in issue reports ( #2323 )
2025-01-23 09:23:07 -05:00
bymyself
46500bf3dd
Fix translation id in folder customization dialog ( #2320 )
2025-01-22 20:44:02 -05:00
Chenlei Hu
1bcc00cd33
[i18n] Load custom nodes locales from ComfyUI server ( #2314 )
2025-01-22 17:37:02 -05:00
Chenlei Hu
08d2322817
1.8.4 ( #2319 )
2025-01-22 15:37:07 -05:00
filtered
8cfc1c4682
[Desktop] Remove beforeunload handler - unusable in electron ( #2318 )
2025-01-22 15:35:21 -05:00
filtered
c7bce87b8d
[Desktop] Use Window Controls Overlay API ( #2316 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-22 13:22:21 -05:00
Chenlei Hu
8f6b594a9f
Fix console error on adding node via searchbox ( #2317 )
2025-01-22 13:13:26 -05:00
Chenlei Hu
1c9b300396
1.8.3 ( #2312 )
2025-01-21 20:36:54 -05:00
filtered
cd5283c4b7
[Refactor] Desktop maintenance task runner ( #2311 )
2025-01-21 20:18:01 -05:00
filtered
0b69d3cbfe
[Desktop] Startup maintenance screen ( #2253 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-21 16:10:15 -05:00
bymyself
8257e848c6
Update SearchBox vue features ( #2310 )
2025-01-21 10:32:46 -05:00
Chenlei Hu
a07b7693b6
[chore] Update vue to 3.5 ( #2308 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-20 21:21:13 -05:00
Chenlei Hu
26ddf69451
Fix validation message locale ( #2309 )
2025-01-20 21:11:23 -05:00
bymyself
ed6ece2099
Add forms plugin to issue report component ( #2302 )
2025-01-20 20:20:59 -05:00
Chenlei Hu
b42516d39c
1.8.2 ( #2307 )
2025-01-20 17:24:58 -05:00
Chenlei Hu
ef24efe5a3
[Desktop] Report execution complete events ( #2306 )
2025-01-20 17:24:15 -05:00
Chenlei Hu
34c267c755
[chore] Update primevue to 4.2.5 ( #2304 )
2025-01-20 16:22:24 -05:00
bymyself
8b9f0ddd1d
Add Comfy Forum (forum.comfy.org) to Help menu ( #2305 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-20 16:06:31 -05:00
filtered
af658b7792
[Style] Use import/export icons for colour palette ( #2300 )
2025-01-20 14:33:02 -05:00
filtered
9c53bbd53d
[Refactor] Move type extensions out of LG (SoC) ( #2303 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-20 14:22:56 -05:00
filtered
f9be20fa78
[Desktop] Fix unnecessary setting update ( #2301 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-20 14:00:35 -05:00
Chenlei Hu
87fc7a2c5d
[Cleanup] Remove explicit prettier plugin call ( #2299 )
2025-01-20 11:15:16 -05:00
Chenlei Hu
1f266e826e
Fix .cursorrules typo ( #2298 )
2025-01-20 11:12:59 -05:00
Dr.Lt.Data
911adfe9f8
refine locales/ko ( #2296 )
2025-01-20 11:11:16 -05:00
bymyself
654d72b4cc
Add issue report dialog service ( #2284 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-19 20:44:11 -05:00
bymyself
a1ed67fc74
Add User Feedback buttons ( #2275 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-19 19:41:58 -05:00
Chenlei Hu
78bc635518
1.8.1 ( #2295 )
2025-01-19 19:07:18 -05:00
Chenlei Hu
f49ec175e9
1.8.0 ( #2293 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-19 18:57:07 -05:00
Yuki Shindo
e4c60e7e18
Prevent Enter Key from Triggering Selection During IME Composition in AutoCompletePlus ( #2285 )
2025-01-19 18:34:26 -05:00
filtered
37cb2cb0a5
[Desktop] Add quit command ( #2286 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-01-19 14:31:52 -05:00
Hikari-Fox
141825e988
Update Russian localization: refine terminology for "node", "hook", "… ( #2289 )
...
Co-authored-by: Vladimir Pozdnyakov <pozdnyakov044@gmail.com >
2025-01-19 14:29:40 -05:00
filtered
78f43b1e06
[Desktop] Add electron types update script ( #2290 )
2025-01-19 14:16:27 -05:00
filtered
a6105eb8c7
[DevExperience] Tailwind rules ( #2292 )
2025-01-19 14:16:03 -05:00
filtered
79ed598d5d
[chore] Update electron-types to 0.4.11 ( #2291 )
2025-01-19 14:12:17 -05:00
bymyself
816574e0ab
[Refactor] improve type safety in dialog service ( #2283 )
2025-01-18 15:46:57 -05:00
Chenlei Hu
1a4e77a3ab
[Desktop] Ctrl+w to close workflow tab ( #2282 )
2025-01-17 20:02:54 -05:00
Chenlei Hu
de570712df
1.7.14 ( #2281 )
2025-01-17 18:04:43 -05:00
Chenlei Hu
44612e8f97
[Desktop] Add privacy policy link to install view about dialog ( #2280 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-17 18:04:08 -05:00
bymyself
3df911c1bf
Add consent prompt view ( #2268 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-17 17:39:50 -05:00
Chenlei Hu
af26b9ad6d
[Desktop] Report completed generation status ( #2279 )
2025-01-17 17:36:46 -05:00
Chenlei Hu
d503873980
Move queueStore update from QueueSidebarTab to GraphView ( #2278 )
2025-01-17 17:14:22 -05:00
bymyself
842a9f74fc
[BrowserTest] Fix flaky gallery test ( #2150 )
2025-01-17 17:11:49 -05:00
Chenlei Hu
29551a36b3
Add .cursorrules ( #2277 )
2025-01-17 16:35:25 -05:00
filtered
d6e5c8950c
[Desktop] Loading screen ( #2274 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-17 11:12:03 -05:00
Chenlei Hu
ad1c1ce9c2
[chore] Update electron-types to 0.4.9 ( #2276 )
2025-01-17 10:59:41 -05:00
Benjamin Lu
cb9d2c6bae
Caching brush settings in mask editor ( #2271 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-01-17 10:38:23 -05:00
Chenlei Hu
7fd41eeaba
1.7.13 ( #2270 )
2025-01-16 11:51:58 -05:00
filtered
79fee6ac72
Fix collapsed node textarea causes UI inconsistency ( #2267 )
2025-01-16 11:50:53 -05:00
Benjamin Lu
edd58cd153
Hotfix scoped --sidebar-width uasges in maskeditor.ts ( #2269 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-01-16 11:36:11 -05:00
Chenlei Hu
e153508955
1.7.12 ( #2265 )
2025-01-15 20:19:24 -05:00
Chenlei Hu
237fca0bf1
[CodeHealth] Use scoped CSS for SideToolbar ( #2264 )
2025-01-15 20:16:39 -05:00
Chenlei Hu
65542b885a
[Style] Fix root CSS selector ( #2263 )
2025-01-15 19:44:46 -05:00
Chenlei Hu
f739f704af
[CodeHealth] Use scoped CSS in views ( #2262 )
2025-01-15 19:35:01 -05:00
Chenlei Hu
37abdbe35d
[Desktop] Add install screen stepper change metrics ( #2261 )
2025-01-15 19:27:05 -05:00
Chenlei Hu
ff445f5c95
Apply min col on logs terminal for colab ( #2260 )
2025-01-15 17:16:33 -05:00
Chenlei Hu
84b652a281
[CodeHealth] Convert useAutoSize to kwargs ( #2259 )
2025-01-15 17:06:45 -05:00
Chenlei Hu
184291d21b
[Settings] Enable Comfy.Window.UnloadConfirmation by default ( #2258 )
2025-01-15 16:37:11 -05:00
Chenlei Hu
d7fb25a36a
Don't prompt unsaved when there is no unsaved workflow on window close ( #2257 )
2025-01-15 16:34:05 -05:00
Comfy Org PR Bot
c039a60fcc
Update locales for node definitions ( #2256 )
...
Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2025-01-15 16:23:45 -05:00
Chenlei Hu
3b6108c26e
Add work dir to i18n-node-defs.yaml ( #2255 )
2025-01-15 16:19:13 -05:00
Chenlei Hu
49bb247526
1.7.11 ( #2250 )
2025-01-14 23:34:58 -05:00
bymyself
dd005f5fa5
Allow parent component to pass tags to issue report panel ( #2247 )
2025-01-14 23:34:11 -05:00
Chenlei Hu
bf90b458d3
[Desktop] Add clarification of migration from existing install ( #2249 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-14 23:33:53 -05:00
bymyself
7e78c5b1dc
Fix type error in BaseViewTemplate ( #2245 )
2025-01-14 20:19:35 -05:00
Gremlation
c13190cd07
Fix execution_interrupted ( #2244 )
2025-01-14 11:46:42 -05:00
filtered
00f031e382
[Refactor] Remove old workarounds ( #2242 )
2025-01-14 10:52:34 -05:00
filtered
04153caaf5
Fix prettier output in CI does not match IDE ( #2243 )
2025-01-14 10:51:32 -05:00
Chenlei Hu
210bfdeb7d
1.7.10 ( #2241 )
2025-01-13 20:25:36 -05:00
bymyself
ce0726d85e
Restore all open workflows on load ( #2238 )
2025-01-13 20:24:40 -05:00
bymyself
dd69f9dc30
[Style] Update workflow template cards style ( #2239 )
2025-01-13 20:21:03 -05:00
Chenlei Hu
3f261f0e53
[Desktop] Add user journey events to the metrics collection list (UI) ( #2237 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-12 17:16:16 -05:00
Chenlei Hu
3b2cc23f65
[Desktop] Mark window style setting as experimental ( #2236 )
2025-01-12 16:14:51 -05:00
bymyself
c50a86b258
[CI] Fix vite config condition ( #2235 )
2025-01-12 16:09:46 -05:00
Chenlei Hu
1a8c2bba42
1.7.9 ( #2234 )
2025-01-12 13:43:05 -05:00
Benjamin Lu
fc09951b3e
[Style] Visual improvements to WorkflowTabs ( #2232 )
...
Co-authored-by: Benjamin Lu <templu1107@proton.me >
2025-01-12 13:41:55 -05:00
Terry Jia
76d5f39607
[3d] use threejs native viewHelper ( #2230 )
2025-01-12 13:23:23 -05:00
bymyself
9d3bc0f173
Add optional report feature to error dialog ( #2229 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-12 13:23:02 -05:00
bymyself
d9b350e159
Add bookmark option in workflow tab context menu ( #2231 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-12 13:22:22 -05:00
Chenlei Hu
44610674ee
[Desktop] Fix server start view layout ( #2226 )
2025-01-10 22:14:01 -05:00
Chenlei Hu
9bfce5b8d0
Disable i18n on PRs from forked repo ( #2225 )
2025-01-10 19:23:20 -05:00
Chenlei Hu
8986fa356a
1.7.8 ( #2223 )
2025-01-10 19:06:03 -05:00
Chenlei Hu
0c4fd4af1c
[Style] Set topbar height to 2.5rem (40px) ( #2224 )
2025-01-10 19:05:44 -05:00
Chenlei Hu
30cd46ce1f
[Desktop] Allow dragging window on empty titlebar ( #2222 )
2025-01-10 13:41:26 -05:00
filtered
3122c33310
Allow Ctrl + C to send interrupt in terminal ( #2221 )
2025-01-10 13:30:11 -05:00
Chenlei Hu
91d8d04dc6
[Style] Reduce opacity on workflow tabs scrollbar ( #2220 )
2025-01-10 10:59:58 -05:00
Chenlei Hu
8f5aa1ff08
[Desktop] Native window in graph view ( #2216 )
2025-01-09 23:00:28 -05:00
Chenlei Hu
e076783b89
[Desktop] Native window virtual menu bar ( #2215 )
2025-01-09 20:21:03 -05:00
Chenlei Hu
04c23001fc
[Desktop] Set window action buttons style ( #2214 )
2025-01-09 19:35:22 -05:00
Chenlei Hu
cb265fb0bf
1.7.7 ( #2213 )
2025-01-09 19:03:43 -05:00
Chenlei Hu
e9211fe377
[Desktop] Add window style setting ( #2212 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-09 17:33:57 -05:00
Chenlei Hu
ffc7febeac
[BrowserTest] Disable flaky test ( #2211 )
2025-01-09 14:46:09 -05:00
Chenlei Hu
b15e626607
[Style] Replace px with rem in sidebar width ( #2210 )
2025-01-09 14:25:34 -05:00
Chenlei Hu
906b5e35a3
[Style] Set fixed top menu bar height ( #2209 )
2025-01-09 14:14:14 -05:00
Chenlei Hu
e8cd9c7642
[BrowserTest] Replace ComfyPage.reload with ComfyPage.setup ( #2208 )
2025-01-09 12:54:05 -05:00
Chenlei Hu
93e184e379
Explicitly add zod-to-json-schema as dev dependency ( #2207 )
2025-01-09 11:41:40 -05:00
Chenlei Hu
1d02cd3c47
[Docs] Extract comfy workflow zod schema as json schema ( #2206 )
2025-01-09 11:30:47 -05:00
Chenlei Hu
b86e3f71cb
1.7.6 ( #2202 )
2025-01-08 11:24:59 -05:00
bymyself
1ece2462bd
Use more conventional import/export icons in color palette settings ( #2199 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-08 10:58:21 -05:00
bymyself
73ecacfa2d
Fix searchbox dismissed when closing filter panel ( #2196 )
2025-01-08 10:57:55 -05:00
bymyself
67e6df7c72
Fix search result category text on light theme ( #2198 )
2025-01-08 10:57:10 -05:00
Jarvis
7e8510028d
fix: Make sure use the correct graph parameter ( #2200 )
2025-01-08 10:56:27 -05:00
bymyself
dd4dd8b68a
[Doc] Add anchors to sections in README ( #2197 )
2025-01-08 10:55:59 -05:00
bymyself
7111022617
Fix node text highlight color on light theme ( #2195 )
2025-01-08 09:16:57 -05:00
Chenlei Hu
daee073045
[Style] Fix second row workflow tabs overflow ( #2194 )
2025-01-07 16:28:49 -05:00
Chenlei Hu
a1a834a76d
Support 2nd row location for workflow tabs ( #2193 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-07 16:05:37 -05:00
Chenlei Hu
c437d32691
Truncate sidebar title first to avoid tool buttons wrap ( #2192 )
2025-01-07 15:14:09 -05:00
Chenlei Hu
0130d41be5
Try fix workflow tabs vertical scrollbar ( #2191 )
2025-01-07 13:39:14 -05:00
Chenlei Hu
527561d148
1.7.5 ( #2189 )
2025-01-07 10:47:34 -05:00
Chenlei Hu
1c4481c342
Horizontal scroll workflow tabs on overflow ( #2188 )
2025-01-07 10:45:58 -05:00
Chenlei Hu
07000a23d4
Wrap each init task with error handling ( #2187 )
2025-01-07 10:40:32 -05:00
Chenlei Hu
ea6c9e7ca5
Replace unset unknown keybinding error with warn ( #2186 )
2025-01-07 10:33:23 -05:00
Chenlei Hu
90698fced6
[BugFix] Migrate deprecated Comfy.Keybinding.UnsetBindings values ( #2185 )
2025-01-07 10:23:25 -05:00
iola1999
9716aea10d
fix: Fix infinite recursion in mask upload retry logic ( #2181 )
2025-01-07 16:19:13 +01:00
Chenlei Hu
077ded2cce
[Refactor] Simplify keybindingStore with _.groupBy ( #2180 )
2025-01-06 19:46:20 -05:00
Chenlei Hu
ffb20b8789
1.7.4 ( #2179 )
2025-01-06 19:24:40 -05:00
Chenlei Hu
549a2fdc92
Remove main_repo_release.py ( #2147 )
2025-01-06 17:01:41 -05:00
bymyself
e123295423
Fix saved keybinding persistence ( #2176 )
2025-01-06 15:54:35 -05:00
Chenlei Hu
613b44610a
1.7.3 ( #2175 )
2025-01-06 11:04:54 -05:00
Chenlei Hu
e82d795ff9
Trigger node def locale update manually ( #2170 )
2025-01-06 10:54:59 -05:00
bymyself
ba31f8fa68
Add Close Workflow to commands ( #2171 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Chenlei Hu <huchenlei@proton.me >
2025-01-06 10:50:44 -05:00
Alexander Piskun
f2eb4e1519
(fix): added missing slash to "loadWorkflow" templates endpoint ( #2174 )
2025-01-06 10:49:07 -05:00
Chenlei Hu
975c2248c5
Rename Keybinding.targetSelector to targetElementId ( #2169 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-05 16:03:38 -05:00
bymyself
477f4b275d
Fix node bookmark color customization ( #2168 )
2025-01-05 13:05:09 -05:00
bymyself
179b8c22a9
[BrowserTest] Refactor test fixtures ( #2165 )
2025-01-05 13:03:07 -05:00
bymyself
6525389273
Update Settings schema ( #2167 )
2025-01-05 12:56:29 -05:00
Chenlei Hu
59fc5ac77e
Update litegraph 0.8.60 ( #2164 )
2025-01-04 20:46:38 -05:00
bymyself
ed844e04b8
Fix text wrapping in dropdown menu ( #2162 )
2025-01-04 20:30:58 -05:00
bymyself
972af1977d
Improve menu accessibility ( #2163 )
2025-01-04 20:30:27 -05:00
Chenlei Hu
5ac0b7b181
1.7.2 ( #2161 )
2025-01-04 19:42:15 -05:00
Chenlei Hu
31ea39e44c
Prevent reference sharing on settingStore content ( #2160 )
2025-01-04 19:31:32 -05:00
Chenlei Hu
e65653c107
Add support for custom light color palette ( #2156 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-04 18:53:47 -05:00
Chenlei Hu
e46706777c
[BrowserTest] Disable flaky queue sidebar tests ( #2158 )
2025-01-04 16:33:36 -05:00
Chenlei Hu
1a817a48cb
1.7.1 ( #2152 )
2025-01-03 20:19:11 -05:00
Chenlei Hu
871967349f
1.7.0 ( #2151 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-03 20:14:51 -05:00
filtered
11258f4a95
Revert markdown note node, reland as new node ( #2148 )
2025-01-03 16:05:23 -05:00
bymyself
c3e05c2a10
Add alt text to images in gallery and queue ( #2136 )
2025-01-03 13:49:06 -05:00
Chenlei Hu
ea1e776dcc
Update litegraph 0.8.59 ( #2140 )
2025-01-03 11:15:16 -05:00
Dr.Lt.Data
f0c273f845
elaborate korean translation ( #2137 )
2025-01-03 11:14:56 -05:00
Chenlei Hu
ea489851ed
[BugFix] Fix open workflow after insert ( #2138 )
2025-01-03 11:09:28 -05:00
Chenlei Hu
5717c33a0b
[BrowserTest] Add test on paste with link ( #2130 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-02 20:38:36 -05:00
Chenlei Hu
c31919c418
Remove invertMenuScrolling extension ( #2131 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-02 20:19:00 -05:00
bymyself
2e7de4701e
Reduce debounce delay in settings search ( #2126 )
2025-01-02 19:51:31 -05:00
Chenlei Hu
f53723da0f
1.6.15 ( #2129 )
2025-01-02 17:54:31 -05:00
bymyself
5c7cbe968e
Fix gallery changing image every time a task finishes ( #2125 )
2025-01-02 17:51:28 -05:00
Chenlei Hu
cb607ee070
Update litegraph 0.8.58 ( #2128 )
2025-01-02 17:47:32 -05:00
Terry Jia
f4b5677901
[3d] support for fov and mask ( #2116 )
2025-01-02 15:45:37 -05:00
Chenlei Hu
9c1eacf0af
Fix duplication of persisted workflow ( #2124 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-02 12:16:39 -05:00
Chenlei Hu
bb988edf9f
1.6.14 ( #2120 )
2025-01-01 19:29:47 -05:00
Chenlei Hu
39e9f421f4
Fix double trigger of loadColorPalette effect ( #2118 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-01 19:27:22 -05:00
Chenlei Hu
3d2b9a8d9d
Call api.storeSetting only when setting value changes ( #2119 )
2025-01-01 17:34:58 -05:00
pythongosssss
c77a5cab5b
Add support for nested dynamic prompts ( #2117 )
2025-01-01 15:29:17 -05:00
Chenlei Hu
e525a3ad98
1.6.13 ( #2115 )
2024-12-31 19:05:26 -05:00
bymyself
f507142e6a
Fix error when adding custom setting with no category ( #2112 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-31 19:04:58 -05:00
Chenlei Hu
3189e310a8
Add default confirm dialog ( #2114 )
2024-12-31 18:18:48 -05:00
Chenlei Hu
174a9a114a
Expose dialogService to extensionManager ( #2113 )
2024-12-31 17:01:37 -05:00
Chenlei Hu
0b3c0cc0c9
Fix i18n-custom-nodes action ( #1991 )
...
Co-authored-by: snomiao <snomiao@gmail.com >
2024-12-31 16:03:33 -05:00
bymyself
74b02237db
Add virtual scroll to Queue Tab for improved performance ( #2108 )
2024-12-31 12:35:29 -05:00
bymyself
6dc5c6958f
Compress test assets ( #2109 )
2024-12-31 12:33:29 -05:00
bymyself
70bece2d48
Update history task item schema ( #2110 )
2024-12-31 12:33:11 -05:00
bymyself
7eea2e5aa0
Increase width of settings dialog on mobile ( #2111 )
2024-12-31 12:30:40 -05:00
Chenlei Hu
eb94337c43
1.6.12 ( #2107 )
2024-12-30 21:30:07 -05:00
Chenlei Hu
98b96d2b1a
Fix install view stepper layout shift ( #2106 )
2024-12-30 19:19:40 -05:00
Chenlei Hu
1b10e16b2d
Adjust styles on various views ( #2105 )
2024-12-30 19:09:55 -05:00
Chenlei Hu
d8f074fea0
[Lint] Sort imports ( #2104 )
2024-12-30 17:26:37 -05:00
Chenlei Hu
e88817ea36
Lint/format vite.config.mts ( #2103 )
2024-12-30 16:48:57 -05:00
Chenlei Hu
4ae77e22d4
Add eslint to presubmit hook ( #2102 )
2024-12-30 16:47:12 -05:00
Chenlei Hu
9f23f81879
[Refactor] Move goToNode to litegraphService ( #2101 )
2024-12-30 16:38:10 -05:00
Chenlei Hu
3bf0dfd218
[Refactor] Move addNodeOnGraph to litegraphService ( #2100 )
2024-12-30 16:09:44 -05:00
Yuki Shindo
be7e2c6505
Add category-based filtering in settings search ( #2086 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-30 11:23:02 -05:00
Chenlei Hu
6dce285210
Fix litegraph grab cursor style ( #2097 )
2024-12-30 10:50:53 -05:00
Zoltán Dócs
5218024395
Show workflow templates from custom nodes ( #2032 )
2024-12-29 22:26:03 -05:00
Chenlei Hu
92a5a8057f
1.6.11 ( #2096 )
2024-12-29 21:04:37 -05:00
Chenlei Hu
b19f7ca228
Add BaseViewTemplate ( #2094 )
2024-12-29 18:07:22 -05:00
Chenlei Hu
94f964cf17
[Cleanup] Remove legacy slow jest test utils ( #2093 )
2024-12-29 17:05:05 -05:00
Chenlei Hu
a7fd9bf0d9
Remove life on default error handler toast ( #2091 )
2024-12-29 16:42:09 -05:00
Chenlei Hu
642094ead1
Remove legacy slow jest tests ( #2092 )
2024-12-29 16:25:06 -05:00
Chenlei Hu
95a4623c37
Re-enable keybinding jest test ( #2090 )
2024-12-29 14:55:18 -05:00
Chenlei Hu
773059da93
1.6.10 ( #2087 )
2024-12-28 21:37:03 -05:00
Chenlei Hu
a48ad1cb41
Move setting impl from ComfySettingsDialog to settingStore ( #2085 )
2024-12-28 21:31:09 -05:00
Chenlei Hu
5152985656
[Refactor] Rename settingStore.settings to settingsById ( #2081 )
2024-12-28 17:39:40 -05:00
Chenlei Hu
ab33eb6262
Remove legacy menu setting Comfy.MenuPosition ( #2080 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-27 23:15:43 -05:00
Chenlei Hu
af1a5d9dbc
Fix Comfy.WidgetControlMode watcher ( #2079 )
2024-12-27 22:42:41 -05:00
Chenlei Hu
feabd3f11d
[Refactor] Move Comfy.WidgetControlMode to coreSettings ( #2078 )
2024-12-27 21:06:23 -05:00
Chenlei Hu
74361eebe0
1.6.9 ( #2077 )
2024-12-27 18:56:46 -05:00
Yuki Shindo
20412f2c74
Enable category-based narrowing and reset to default on search clear ( #2071 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-27 18:06:50 -05:00
Chenlei Hu
861d559f19
Update litegraph 0.8.50 ( #2076 )
2024-12-27 14:13:36 -05:00
Chenlei Hu
7cb0c230df
[Refactor] Move app.registerNodeDef to litegraphService ( #2075 )
2024-12-27 13:08:42 -05:00
Chenlei Hu
9d94802e26
Activate French translation ( #2074 )
2024-12-27 10:35:21 -05:00
filtered
34492aed17
Fix context menu text blurred by CSS filter ( #2069 )
2024-12-27 10:31:17 -05:00
Gremlation
a3be889872
Add Markdown table support to the Note node ( #2072 )
2024-12-27 10:30:47 -05:00
Chenlei Hu
9acb5abf58
1.6.8 ( #2070 )
2024-12-26 20:33:03 -05:00
Chenlei Hu
b9edd05623
[i18n] Add French translation ( #2064 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-26 20:31:31 -05:00
Chenlei Hu
56a243f958
[Refactor] Deprecate ComfyApp.progress ( #2065 )
2024-12-26 15:21:58 -05:00
Chenlei Hu
c311806249
[Refactor] Move keybinds extension to keybindingService ( #2063 )
2024-12-26 13:19:04 -05:00
gremlation
7990491c58
Add Markdown support to the Note node ( #2044 )
2024-12-26 13:16:00 -05:00
Chenlei Hu
66ada54587
[Refactor] Move vintageClipboard to utils/ ( #2062 )
2024-12-26 12:55:58 -05:00
DorotaL
a5f9fa006c
[i18n] Update zh translations ( #2061 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-26 10:55:40 -05:00
Chenlei Hu
f69e88bf41
[Refactor] Convert dialogService to composable ( #2058 )
2024-12-26 00:26:01 -05:00
Chenlei Hu
4e554503c0
[Refactor] Convert workflowService to composable ( #2057 )
2024-12-26 00:11:27 -05:00
Chenlei Hu
c00d665aa5
Update litegraph 0.8.49 ( #2056 )
2024-12-25 23:20:28 -05:00
Chenlei Hu
cce11bb639
Move extension related functions from app to extensionService ( #2055 )
2024-12-25 23:19:25 -05:00
Chenlei Hu
7771802038
1.6.7 ( #2054 )
2024-12-25 22:47:42 -05:00
Chenlei Hu
9d7a7dae62
[Theme] Loosen color palette schema ( #2053 )
2024-12-25 22:47:10 -05:00
Chenlei Hu
e7528f13a2
[Theme] Fallback secondary menu bg to menu bg if not set ( #2052 )
2024-12-25 21:59:37 -05:00
Chenlei Hu
f851e356f2
Fix flaky reroute insert playwright test ( #2051 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-25 21:57:52 -05:00
Chenlei Hu
db572a4085
Implement color palette in Vue ( #2047 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-25 21:41:48 -05:00
Chenlei Hu
f1eee96ebc
Ignore hidden settings for translation ( #2050 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-25 21:26:52 -05:00
Dr.Lt.Data
d11fad8a06
Fix Korean translation ( #2049 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-25 19:44:00 -05:00
Chenlei Hu
e961e64497
1.6.6 ( #2046 )
2024-12-24 17:20:25 -05:00
filtered
006d544ac5
Improve install path validation and i18n ( #2042 )
...
Co-authored-by: huchenlei <huchenlei@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2024-12-24 14:36:32 -05:00
filtered
467b35f98d
Add i18n for next/back/install buttons ( #2045 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-24 14:01:54 -05:00
Chenlei Hu
eb43234a3a
Fix extension panel search/sort ( #2041 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-24 10:51:41 -05:00
bymyself
5da26e917a
Fix render issue when removing search filter chips ( #2038 )
2024-12-24 10:13:14 -05:00
bymyself
96b2987590
Fix batch count limit ( #2039 )
2024-12-24 10:12:38 -05:00
filtered
653ed6f096
Fix reroutes not included in Insert Workflow ( #2037 )
2024-12-23 23:24:54 -05:00
Chenlei Hu
3cb303ff05
1.6.5 ( #2036 )
2024-12-23 21:43:46 -05:00
Chenlei Hu
af6cb31214
Move color palettes to constants/coreColorPalettes.ts ( #2035 )
2024-12-23 21:43:30 -05:00
Chenlei Hu
54ca111c7c
Fix FormItem structure ( #2034 )
2024-12-23 21:33:03 -05:00
Chenlei Hu
e2bbfe7d80
Fix NODE_DEFAULT_SHAPE in color palette ( #2033 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-23 20:44:52 -05:00
Chenlei Hu
3b9a5a61b2
Add color picker and image upload form items ( #2031 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-23 16:10:15 -05:00
Chenlei Hu
27ec6139a8
Translate keybinding panel table header ( #2030 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-23 14:54:12 -05:00
Chenlei Hu
fa06d6ea99
[Refactor] Split color palettes into separate json files ( #2029 )
2024-12-23 14:42:03 -05:00
Chenlei Hu
47435cdfed
Fix docked actionbar expanding menu height ( #2027 )
2024-12-23 10:15:05 -05:00
Fahd Arafat
cfb884b118
Rearrange workflow tabs ( #2026 )
2024-12-23 09:51:17 -05:00
pythongosssss
1af0b4f992
[Electron] Migrate custom nodes ( #1892 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-23 09:33:48 -05:00
bymyself
c36e55f0b7
Auto-focus node filter search ( #2024 )
2024-12-23 09:27:32 -05:00
bymyself
9f6c828cfe
Fix search input failing to focus after adding filter ( #2023 )
2024-12-23 09:27:17 -05:00
bymyself
cf51254d24
Remove defineProps import ( #2025 )
2024-12-23 09:25:47 -05:00
Chenlei Hu
b0cc5eac95
1.6.4 ( #2021 )
2024-12-22 19:52:40 -05:00
bymyself
feeb1d19c8
Fix workflow-insert with reroute nodes ( #2008 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-22 19:51:32 -05:00
Chenlei Hu
920266e1ff
[ExtensionPanel] Distinguish core and 3rd party extensions ( #2020 )
2024-12-22 19:41:28 -05:00
Chenlei Hu
b81ccc0507
[ExtensionPanel] Add disable all / enable all actions ( #2017 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-22 18:57:58 -05:00
shinich39
f4c523f188
Bypass selected nodes ( #2013 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2024-12-22 16:51:28 -05:00
AustinMroz
cce5ade578
Fix memory leak in preview code ( #2012 )
...
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2024-12-22 16:18:31 -05:00
filtered
3767749398
Add About to Help menu ( #2010 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-22 16:17:25 -05:00
bymyself
c3ceef0461
Update mobile settings visibility test ( #2009 )
2024-12-22 16:16:11 -05:00
Terry Jia
ac952fbee3
[3d] fix file path issue for preview 3d node ( #2005 )
2024-12-22 16:13:15 -05:00
Chenlei Hu
72f7c3101d
Always show extension panel in settings dialog ( #2002 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-20 16:30:11 -08:00
Chenlei Hu
ca9627cada
Move widget link drop conversion to widgetInputs ( #2001 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-20 16:10:18 -08:00
Chenlei Hu
c8f62cd963
1.6.3 ( #1997 )
2024-12-19 18:12:59 -08:00
Chenlei Hu
9900e46b95
Unify title edit handling ( #1995 )
2024-12-19 16:56:26 -08:00
Chenlei Hu
c433b38ba8
[CNR] Support module sytax of <node name>@<version> ( #1994 )
2024-12-19 14:48:33 -08:00
Chenlei Hu
0b501d7a1c
Add DorotaLuna to translation codeowner ( #1990 )
2024-12-19 09:46:17 -08:00
Yuki Shindo
0e197261b0
Add Clear Functionality in the SearchBox ( #1989 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-19 09:40:08 -08:00
Chenlei Hu
89bf5c182d
Add AIGODLIKE team to translation codeowner ( #1983 )
2024-12-18 19:26:19 -08:00
Chenlei Hu
e80c75482e
1.6.2 ( #1988 )
2024-12-18 17:45:38 -08:00
Chenlei Hu
569a131624
[i18n] Add gihtub action to translate custom nodes ( #1987 )
2024-12-18 17:04:35 -08:00
Chenlei Hu
b1d02c6a7b
[i18n] Split settings locale to separate json files ( #1986 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-18 14:57:05 -08:00
Zoltán Dócs
abeafd5625
Save sidebar width per tab ( #1985 )
2024-12-18 14:56:27 -08:00
Chenlei Hu
0906d7873a
Update locales (Sync core node defs)( #1984 )
2024-12-18 13:24:11 -08:00
Chenlei Hu
0ce3f1ecb0
Update README.md ( #1982 )
2024-12-18 12:23:00 -08:00
Chenlei Hu
ec6919c5ab
1.6.1 ( #1979 )
2024-12-17 17:20:50 -08:00
Laurent Erignoux
10de690ccf
Updating workflow template to use relative url and ensure resources can be accessed behind a url rewriting proxy. ( #1922 )
...
Co-authored-by: Erignoux Laurent <laurent.erignoux@ubisoft.com >
2024-12-17 13:09:38 -08:00
filtered
cb3e4b5ed7
[Refactor] Clean up image nodes, add TS types ( #1927 )
...
* [Refactor] Clean up image nodes, add TS types
Should be no functional changes.
* Remove unused code
2024-12-17 13:09:24 -08:00
filtered
2b4ac582d4
Add manual configuration screen ( #1926 )
...
* Add manual configuration screen
* nit
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-17 09:52:30 -08:00
filtered
7f60811ebf
Fix cannot open groupNodes menu from canvas ( #1925 )
...
* Fix cannot open groupNode menu from canvas
* Fix cannot open groupNode menu from canvas
Fixes root cause of issue
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-17 09:47:09 -08:00
Chenlei Hu
90e94df1e4
1.6.0 ( #1921 )
2024-12-16 18:52:35 -08:00
Hayden
5b72fc7fdc
Optimize model library ( #1739 )
...
* Adapt experiment models api
* Add model preview
2024-12-16 15:27:30 -08:00
filtered
601b739f75
Add GPU selection to desktop installer ( #1888 )
...
* Remove redundant code
* Add GPU picker screen to installer
* Permit jumping installation steps when visited
* Prevent sad girl from covering buttons
* Update gpu options to match availability
* Ensure install screen renders inside bounds
* Pre-select GPU detected by desktop native
* Redesign GPU selection screen
* Prevent text highlight on installer stepper
* Add translations for GPU picker
* Rename for clarity
* Remove unused code
* Update electron types
* Update locales [skip ci]
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2024-12-16 15:26:40 -08:00
Fahd Arafat
a441908db3
display cancelled worklflow images ( #1920 )
2024-12-16 14:45:49 -08:00
Terry Jia
a376503a7b
[3d] improve Preview 3d node ( #1918 )
2024-12-16 11:56:20 -08:00
Chenlei Hu
69a4a17848
[Multi-User] Press enter in new username textbox trigger login ( #1919 )
...
* [Multi-User] Press enter in new username textbox trigger login
* nit
2024-12-16 10:34:33 -08:00
Chenlei Hu
22f9ad31dc
1.5.18 ( #1916 )
2024-12-15 16:39:43 -08:00
Fahd Arafat
2a02159355
fix settings not showing on small screens ( #1914 )
2024-12-15 15:40:40 -08:00
Chenlei Hu
9258098e0c
[litegraph] Fix slider value display when custom widget label is present ( #1915 )
...
* Update litegraph
* Add playwright test
* Update locales [skip ci]
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-15 13:54:03 -08:00
Fahd Arafat
fa48fe587d
forward mouse events from textareas to canvas ( #1911 )
...
* forward mouse events from textareas to canvas
* use arrow functions
* Apply suggestions from code review
Use pointer events instead of mouse to get extended properties
Remove workaround (only required due to missing extended properties)
* Apply code review - Adjust UX
- Do not prevent middle click from hitting DOM widgets
- Allow middle click and drag to continue functioning if another button is held down
---------
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com >
2024-12-15 12:50:32 -08:00
Terry Jia
7b64bfa173
[3d] Set view only when object exists ( #1912 )
...
* [3d] Set view only when object exists
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-15 10:57:34 -08:00
Chenlei Hu
59b62eadf1
[i18n] Translate save/export workflow dialog ( #1906 )
...
* [i18n] Translate save/export workflow dialog
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-13 16:56:37 -08:00
Chenlei Hu
98912efeb7
1.5.17 ( #1907 )
2024-12-13 16:55:52 -08:00
Fahd Arafat
c7303ea465
Add new workflow button in topbar for tab view ( #1903 )
2024-12-13 14:14:13 -08:00
Chenlei Hu
618b451f1e
[test] Stricter locator matching on workflows sidebar elements ( #1905 )
...
* [test] Stricter locator matching on workflows sidebar elements
* nit
2024-12-13 14:13:56 -08:00
Chenlei Hu
a99f63784d
Fix io slot label overwrite by i18n ( #1904 )
...
* Add test on export with different locales
* Fix node slot rename
2024-12-13 12:27:16 -08:00
Yoland Yan
6f7c7f3c61
Update default value for 'Opened workflows position' setting from 'Sidebar' to 'Topbar' in coreSettings.ts ( #1902 )
2024-12-13 09:45:52 -08:00
Chenlei Hu
4f049b66a2
1.5.16 ( #1901 )
2024-12-13 08:50:18 -08:00
Chenlei Hu
458ff350c8
1.5.15 ( #1900 )
...
* 1.5.15
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-13 08:24:01 -08:00
Chenlei Hu
fc8c10bca4
Add Comfy-Desktop.OpenUserGuide in help menu ( #1896 )
...
* Add Comfy-Desktop.OpenUserGuide in help menu
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-12 16:39:54 -08:00
filtered
28ab86cd4a
Fix #1769 - Keep log on screen after installation error ( #1891 )
...
* Hide terminal on server start error
* nit - Doc
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-12 14:41:07 -08:00
Chenlei Hu
efb6f8afe3
Proper fix on locale message type ( #1894 )
2024-12-12 14:26:43 -08:00
Chenlei Hu
a2549f23c7
Fix circular dependency on updating missing locale ( #1893 )
2024-12-12 12:26:18 -08:00
oto-ciulis-tt
7877c96ffe
feat: Add more server side arguments ( #1846 )
...
* feat: Add more server side arguments
* nit
* Update locales [skip ci]
---------
Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2024-12-12 11:18:21 -08:00
Chenlei Hu
4997d13219
[i18n] Add commands label translation ( #1890 )
...
* [i18n] Add commands label translation
* Use translation
2024-12-12 09:28:47 -08:00
Chenlei Hu
c5135afd29
[i18n] Fix some unintuitive Chinese translations ( #1889 )
2024-12-12 08:32:53 -08:00
Chenlei Hu
8663340067
1.5.14 ( #1886 )
2024-12-11 20:03:31 -08:00
Chenlei Hu
a1ffc521a4
[i18n] Update i18n on node defs ( #1885 )
...
* [i18n] Update i18n on node defs
* Update test expectations [skip ci]
* Downgrade i18n-cli
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-11 19:59:51 -08:00
Chenlei Hu
f7dce3116a
1.5.13 ( #1884 )
2024-12-11 18:05:11 -08:00
Chenlei Hu
f23530afcf
[i18n] Translate widget label ( #1883 )
...
* [i18n] Translate widget label
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-11 18:03:56 -08:00
Chenlei Hu
c5f77de1bf
[CSS] Use brighter secondary menu color in light mode ( #1882 )
2024-12-11 16:11:12 -08:00
Chenlei Hu
c60645d9f4
[i18n] Translate node input label ( #1880 )
2024-12-11 14:57:49 -08:00
Chenlei Hu
ebbff358a0
[i18n] Fix untranslated dataTypes in ru ( #1879 )
2024-12-11 12:13:39 -08:00
Chenlei Hu
a39c04d56e
[i18n] Split nodeDefs translations to a separate json file ( #1878 )
...
* [i18n] Split nodeDefs translations to a separate json file
* build locale
2024-12-11 11:51:54 -08:00
Chenlei Hu
9e61d1509f
[i18n] Fix ko translation schema ( #1877 )
2024-12-11 11:38:00 -08:00
Chenlei Hu
0c511d08e6
[i18n] Use folder mode for locale ( #1876 )
...
* [i18n] Use folder mode for locale
* try pipe
2024-12-11 11:29:52 -08:00
filtered
929e3a5733
Add native context menu when using desktop ( #1875 )
...
* Add system menu to elements
* Add desktop text context menu control
* Update electron types
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-11 11:29:14 -08:00
Chenlei Hu
75c98d00fc
[i18n] Fix node output label translation ( #1871 )
2024-12-11 09:36:44 -08:00
Chenlei Hu
7bce5ac4d0
1.5.12 ( #1868 )
2024-12-11 08:33:16 -08:00
Chenlei Hu
e7733d94f9
[i18n] Supress expected translation/fallback warnings ( #1867 )
2024-12-11 08:32:50 -08:00
Chenlei Hu
20a3a95df2
Fix output label on untranslated output names ( #1866 )
...
* Fix output label on untranslated output names
* nit
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-11 08:09:37 -08:00
Yuki Shindo
d2bbf41fb5
Add translated setting names to the search index for improved localization support ( #1865 )
...
* feat: add translated setting names to the search index for improved localization support
* nit
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-11 08:07:41 -08:00
Chenlei Hu
97ccc6a854
1.5.11 ( #1862 )
2024-12-10 17:10:36 -08:00
Chenlei Hu
b48619878f
Replace deprecated InputSwitch with ToggleSwitch ( #1861 )
2024-12-10 17:08:58 -08:00
Chenlei Hu
ac6130a556
[i18n] Translate node input/output label and tooltip ( #1860 )
...
* [i18n] Translate node input/output labels
* nit
* Impl actual translation
* Remove outputs where name is the type
* Pick outputs key
* Translate outputs
* Properly persist label
* Translate input tooltips
* Translate single node
* Translate first node
* Translate 10 nodes
* Exclude input name translation
* Update test expectations [skip ci]
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-10 17:08:45 -08:00
Chenlei Hu
86797d2492
[i18n] Collect node data types ( #1859 )
...
* [i18n] Collect node data types
* nit
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-10 11:29:54 -08:00
Chenlei Hu
112a693f3d
[i18n] Translate setting options ( #1858 )
...
* Collect options
* Translate setting options
* Update locales [skip ci]
* Normalize key
* Revert change of logic
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-10 09:31:13 -08:00
oto-ciulis-tt
57701f6145
feat: Adding indicator for completed download ( #1852 )
...
* feat: Adding indicator for completed download
* Reverting changes
* Inline color style
---------
Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-09 15:09:33 -08:00
filtered
c2145b6f45
Adjust UI theme slightly ( #1853 )
...
* Format CSS - prettier
* Cast Minor Shadows
Adds faint shadows to the top and side bars
* Darken the sidebar slightly
* Add theme config for bar shadows
* Fix menu item alignment and spacing
* [Refactor] Prefer canvas setDirty over draw
- nits
- types
2024-12-09 15:03:14 -08:00
Chenlei Hu
0b91d53c9f
1.5.10 ( #1850 )
2024-12-08 20:42:27 -05:00
Chenlei Hu
b4ccaf4fec
Rename EditAttention to EditTokenWeight ( #1848 )
...
* Rename EditAttention to EditTokenWeight
* Update locales [skip ci]
* Remove EditAttention
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-08 20:22:09 -05:00
Chenlei Hu
2d1b2cb1cc
Fix group node playwright tests ( #1849 )
...
* Fix group node playwright tests
* nit
* nit
2024-12-08 20:21:59 -05:00
Chenlei Hu
aa04ab78c1
Replace window.prompt with custom prompt impl ( #1847 )
...
* Replace window.prompt with custom prompt impl
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-08 16:55:32 -05:00
Chenlei Hu
1671437fb3
Fix korea translation activation ( #1845 )
...
* Fix korea translation activation
* nit
2024-12-08 11:48:05 -05:00
Chenlei Hu
9d49cb0e4b
Add support for korea translation ( #1830 )
...
* Add support for korea translation
* Update locales [skip ci]
* Update ko.json
* Update locales [skip ci]
* Update ko.json
---------
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com >
2024-12-08 11:44:36 -05:00
Chenlei Hu
43548785b5
Fix Comfy-Desktop.Reinstall command label ( #1844 )
2024-12-07 22:13:03 -05:00
Chenlei Hu
b6038128cb
[i18n] g global namespace ( #1843 )
...
* Batch move global scope i18n to g. namespace
* Minor fix
* Update locale
* Update locales [skip ci]
* More moves
* Regroup icon/color
* nit
* Fix component test
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-07 22:07:03 -05:00
Chenlei Hu
a76159e9a0
[i18n] Translate node categories ( #1842 )
...
* [i18n] Translate node categories
* nit
* Update locales [skip ci]
* Fix some translations
* Do translate
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-07 21:25:40 -05:00
Chenlei Hu
a0ff78dbdb
1.5.9 ( #1840 )
2024-12-07 18:54:26 -05:00
Yuki Shindo
059dfcbebb
Use i18n keys for workflow tree type labels ( #1839 )
...
* fix: use i18n keys for workflow tree type labels
* Inline translations
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-07 18:52:52 -05:00
Chenlei Hu
c17d44638e
[i18n] Safe fallback to original string ( #1838 )
...
* [i18n] Safe fallback to original string
* nit
2024-12-07 18:48:14 -05:00
filtered
0e385c4262
Require confirmation for desktop reinstall ( #1835 )
...
* Add generic default button for unknown dialogs
* Add reinstall confirmation dialog
* Prevent removal of newlines in i18n dialogs
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-07 10:24:00 -05:00
Chenlei Hu
da98b1c4cc
Update CODEOWNER matching rule ( #1836 )
2024-12-07 10:23:43 -05:00
Chenlei Hu
26d2e5de31
Add code owners ( #1832 )
...
* Add code owners
* nit
2024-12-06 22:29:21 -05:00
filtered
b0e37036d5
Fix missing titles during desktop installation ( #1831 )
...
* Add missing desktop translation keys
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-06 22:18:19 -05:00
Chenlei Hu
b7ddb47d2a
1.5.8 ( #1829 )
2024-12-06 21:29:11 -05:00
Yuki Shindo
6eb5ee99d8
feat: use friendly language names for Comfy.Locale setting options ( #1828 )
2024-12-06 20:19:01 -05:00
Chenlei Hu
6409e17d4a
Hint for empty canvas when invoking Comfy.Canvas.FitView ( #1826 )
2024-12-06 18:07:01 -05:00
Yuki Shindo
a6549fb41e
docs: Localize menu paths in firstTimeUIMessage ( #1825 )
2024-12-06 18:06:43 -05:00
Yuki Shindo
06d5064b7c
fix: updated About label translation to a more appropriate Japanese term ( #1827 )
2024-12-06 18:06:20 -05:00
Chenlei Hu
fd621f485e
Reload current workflow when locale changes ( #1824 )
2024-12-06 17:37:25 -05:00
Chenlei Hu
517ae56763
Translate node title and description ( #1822 )
...
* Collect node def i18n
* Add collected en locale
* Sort by node id
* Add translations
* Show translated node def
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-06 16:56:54 -05:00
Chenlei Hu
ae26390776
Properly implement ComfyNodeDef interface ( #1821 )
...
* nit
* Properly implement ComfyNodeDef interface
* nit
* Mark readonly
2024-12-06 12:00:15 -05:00
Chenlei Hu
aa68422e0f
1.5.7 ( #1818 )
2024-12-05 20:00:18 -05:00
Chenlei Hu
dac2a2ec86
[Electron] Translate server config panel ( #1817 )
...
* Update i18 collection to include server config items
* Use translation
* Update locales [skip ci]
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-05 19:56:51 -05:00
Chenlei Hu
5cee4d828f
[Electron] Use shortname for server config disable-smart-memory ( #1816 )
2024-12-05 17:17:24 -05:00
Chenlei Hu
d6247d69ce
[Electron] Hide auto-launch in server config ( #1815 )
2024-12-05 17:02:17 -05:00
Chenlei Hu
e2fa1e65d1
Add Workspace.SearchBox.Toggle command ( #1814 )
...
* Add Workspace.SearchBox.Toggle command
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-05 15:30:02 -05:00
Chenlei Hu
55c04b5533
[Electron] Allow force install on not supported device page ( #1812 )
...
* [Electron] Allow force install on not supported device page
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-05 12:06:51 -05:00
Chenlei Hu
540e785424
Reland "Replace magic numbers with LGraphEventMode ( #1809 )" ( #1811 )
...
* Revert "Revert "Replace magic numbers with LGraphEventMode (#1809 )" (#1810 )"
This reverts commit 30a92d40eb .
* Update litegraph
2024-12-05 11:48:07 -05:00
Chenlei Hu
30a92d40eb
Revert "Replace magic numbers with LGraphEventMode ( #1809 )" ( #1810 )
...
This reverts commit 679405e0a2 .
2024-12-05 11:29:41 -05:00
Chenlei Hu
679405e0a2
Replace magic numbers with LGraphEventMode ( #1809 )
2024-12-05 11:27:43 -05:00
Chenlei Hu
6cdc524174
Align desktop version badge format with other badges ( #1808 )
2024-12-05 11:11:28 -05:00
Chenlei Hu
80a42ebf10
Fix fallback of unrecognized extension categories ( #1807 )
2024-12-05 11:06:06 -05:00
Chenlei Hu
c45f03f5e7
1.5.6 ( #1805 )
2024-12-04 22:35:06 -05:00
Chenlei Hu
36c2604639
[Electron] Use electronAPI to get ComfyUI core version ( #1804 )
2024-12-04 22:34:55 -05:00
Chenlei Hu
73f50e7e0b
Replace locale presubmit hook with Github action ( #1802 )
...
* Replace locale presubmit hook with Github action
* nit
* Make sure electronAPI is defined on window object
* Set correct env var
2024-12-04 21:43:02 -05:00
Chenlei Hu
418fddd669
Revert "Fix setting list nav separator ( #1799 )" ( #1803 )
...
This reverts commit 30465f17e0 .
2024-12-04 17:26:44 -08:00
Chenlei Hu
e3cda0e749
Translate queue buttom modes ( #1800 )
...
* Translate queue button
* Update label
* nit
2024-12-04 17:43:06 -05:00
Chenlei Hu
30465f17e0
Fix setting list nav separator ( #1799 )
2024-12-04 16:37:38 -05:00
Chenlei Hu
5206939c78
Translate setting categories ( #1797 )
...
* Add i18n for setting categories
* Update locales
* Translate about
* nit
* nit
2024-12-04 16:32:28 -05:00
Chenlei Hu
73396784a8
Keep shim of several legacy components ( #1796 )
2024-12-04 15:45:38 -05:00
Chenlei Hu
3745d8d791
Remove logging module ( #1795 )
...
* Remove logging module
* Remove translation
2024-12-04 14:16:43 -05:00
filtered
735153886f
Confirm delete workflow ( #1772 )
...
* Add confirm delete workflow prompt
* Add confirm delete workflow setting
* Add delete workflow tests
* Change dialog to modal, set default cancel
* Fix setting version key
* Rename for clarity
* Fix tests
- Move into correct section
- Add confirm control
* Export type: ShowDialogOptions
* Replace workflow overwrite with new dialog
* Add delete workflow confirmation dialog
* Update i18n
* Add item list support to confirmation dialog
* Prevent multiple dialogs for same action
* Add confirm close file when dirty
* Add i18n for overwrite dialog
* Fix regression: confirm dialog setting ignored
* Fix delete last workflow does not open replacement
* Update tests
2024-12-04 14:11:49 -05:00
Chenlei Hu
d04cc4e272
Translate dynamically added settings ( #1794 )
...
* Collect settings i18n at runtime
* Translation
* Remove unused file
2024-12-04 13:51:37 -05:00
Chenlei Hu
473aa120eb
Fix extra_model_paths_yaml i18n key ( #1793 )
2024-12-04 13:25:04 -05:00
Chenlei Hu
7986aebf27
Translate command label on top command dropdown menu ( #1792 )
...
* collect i18n with playwright
* Add command label translation
* Normalize i18n object key
2024-12-04 13:19:53 -05:00
filtered
2caa87d35d
Prevent interface crash from dialog abuse ( #1789 )
...
- Adds hard-coded limit of 10 open dialogs
- Discards the oldest item on the dialog stack to maintain size
2024-12-04 10:09:06 -05:00
Chenlei Hu
dabcd4741b
[Refactor] Extract command definitions to coreCommandHooks ( #1785 )
...
* [Refactor] Extract command definitions to coreCommandHooks
* Register core commands
* Fix rebase issue
2024-12-03 23:06:19 -05:00
Hayden
e893f3ed03
Add a unique key to each showDialog ( #1786 )
2024-12-03 23:04:27 -05:00
Chenlei Hu
1856479de9
Translate topbar command menu ( #1784 )
...
* Rename script
* Translate menu labels
* Update translations
* Display translated menu items
2024-12-03 22:51:15 -05:00
Chenlei Hu
fc69129a2f
1.5.5 ( #1783 )
2024-12-03 22:05:35 -05:00
Chenlei Hu
d953b8fa46
Merge core settings with existing translations ( #1782 )
2024-12-03 22:04:19 -05:00
Yuki Shindo
1847db7a47
chore: add locale keys for settings dialog (i18n) ( #1779 )
2024-12-03 17:27:13 -08:00
Chenlei Hu
9cbcda20a7
[Refactor] Extract top menu bar command definitions ( #1778 )
2024-12-03 17:17:15 -08:00
filtered
0fe0aea242
Fix keybinds invalidated by capslock state ( #1776 )
...
* [Refactor] Simplify keybinds code
* [Refactor] Type safety
* Fix capslock inverts undo/redo shortcuts
* [Refactor] Type safety
* Fix capslock state changes keybinds
* Deprecate keybind deserialize
* Remove keybind deserialize
2024-12-03 19:12:09 -05:00
Chenlei Hu
08ae36818a
Fix litegraph types in NodeSearchBoxPopover ( #1777 )
2024-12-03 19:07:15 -05:00
Chenlei Hu
da6b4d2872
Disable install button when there is error ( #1775 )
2024-12-03 14:34:03 -05:00
Chenlei Hu
8e293b41f5
[Refactor] Remove abstract inheritance of node search filter ( #1774 )
2024-12-03 11:39:29 -05:00
Chenlei Hu
d2771a7a1d
Always include node title metadata for API export ( #1771 )
2024-12-02 22:49:42 -05:00
Chenlei Hu
13869da300
1.5.4 ( #1770 )
2024-12-02 22:09:49 -05:00
filtered
6ba53f3af1
Keep log on screen after installation error ( #1769 )
2024-12-02 21:57:30 -05:00
Tristan Sommer
b23cebcba4
maskeditor: massive improvements to brush opacity in brush strokes and lines ( #1768 )
...
* massive improvements to brush opacity in brush strokes and lines, improved save button visibility
* prettier formatting fixed
2024-12-02 18:16:18 -08:00
pythongosssss
30dfe76577
Allow copy/paste in terminal ( #1760 )
2024-12-02 19:55:14 -05:00
Chenlei Hu
c1f0cfe366
Move Comfy.EnableWorkflowViewRestore to coreSettings ( #1767 )
2024-12-02 17:50:46 -05:00
Chenlei Hu
d1279fa474
Move Comfy.TreeExplorer.ItemPadding to Appearance category ( #1766 )
2024-12-02 17:38:46 -05:00
Chenlei Hu
a56462fc7c
Translate core setting name & tooltip ( #1765 )
...
* lazy eval default value
* Add setting translation
* Adjust hooks
* Add all translations
* nit
* Normalized setting id
* Update locales
* Fallback
* Locale => Language
* Locale => Language
* Update translations
2024-12-02 17:34:21 -05:00
Chenlei Hu
646bcf595b
Revert "Bump @intlify/core-base and vue-i18n ( #1762 )" ( #1764 )
...
This reverts commit 01ac9d9336 .
2024-12-02 15:22:49 -05:00
Chenlei Hu
4796677a0a
Create presubmit hooks for i18n ( #1763 )
...
* Add locale scripts to package.json
* Add i18n hooks
2024-12-02 15:10:53 -05:00
dependabot[bot]
01ac9d9336
Bump @intlify/core-base and vue-i18n ( #1762 )
...
Bumps [@intlify/core-base](https://github.com/intlify/vue-i18n/tree/HEAD/packages/core ) to 9.14.2 and updates ancestor dependency [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n ). These dependencies need to be updated together.
Updates `@intlify/core-base` from 9.13.1 to 9.14.2
- [Release notes](https://github.com/intlify/vue-i18n/releases )
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/intlify/vue-i18n/commits/v9.14.2/packages/core )
Updates `vue-i18n` from 9.13.1 to 9.14.2
- [Release notes](https://github.com/intlify/vue-i18n/releases )
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/intlify/vue-i18n/commits/v9.14.2/packages/vue-i18n )
---
updated-dependencies:
- dependency-name: "@intlify/core-base"
dependency-type: indirect
- dependency-name: vue-i18n
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 15:10:03 -05:00
pythongosssss
89a9288154
Support closing tab with middle click ( #1761 )
2024-12-02 15:09:46 -05:00
pythongosssss
17b7ef18d6
Add context menu to tabs ( #1759 )
...
* Add context menu to tabs
* Flatten menu
Translate
* Add translations
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-02 13:19:39 -05:00
Yuki Shindo
1afc584393
fix: remove unnecessary $t calls for column headers ( #1758 )
2024-12-02 09:47:08 -05:00
Chenlei Hu
9d71cdf8ef
1.5.3 ( #1756 )
2024-12-01 22:48:49 -05:00
pythongosssss
1c7f3e865a
Add test for cloning pinned node ( #1753 )
...
* Add test for cloning pinned node
* Remove only
* Update litegraph
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-12-01 22:38:09 -05:00
Yuki Shindo
9ef40189f9
Add lobe-i18n setup and translation scripts and update translation files for consistency ( #1751 )
...
* refactor: convert translation files from TS to JSON format
* feat: add lobe-i18n setup and translation scripts
* chore: update translation files for consistency
* chore: refine translations in ja_JP.json for natural phrasing
* refactor: revert locale file names to original simpler format (e.g., en_US → en)
2024-12-01 20:03:17 -05:00
pythongosssss
5c6eecd660
Fix group node manage opening to wrong node type ( #1754 )
...
Remove dialog from DOM when closed
Add test
2024-12-01 19:52:08 -05:00
filtered
9b07993e1a
Clear console error - missed API type ( #1749 )
2024-11-30 09:47:15 -05:00
Chenlei Hu
c35d29f31c
1.5.2 ( #1745 )
2024-11-29 17:31:10 -05:00
Chenlei Hu
e50d7c5eef
Update litegraph 0.8.41 ( #1744 )
...
* chore: update litegraph to 0.8.41
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-11-29 17:30:04 -05:00
filtered
7c2cce40de
Add default setting for node error colour ( #1738 )
2024-11-29 13:20:54 -05:00
filtered
2017b9016b
Add TS types - API ( #1736 )
...
* nit
* Add TS types - API events
* Replace all API event emits with type-safe variants
* Add missing API type
* nit
* Remove test code, nit
2024-11-29 13:15:25 -05:00
filtered
0bf30e7621
Add git download page ( #1742 )
2024-11-29 13:12:09 -05:00
Chenlei Hu
7f5b685c9f
Add current user message in settings dialog ( #1740 )
2024-11-29 11:24:21 -05:00
Yuki Shindo
ec824579d6
docs: add i18n section to README with instructions for adding new languages ( #1735 )
2024-11-29 10:57:37 -05:00
Chenlei Hu
9e565154a9
Rework user selection ( #1728 )
...
* Move to new route
* Convert to tailwind
* Basic style
* Add userStore
* nit
* nit
* nit
* Remove app.#setUser
* Route to user-select view
* Mock login
* Use primevue UI components
* handle create new user
* Remove legacy user selection
* Add logout button on side toolbar
* Add username to logout button tooltip
* Add playwright tests
* hide logout button in single user server
* nit
2024-11-28 23:36:41 -05:00
Chenlei Hu
541335bb31
1.5.1 ( #1734 )
2024-11-28 17:25:52 -05:00
Chenlei Hu
814c4b8ef0
Remove node bookmark migration ( #1733 )
...
* Remove node bookmarks setting migration
* nit
* nit
2024-11-28 14:28:53 -05:00
Chenlei Hu
df3fff5dbb
Remove migration logic (settings & templates storage location) ( #1732 )
...
* Remove isNewUserSession handling
* Remove writing of setting and templates to localStorage
2024-11-28 14:24:06 -05:00
Chenlei Hu
b0085114d7
Remove app.storageLocation handling ( #1731 )
2024-11-28 13:35:08 -05:00
Chenlei Hu
7f9c70386f
Update package.json (Fix repo name) ( #1729 )
2024-11-28 12:41:28 -05:00
filtered
578870d345
Add canvas maximum FPS setting ( #1727 )
...
* Add canvas maximum FPS setting
* Update litegraph
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-11-28 11:46:54 -05:00
Chenlei Hu
05fab91bda
Build comfyui-frontend-types library ( #1725 )
...
* Install vite-plugin-dts
* Explicitly type workflowStore
* Working rollup
* Hide diff type
* Inline primevue toast mesage types
* Add prepare-types script to generate package.json for type package
* Add global declaration
* Add publish types Github action
* Update litegraph
* Add @comfyorg to package name
2024-11-28 11:21:19 -05:00
Yuki Shindo
5191e11650
Add Japanese (ja) locale files and update type definition for supported locales ( #1726 )
...
* feat: add locale files for Japanese (ja)
* fix: update locale type definition to include all supported languages
2024-11-28 09:45:00 -05:00
filtered
92079a653e
Update unsupproted card help link ( #1724 )
2024-11-27 22:43:03 -05:00
Chenlei Hu
a7d14eb815
1.5.0 ( #1723 )
2024-11-27 19:25:18 -05:00
Chenlei Hu
9aea6eae70
chore: update litegraph to 0.8.38 ( #1722 )
2024-11-27 19:23:40 -05:00
Chenlei Hu
88a42172c5
Typecheck vue components ( #1721 )
...
* Fix various type issues in vue components
* Add vue tsc
* Add to hooks
* nit
2024-11-27 19:18:16 -05:00