This commit is contained in:
pythongosssss 2023-04-15 10:55:19 +01:00
parent 901a890199
commit 887ea0ba83
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ app.registerExtension({
const input = theirNode.inputs[link.target_slot];
if (!input) return;
var _widget;
if (!input.widget) {
if (!(input.type in ComfyWidgets)) return;