mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 16:59:45 +00:00
Sync 2666 Execution Model Inversion (#312)
* Sync 2666 Execution Model Inversion * Fix unittest * Fallback compatible
This commit is contained in:
@@ -578,6 +578,7 @@ describe('group node', () => {
|
||||
new CustomEvent('executed', {
|
||||
detail: {
|
||||
node: `${nodes.save.id}`,
|
||||
display_node: `${nodes.save.id}`,
|
||||
output: {
|
||||
images: [
|
||||
{
|
||||
@@ -618,6 +619,7 @@ describe('group node', () => {
|
||||
new CustomEvent('executed', {
|
||||
detail: {
|
||||
node: `${group.id}:5`,
|
||||
display_node: `${group.id}:5`,
|
||||
output: {
|
||||
images: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user