[backport core/1.32] Feat: Load Image (from Outputs) support in Vue Nodes (#6871)

Backport of #6836 to `core/1.32`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6871-backport-core-1-32-Feat-Load-Image-from-Outputs-support-in-Vue-Nodes-2b46d73d36508121b3b3c9dac9e3de5a)
by [Unito](https://www.unito.io)

Co-authored-by: Alexander Brown <drjkl@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2025-11-24 06:01:37 +09:00
committed by GitHub
parent d4d6ed0bb5
commit c26438bd0c
9 changed files with 39 additions and 53 deletions

View File

@@ -610,8 +610,7 @@ describe('useRemoteWidget', () => {
false,
expect.any(Function),
{
serialize: false,
canvasOnly: true
serialize: false
}
)
})