mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 00:12:33 +08:00
refreshing onCreate, removing a print
This commit is contained in:
parent
1f75e8bf8e
commit
a5df9e8c12
@ -23,7 +23,6 @@ app.registerExtension({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const refreshPins = (subflowNodes) => {
|
const refreshPins = (subflowNodes) => {
|
||||||
console.log(subflowNodes);
|
|
||||||
inputSlots = [];
|
inputSlots = [];
|
||||||
outputSlots = [];
|
outputSlots = [];
|
||||||
|
|
||||||
@ -81,5 +80,6 @@ app.registerExtension({
|
|||||||
return inputSlots[slot];
|
return inputSlots[slot];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
refreshNode(node.widgets[0].value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user