mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
Check that VHS_VideoCombine preview is non-null
This commit is contained in:
parent
1f5f58147d
commit
d94aed2999
@ -87,7 +87,7 @@ export function getPotentialOutputsAndOutputNodes(nodes) {
|
||||
const widgetValue = node.widgets[j].value;
|
||||
const parsedURLVals = widgetValue.params;
|
||||
|
||||
if(!parsedURLVals.format.startsWith('image')) {
|
||||
if(!parsedURLVals.format?.startsWith('image')) {
|
||||
// video isn't supported format
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user