mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-08-12 11:03:28 +08:00
Fix a bug that causes comfy to hang
This commit is contained in:
parent
970a23467d
commit
52e98cfa15
@ -249,7 +249,7 @@ app.registerExtension({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
values: () => {
|
values: () => {
|
||||||
const setterNodes = graph._nodes.filter((otherNode) => otherNode.type == 'SetNode');
|
const setterNodes = node.graph._nodes.filter((otherNode) => otherNode.type == 'SetNode');
|
||||||
return setterNodes.map((otherNode) => otherNode.widgets[0].value).sort();
|
return setterNodes.map((otherNode) => otherNode.widgets[0].value).sort();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user