Comfy Org PR Bot
ac8f75c8a7
[backport cloud/1.41] refactor: Unify app builder & app widget lists ( #10335 )
...
Backport of #9829 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10335-backport-cloud-1-41-refactor-Unify-app-builder-app-widget-lists-3296d73d3650814cb17ae9b652156de3 )
by [Unito](https://www.unito.io )
Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com >
2026-03-20 03:50:43 -07:00
Alexander Brown
19a31f2204
[backport cloud/1.41] test: subgraph integration contracts and expanded Playwright coverage ( #10328 )
...
Backport of #10123 , #9967 , and #9972 to `cloud/1.41`
Includes three cherry-picks in dependency order:
1. #9972 — `fix: resolve all lint warnings` (clean)
2. #9967 — `test: harden subgraph test coverage and remove low-value
tests` (clean)
3. #10123 — `test: subgraph integration contracts and expanded
Playwright coverage` (2 conflicts, auto-resolved by rerere from #10326 )
See #10326 for core/1.41 backport with detailed conflict resolution
notes.
---------
Co-authored-by: Amp <amp@ampcode.com >
Co-authored-by: bymyself <cbyrne@comfy.org >
Co-authored-by: GitHub Action <action@github.com >
2026-03-19 18:54:38 -07:00
Comfy Org PR Bot
72ab4d5ec9
[backport cloud/1.41] fix: configure nested subgraph definitions in dependency order ( #10316 )
...
Backport of #10314 to `cloud/1.41`
Automatically created by backport workflow.
Co-authored-by: Alexander Brown <drjkl@comfy.org >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-19 15:46:29 -07:00
Comfy Org PR Bot
7883f03196
[backport cloud/1.41] fix: _removeDuplicateLinks incorrectly removes valid link when slot indices shift ( #10298 )
...
Backport of #10289 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10298-backport-cloud-1-41-fix-_removeDuplicateLinks-incorrectly-removes-valid-link-when-slo-3286d73d365081c88411efa19a1cce41 )
by [Unito](https://www.unito.io )
Co-authored-by: jaeone94 <89377375+jaeone94@users.noreply.github.com >
2026-03-19 15:54:55 +09:00
Comfy Org PR Bot
5a9c7980d6
[backport cloud/1.41] fix: prevent nested SubgraphNode input slots from doubling on reload ( #10280 )
...
Backport of #10187 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10280-backport-cloud-1-41-fix-prevent-nested-SubgraphNode-input-slots-from-doubling-on-relo-3276d73d36508130855ec81c1e96a50a )
by [Unito](https://www.unito.io )
Co-authored-by: jaeone94 <89377375+jaeone94@users.noreply.github.com >
2026-03-19 09:24:39 +09:00
Comfy Org PR Bot
2b25755e4f
[backport cloud/1.41] fix: resync slot layouts when switching between app mode and graph mode ( #10281 )
...
Backport of #10273 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10281-backport-cloud-1-41-fix-resync-slot-layouts-when-switching-between-app-mode-and-graph-3276d73d365081b5bd7be61796c397a2 )
by [Unito](https://www.unito.io )
Co-authored-by: Alexander Brown <drjkl@comfy.org >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-18 17:02:22 -07:00
Comfy Org PR Bot
3b0cbd4035
[backport cloud/1.41] feat: App mode - update keybindings ( #10249 )
...
Backport of #9794 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10249-backport-cloud-1-41-feat-App-mode-update-keybindings-3276d73d3650814d9ef6ce9431679045 )
by [Unito](https://www.unito.io )
Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com >
2026-03-18 14:34:37 -07:00
Comfy Org PR Bot
c954ee1a77
[backport cloud/1.41] fix: App mode - handle socket/response race when tracking jobs ( #10266 )
...
Backport of #10244 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10266-backport-cloud-1-41-fix-App-mode-handle-socket-response-race-when-tracking-jobs-3276d73d36508180b559c6dea9b0457c )
by [Unito](https://www.unito.io )
Co-authored-by: pythongosssss <125205205+pythongosssss@users.noreply.github.com >
Co-authored-by: Alexander Brown <drjkl@comfy.org >
2026-03-18 14:34:30 -07:00
Comfy Org PR Bot
fc15e6a329
[backport cloud/1.41] fix: resync vue node layout store after legacy normalization ( #10262 )
...
Backport of #10256 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10262-backport-cloud-1-41-fix-resync-vue-node-layout-store-after-legacy-normalization-3276d73d365081da8d9eed872ec34f2f )
by [Unito](https://www.unito.io )
Co-authored-by: Alexander Brown <drjkl@comfy.org >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-18 13:30:04 -07:00
Alexander Brown
5f99f7bdba
fix: resolve cloud/1.41 unit test regressions ( #10269 )
...
## Summary
Fixes three cloud/1.41 test regressions by restoring the intended legacy
topbar mutation scheduling behavior, re-enabling multi-output test
mocking in assetsStore tests, and backporting execution ID locator
caching in executionStore.
## Changes
- **What**: Reintroduced RAF-coalesced legacy topbar content checks in
`TopMenuSection`, restored `mockOutputOverrides` handling in
`assetsStore.test.ts`, and added cached execution-id-to-locator
resolution in `executionStore` with cache resets at execution
boundaries.
## Review Focus
Confirm the cache lifecycle boundaries in `executionStore`
(`handleExecutionStart` and `resetExecutionState`) and that the
`TopMenuSection` mutation observer now matches the coalescing contract
expected by unit tests.
Co-authored-by: Amp <amp@ampcode.com >
2026-03-18 13:20:55 -07:00
Comfy Org PR Bot
6bb46d688f
[backport cloud/1.41] fix: track nodePreviewImages in usePromotedPreviews ( #10198 )
...
Backport of #10165 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10198-backport-cloud-1-41-fix-track-nodePreviewImages-in-usePromotedPreviews-3266d73d365081e3b176ffad3b061dd8 )
by [Unito](https://www.unito.io )
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
Co-authored-by: GitHub Action <action@github.com >
2026-03-17 14:39:13 -07:00
Comfy Org PR Bot
2fb463a200
[backport cloud/1.41] fix: replace stale-request guard with single-flight coalescing in queueStore.update() ( #10216 )
...
Backport of #10203 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10216-backport-cloud-1-41-fix-replace-stale-request-guard-with-single-flight-coalescing-in--3266d73d365081329667e34fac063cbe )
by [Unito](https://www.unito.io )
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2026-03-17 14:37:34 -07:00
Comfy Org PR Bot
8c54bfd9a9
[backport cloud/1.41] fix: enable 3D thumbnail support for cloud environments ( #10206 )
...
Backport of #10121 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10206-backport-cloud-1-41-fix-enable-3D-thumbnail-support-for-cloud-environments-3266d73d365081bb822efce5409352af )
by [Unito](https://www.unito.io )
Co-authored-by: Terry Jia <terryjia88@gmail.com >
2026-03-17 13:52:08 -07:00
Comfy Org PR Bot
72547cdc9d
[backport cloud/1.41] feat: resolveVirtualOutput for cross-subgraph virtual nodes (eg. Set/Get) ( #10180 )
...
Backport of #10111 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10180-backport-cloud-1-41-feat-resolveVirtualOutput-for-cross-subgraph-virtual-nodes-eg-S-3266d73d365081fa9f89d8622b4aac9c )
by [Unito](https://www.unito.io )
Co-authored-by: Jukka Seppänen <40791699+kijai@users.noreply.github.com >
2026-03-17 07:19:08 -07:00
Christian Byrne
a73d31e538
[backport cloud/1.41] feat: add linear interpolation type to CURVE widget ( #10166 )
...
Backport of #10118 to cloud/1.41.
Cherry-pick of 46d8567f10 .
## Original PR
https://github.com/Comfy-Org/ComfyUI_frontend/pull/10118
## Summary
Change the CURVE widget value from CurvePoint[] to CurveData ({ points,
interpolation }) to support multiple interpolation types. Add a Select
dropdown in the widget UI for switching between Smooth (monotone cubic)
and Linear interpolation, with the SVG preview updating accordingly.
## Conflict Resolution
- CurveEditor.vue, WidgetCurve.vue, curveUtils.ts: Took main version
which merges both #9896 (disabled/upstream) and #10118 (interpolation)
features
- locales/en/main.json: Auto-merged cleanly
- package.json: Kept target branch version
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10166-backport-cloud-1-41-feat-add-linear-interpolation-type-to-CURVE-widget-3266d73d365081e8ba22c73c1590eb09 )
by [Unito](https://www.unito.io )
2026-03-17 03:04:25 -07:00
Christian Byrne
855c4d74b6
[backport cloud/1.41] feat: improve essentials tab blueprint support and display names ( #10161 )
...
Backport of #10113 to `cloud/1.41`
Cherry-picked merge commit d6c1dd2e59 .
Resolved import conflict in `NodeLibrarySidebarTabV2.vue` — kept
cloud/1.41's `SearchBox` component import, added new
`resolveBlueprintSuffix` import from the PR.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10161-backport-cloud-1-41-feat-improve-essentials-tab-blueprint-support-and-display-names-3266d73d3650818ba12af2ac5631b4a6 )
by [Unito](https://www.unito.io )
Co-authored-by: Yourz <crazilou@vip.qq.com >
Co-authored-by: Amp <amp@ampcode.com >
Co-authored-by: GitHub Action <action@github.com >
2026-03-17 01:49:27 -07:00
Comfy Org PR Bot
ecdca891c0
[backport cloud/1.41] fix: prune orphaned SubgraphNode inputs after configure ( #10148 )
...
Backport of #10020 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10148-backport-cloud-1-41-fix-prune-orphaned-SubgraphNode-inputs-after-configure-3266d73d36508122b6ffd63a32397750 )
by [Unito](https://www.unito.io )
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2026-03-17 01:25:00 -07:00
Comfy Org PR Bot
f151941eec
[backport cloud/1.41] Feat/3d thumbnail inline rendering ( #10044 )
...
Backport of #9471 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10044-backport-cloud-1-41-Feat-3d-thumbnail-inline-rendering-3256d73d3650816fa383cc675152d920 )
by [Unito](https://www.unito.io )
Co-authored-by: Terry Jia <terryjia88@gmail.com >
2026-03-16 06:46:42 -07:00
Christian Byrne
591c43f2f5
[cloud/1.41] fix: revert incorrectly backported code from #9908 and #10024 ( #10101 )
...
Fix typecheck failures caused by backport conflict resolutions that
brought in code depending on features not present on 1.41 branch.
2026-03-16 06:28:17 -07:00
Christian Byrne
93b7b7305a
[backport cloud/1.41] fix: inline splash CSS to prevent SPA fallback breakage on cloud environments ( #9849 ) ( #10092 )
...
Backport of #9849 to cloud/1.41
Co-authored-by: Jin Yi <jin12cc@gmail.com >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-16 06:17:43 -07:00
Christian Byrne
0024cc6ff7
[backport cloud/1.41] fix: allow URL input for free tier users, gate on import button ( #10024 ) ( #10091 )
...
Backport of #10024 to cloud/1.41
Co-authored-by: jaeone94 <89377375+jaeone94@users.noreply.github.com >
2026-03-16 06:16:59 -07:00
Christian Byrne
21f23b95b8
[backport cloud/1.41] fix: address PR review feedback for upstream value composable ( #9908 ) ( #10090 )
...
Backport of #9908 to cloud/1.41
Co-authored-by: Terry Jia <terryjia88@gmail.com >
Co-authored-by: GitHub Action <action@github.com >
2026-03-16 06:16:28 -07:00
Christian Byrne
2cba8ff108
[backport cloud/1.41] fix: make zPreviewOutput accept text-only job outputs ( #9724 ) ( #10088 )
...
Backport of #9724 to cloud/1.41
Co-authored-by: Luke Mino-Altherr <luke@comfy.org >
2026-03-16 06:15:20 -07:00
Christian Byrne
2cb1f580b1
[backport cloud/1.41] fix: hide empty actionbar container and relocate error border to floating actionbar ( #9657 ) ( #10087 )
...
Backport of #9657 to cloud/1.41
Co-authored-by: jaeone94 <89377375+jaeone94@users.noreply.github.com >
2026-03-16 06:13:53 -07:00
Christian Byrne
63a2a36b3f
[backport cloud/1.41] fix: center ComfyUI logo in sidebar menu button with chevron ( #9722 ) ( #10086 )
...
Backport of #9722 to cloud/1.41
Co-authored-by: Deep Mehta <42841935+deepme987@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Alexander Brown <drjkl@comfy.org >
Co-authored-by: GitHub Action <action@github.com >
2026-03-16 06:13:12 -07:00
Comfy Org PR Bot
6f2eb0ebea
[backport cloud/1.41] fix: prevent WebGLRenderer leak in app mode 3D preview ( #10084 )
...
Backport of #9766 to `cloud/1.41`
Automatically created by backport workflow.
Co-authored-by: Terry Jia <terryjia88@gmail.com >
2026-03-16 06:09:25 -07:00
Comfy Org PR Bot
65e9e79313
[backport cloud/1.41] fix: cloud login page stuck on splash loader for unauthenticated users ( #10083 )
...
Backport of #9725 to `cloud/1.41`
Automatically created by backport workflow.
Co-authored-by: Jin Yi <jin12cc@gmail.com >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-16 06:09:18 -07:00
Comfy Org PR Bot
b4022e1de6
[backport cloud/1.41] fix: cloud subscribe redirect hangs waiting for billing init ( #10082 )
...
Backport of #9965 to `cloud/1.41`
Automatically created by backport workflow.
Co-authored-by: Yourz <crazilou@vip.qq.com >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-16 06:09:09 -07:00
Comfy Org PR Bot
ff2e7c47ad
[backport cloud/1.41] fix(maskeditor): make brush size slider logarithmic ( #8097 ) ( #10071 )
...
Backport of #9534 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10071-backport-cloud-1-41-fix-maskeditor-make-brush-size-slider-logarithmic-8097-3256d73d3650813f83c6f0e2d81a185d )
by [Unito](https://www.unito.io )
Co-authored-by: Kelly Yang <124ykl@gmail.com >
2026-03-16 06:09:01 -07:00
Comfy Org PR Bot
ec5527123c
[backport cloud/1.41] fix: rename docked queue panel setting ( #10070 )
...
Backport of #9620 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10070-backport-cloud-1-41-fix-rename-docked-queue-panel-setting-3256d73d3650819b96c0ec6afe0a6266 )
by [Unito](https://www.unito.io )
Co-authored-by: Benjamin Lu <benjaminlu1107@gmail.com >
2026-03-16 06:08:54 -07:00
Comfy Org PR Bot
a8fc9d67a7
[backport cloud/1.41] fix: update WidgetLayoutField border styling ( #10069 )
...
Backport of #9456 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10069-backport-cloud-1-41-fix-update-WidgetLayoutField-border-styling-3256d73d3650817f9f12cffc7ed4dcf9 )
by [Unito](https://www.unito.io )
Co-authored-by: Kelly Yang <124ykl@gmail.com >
Co-authored-by: Terry Jia <terryjia88@gmail.com >
2026-03-16 06:08:46 -07:00
Comfy Org PR Bot
f8191837ec
[backport cloud/1.41] fix: respect 'always snap to grid' when auto-scale layout from nodes 1.0 to 2.0 ( #10068 )
...
Backport of #9332 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10068-backport-cloud-1-41-fix-respect-always-snap-to-grid-when-auto-scale-layout-from-nod-3256d73d365081f79234d019c2a238b2 )
by [Unito](https://www.unito.io )
Co-authored-by: woctordho <woctordho@outlook.com >
2026-03-16 06:08:38 -07:00
Comfy Org PR Bot
a0f0b27eee
[backport cloud/1.41] fix: show most recent image first in asset sidebar batch view ( #10067 )
...
Backport of #9467 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10067-backport-cloud-1-41-fix-show-most-recent-image-first-in-asset-sidebar-batch-view-3256d73d365081c595ece0f7e9370619 )
by [Unito](https://www.unito.io )
Co-authored-by: Dante <bunggl@naver.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 06:08:29 -07:00
Comfy Org PR Bot
f9efc35abd
[backport cloud/1.41] fix: improve canvas menu keyboard navigation and ARIA accessibility ( #10066 )
...
Backport of #9526 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10066-backport-cloud-1-41-fix-improve-canvas-menu-keyboard-navigation-and-ARIA-accessibilit-3256d73d365081259b03ec81725efd75 )
by [Unito](https://www.unito.io )
Co-authored-by: Dante <bunggl@naver.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 06:08:21 -07:00
Comfy Org PR Bot
464ec47c5e
[backport cloud/1.41] fix: show correct empty state on Missing tab instead of misleading registry error ( #10065 )
...
Backport of #9640 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10065-backport-cloud-1-41-fix-show-correct-empty-state-on-Missing-tab-instead-of-misleading-3256d73d3650819aae75f6244541b266 )
by [Unito](https://www.unito.io )
Co-authored-by: Jin Yi <jin12cc@gmail.com >
2026-03-16 06:08:13 -07:00
Comfy Org PR Bot
64fcbeee29
[backport cloud/1.41] fix: virtual scroll pagination not working in media asset list view ( #10064 )
...
Backport of #9646 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10064-backport-cloud-1-41-fix-virtual-scroll-pagination-not-working-in-media-asset-list-vie-3256d73d365081c2b5e2d3f2a6bafb09 )
by [Unito](https://www.unito.io )
Co-authored-by: Jin Yi <jin12cc@gmail.com >
2026-03-16 06:08:05 -07:00
Comfy Org PR Bot
89aae59a4f
[backport cloud/1.41] fix: add text color and increase size for nav badge count ( #10063 )
...
Backport of #9713 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10063-backport-cloud-1-41-fix-add-text-color-and-increase-size-for-nav-badge-count-3256d73d3650812d9777d5cbe66781a3 )
by [Unito](https://www.unito.io )
Co-authored-by: Jin Yi <jin12cc@gmail.com >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-16 06:07:57 -07:00
Comfy Org PR Bot
83d1aebc21
[backport cloud/1.41] fix: prevent HoneyToast from collapsing to minimum width in collapsed state ( #10062 )
...
Backport of #9701 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10062-backport-cloud-1-41-fix-prevent-HoneyToast-from-collapsing-to-minimum-width-in-collap-3256d73d365081fba15bd2475ac88089 )
by [Unito](https://www.unito.io )
Co-authored-by: Jin Yi <jin12cc@gmail.com >
2026-03-16 06:07:49 -07:00
Comfy Org PR Bot
dc64fc2fe1
[backport cloud/1.41] fix: use order-independent tag matching in asset browser categories ( #10061 )
...
Backport of #9843 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10061-backport-cloud-1-41-fix-use-order-independent-tag-matching-in-asset-browser-categorie-3256d73d36508153be6cc940ec943795 )
by [Unito](https://www.unito.io )
Co-authored-by: Luke Mino-Altherr <luke@comfy.org >
Co-authored-by: Amp <amp@ampcode.com >
2026-03-16 06:07:41 -07:00
Christian Byrne
7918a79d61
[backport cloud/1.41] fix: return undefined for muted node output resolution ( #9302 ) ( #10055 )
...
Backport of #9302 to cloud/1.41
2026-03-16 05:58:05 -07:00
Christian Byrne
4ee2bbd65f
[backport cloud/1.41] fix: cap nodeProgressStatesByJob to prevent unbounded memory growth ( #9249 ) ( #10054 )
...
Backport of #9249 to cloud/1.41
Co-authored-by: John Haugeland <stonecypher@gmail.com >
Co-authored-by: GitHub Action <action@github.com >
2026-03-16 05:57:44 -07:00
Christian Byrne
196a171893
[backport cloud/1.41] fix: subgraph output slot labels not updating in v2 renderer ( #9266 ) ( #10053 )
...
Backport of #9266 to cloud/1.41
Co-authored-by: Arthur R Longbottom <art.longbottom.jr@gmail.com >
2026-03-16 05:57:08 -07:00
Christian Byrne
a3c9d3e84a
[backport cloud/1.41] fix: add isGraphReady guard to prevent premature graph access error logs ( #9672 ) ( #10052 )
...
Backport of #9672 to cloud/1.41
Co-authored-by: jaeone94 <89377375+jaeone94@users.noreply.github.com >
Co-authored-by: Alexander Brown <drjkl@comfy.org >
2026-03-16 05:56:29 -07:00
Christian Byrne
a6c99423c8
[backport cloud/1.41] fix: simplify ensureCorrectLayoutScale and fix link sync during Vue node drag ( #9680 ) ( #10051 )
...
Backport of #9680 to cloud/1.41
Co-authored-by: Alexander Brown <drjkl@comfy.org >
Co-authored-by: Amp <amp@ampcode.com >
Co-authored-by: jaeone94 <89377375+jaeone94@users.noreply.github.com >
Co-authored-by: AustinMroz <austin@comfy.org >
Co-authored-by: Hunter <huntcsg@users.noreply.github.com >
Co-authored-by: GitHub Action <action@github.com >
2026-03-16 05:56:04 -07:00
Christian Byrne
a1634cedea
[backport cloud/1.41] fix: clear stale progress bar on SubgraphNode after navigation ( #9865 ) ( #10050 )
...
Backport of #9865 to cloud/1.41
2026-03-16 05:55:32 -07:00
Comfy Org PR Bot
7fe1c1e8c5
[backport cloud/1.41] fix: prevent middle-click paste duplicating workflow on Linux ( #10040 )
...
Backport of #8259 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10040-backport-cloud-1-41-fix-prevent-middle-click-paste-duplicating-workflow-on-Linux-3256d73d36508136884fd82505fb37d9 )
by [Unito](https://www.unito.io )
Co-authored-by: Gregorius Bima Kharisma Wicaksana <51526537+bimakw@users.noreply.github.com >
Co-authored-by: bymyself <cbyrne@comfy.org >
2026-03-16 05:53:43 -07:00
Comfy Org PR Bot
876592fe9b
[backport cloud/1.41] fix: detect and remove duplicate links in subgraph unpacking ( #10039 )
...
Backport of #9120 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10039-backport-cloud-1-41-fix-detect-and-remove-duplicate-links-in-subgraph-unpacking-3256d73d365081aabd35e07f65a537b5 )
by [Unito](https://www.unito.io )
Co-authored-by: Christian Byrne <cbyrne@comfy.org >
2026-03-16 05:53:35 -07:00
Comfy Org PR Bot
da1d915898
[backport cloud/1.41] fix: detect missing nodes when registry API fails to resolve packs ( #10038 )
...
Backport of #9697 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10038-backport-cloud-1-41-fix-detect-missing-nodes-when-registry-API-fails-to-resolve-packs-3256d73d36508143a512c580163a4f4a )
by [Unito](https://www.unito.io )
Co-authored-by: Jin Yi <jin12cc@gmail.com >
2026-03-16 05:53:27 -07:00
Comfy Org PR Bot
2d93372e67
[backport cloud/1.41] fix: load API format workflows with missing node types ( #10037 )
...
Backport of #9694 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10037-backport-cloud-1-41-fix-load-API-format-workflows-with-missing-node-types-3256d73d3650811782fad8b489bcf253 )
by [Unito](https://www.unito.io )
Co-authored-by: Jin Yi <jin12cc@gmail.com >
2026-03-16 05:53:19 -07:00
Comfy Org PR Bot
67432c5db5
[backport cloud/1.41] fix: prevent white flash when opening mask editor ( #10036 )
...
Backport of #9860 to `cloud/1.41`
Automatically created by backport workflow.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10036-backport-cloud-1-41-fix-prevent-white-flash-when-opening-mask-editor-3256d73d36508141a578eaa4b14645d3 )
by [Unito](https://www.unito.io )
Co-authored-by: Dante <bunggl@naver.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-16 05:53:11 -07:00