mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-03-16 10:07:01 +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: () => {
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user