Commit Graph

4787 Commits

Author SHA1 Message Date
bymyself
9da2a5b6de [refactor] replace manual semver operations with semver package
Replace custom compareVersions and isSemVer functions with the robust semver package to handle version comparisons more reliably. This addresses edge cases and follows industry standards for semantic version handling.
2025-08-06 21:19:14 -07:00
Christian Byrne
85aa89da45 [test] Regenerate template test screenshots (#4795)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: github-actions <github-actions@github.com>
2025-08-06 17:29:35 -07:00
Johnpaul Chiwetelu
5e9b8785a5 Scroll templates better (#4584) 2025-08-06 16:13:29 -07:00
Christian Byrne
386eb9391a Revert test PR for backport workflow (#4794) 2025-08-06 15:53:43 -07:00
Christian Byrne
b6f564dc30 [test] Test automatic backport workflow (#4789) 2025-08-06 13:43:58 -07:00
Christian Byrne
3f290e2cbd [feat] Limit release notifications to desktop app only (#4788) 2025-08-06 12:00:52 -07:00
Christian Byrne
37099c498b [feat] Add automatic backport workflow (#4778) 2025-08-06 01:19:14 -07:00
snomiao
6b31596399 [feat] Support Markdown rendering for node descriptions in NodePreview (#4684)
Co-authored-by: Claude <noreply@anthropic.com>
v1.25.5
2025-08-06 00:44:23 -07:00
Comfy Org PR Bot
c6a9f43052 1.25.5 (#4779)
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
2025-08-06 00:44:13 -07:00
Christian Byrne
3e2d62efb4 [CI] Auto-create release candidate branches for minor/major versions (#4777) 2025-08-05 23:50:53 -07:00
Jin Yi
aaaa0cdcb9 fix: use selected target_branch for PR base in update-manager-types workflow (#4776) 2025-08-05 23:35:14 -07:00
Benjamin Lu
5ad9f86a58 [bugfix] Fix RefreshButton component name conflict (#4773)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-05 23:28:15 -07:00
Christian Byrne
b46f3853a5 docs: Update litegraph integration documentation and add ADR (#4771) 2025-08-05 20:31:10 -07:00
Christian Byrne
86509bda43 Merge pull request #4667 from Comfy-Org/bl-merge-lg-fe
Merge ComfyUI_frontend and litegraph.js
2025-08-05 18:02:47 -07:00
Benjamin Lu
b33f820b3b explicit this binding 2025-08-05 18:37:19 -04:00
Benjamin Lu
a7a4448878 prettier on executionUtil.ts 2025-08-05 18:29:42 -04:00
Benjamin Lu
85a5d1ed56 Fix inconsistent subgraphNode usage
Prior to this commit, subgraphNode inconsistently refers to either the
parent graph, or to indicate the current node is a subgraph.

This corrects the usage of subgraphNode to consistently refer to the
subgraph instance as defined in the constructor.

This solves a bug where graph serialization fails due to an incorrectly
reported infinite loop.

Port of https://github.com/Comfy-Org/litegraph.js/pull/1193
2025-08-05 18:29:05 -04:00
Benjamin Lu
01e4260d4c Fix duplicated inputs on loading nested subgraphs
Subgraphs are loaded in order of creation. Under most circumstances,
this means newer subgraphs are loaded first. With nested subgraphs, this
means a subgraph node has it's inputs connected before it's inside is
loaded. When the inner subgraph is loaded, input-added events are
triggered even though inputs already exist on the subgraph node.

This is resolved by adding a check for if an input of the corresponding
name already exists when adding an input.

Port of https://github.com/Comfy-Org/litegraph.js/pull/1192
2025-08-05 18:28:07 -04:00
Benjamin Lu
fad8dae796 Merge branch 'main' into bl-merge-lg-fe 2025-08-05 18:24:29 -04:00
Christian Byrne
88aa6e894e [docs] Enhance CLAUDE.md files with quality control guidelines (#4690)
Co-authored-by: Claude <noreply@anthropic.com>
v1.25.4-pre-litegraph-merge
2025-08-05 15:22:00 -07:00
Benjamin Lu
0ce5aeb2bd eslint disable next litegraph tests 2025-08-05 18:14:47 -04:00
Benjamin Lu
a289f44263 Expect ts errors and remove litegraph test from ts exclude 2025-08-05 18:04:07 -04:00
Benjamin Lu
500c9c6631 Expect ESLint/vue-tsc errors for litegraph src 2025-08-05 17:15:41 -04:00
AustinMroz
a8bd66b18f Fix inconsistent subgraphNode usage (#4688) 2025-08-05 13:39:13 -07:00
Benjamin Lu
c53f197de2 npm run format 2025-08-05 09:57:28 -04:00
Benjamin Lu
50feb27339 Delete litegraph .prettierrc file 2025-08-05 09:43:07 -04:00
Benjamin Lu
bbf0a65abf Fix CSS import order 2025-08-05 07:31:07 -04:00
Benjamin Lu
9e3b845884 Apply patch from a65b8ec8c139a733a857e5ab85b6b1e9ac9ecdd1 2025-08-05 06:49:38 -04:00
Benjamin Lu
a041cc8e0e Literally put subgraph into LGraph 2025-08-05 06:33:02 -04:00
Benjamin Lu
b64a46a386 Revert "Bad circular dep fix: Lazily import and lose some types (needs long term solution)"
This reverts commit b10d06166a.
2025-08-05 01:04:09 -04:00
Christian Byrne
1bf2470f8f [feat] Add dynamic price badge for Veo3VideoGenerationNode (#4682)
Co-authored-by: Claude <noreply@anthropic.com>
2025-08-04 15:05:00 -07:00
Christian Byrne
681d4c6758 [Bug] SaveAnimatedPNG node does not display generated APNG (#4197)
Co-authored-by: github-actions <github-actions@github.com>
2025-08-04 14:57:54 -07:00
Benjamin Lu
a199d11925 Fix path 2025-08-04 16:40:58 -04:00
Benjamin Lu
f13af07fed Merge branch 'main' into bl-merge-lg-fe 2025-08-04 16:34:33 -04:00
Benjamin Lu
fd71c97dc4 Add litegraph tests to vitest config 2025-08-04 16:21:09 -04:00
Benjamin Lu
b10d06166a Bad circular dep fix: Lazily import and lose some types (needs long term solution) 2025-08-04 16:16:14 -04:00
Benjamin Lu
47e6503681 Readd litegraph tests to tsconfig exclude 2025-08-04 16:13:21 -04:00
Benjamin Lu
797616c455 Fix some pathings 2025-08-04 14:52:42 -04:00
Benjamin Lu
6048dc0c60 Readd litegraph tests to tsconfig 2025-08-04 14:52:06 -04:00
Benjamin Lu
264663363a Fix css path 2025-08-04 14:50:28 -04:00
Comfy Org PR Bot
821f3765cc [chore] Update litegraph to 0.17.1 (#4676)
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
2025-08-04 09:49:41 -07:00
Benjamin Lu
7f849e9a44 Update remaining @comfyorg/litegraph references 2025-08-04 10:16:24 -04:00
Benjamin Lu
489b205bf5 [chore] Fix litegraph import after migration to git subtree
Updated import from @comfyorg/litegraph npm package to relative path
since browser tests don't have @ alias configured in tsconfig

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:17:09 -04:00
Benjamin Lu
5c7ac51d22 [chore] Remove obsolete update-litegraph workflow
This workflow updated the @comfyorg/litegraph npm dependency.
No longer needed since litegraph is now a git subtree.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:12:04 -04:00
Benjamin Lu
e7f698a08a [chore] Remove package.json and package-lock.json from litegraph
Litegraph is no longer a standalone npm package.
Dependencies are managed by frontend's package.json

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:09:25 -04:00
Benjamin Lu
ba3cc19e53 [chore] Remove vite.config.mts from litegraph
No longer needed as litegraph is built as part of frontend, not as standalone library

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:08:46 -04:00
Benjamin Lu
a91d8a1836 [chore] Remove disabled/backup config files from litegraph
Removed eslint.config.js.disabled and tsconfig.json.bak
Frontend's configs handle litegraph code

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:07:54 -04:00
Benjamin Lu
ba09d67e03 [chore] Remove redundant lint-staged config from litegraph
Frontend's root lint-staged config already handles all file types

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:07:09 -04:00
Benjamin Lu
eb76222cd0 [chore] Remove redundant .gitignore from litegraph
Root .gitignore already covers all necessary patterns

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:01:43 -04:00
Benjamin Lu
68f7ed14d9 [chore] Remove redundant husky config from litegraph
Frontend already has its own husky pre-commit hooks configured

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 05:01:06 -04:00