Skip to content

Commit 860dcfa

Browse files
authored
add update (#200)
1 parent cdb10ad commit 860dcfa

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

bizyui/js/image_upload.js

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { applyBadgeToNode } from './handle_load_nodes.js'
66
BizyAir_NanoBananaProOfficial
77
BizyAir_Seedream5
88
BizyAir_Seedance_2_0_REF_API
9+
BizyAir_Seedance_2_0_Multimodal_API
10+
BizyAir_Kling_O3_VI2V_REF_API
11+
BizyAir_Kling_O3_VIDEO_EDIT_API
912
以上节点添加多图片上传功能
1013
*/
1114
// 简单的链式callback实现
@@ -30,7 +33,10 @@ function initializeDynamicInputs(node) {
3033
nodeIdentifier !== "BizyAir_Seedream5" &&
3134
nodeIdentifier !== "BizyAir_VIDU_Q3_T2V_API" &&
3235
nodeIdentifier !== "BizyAir_VIDU_Q3_I2V_API" &&
33-
nodeIdentifier !== "BizyAir_Seedance_2_0_REF_API"
36+
nodeIdentifier !== "BizyAir_Seedance_2_0_REF_API" &&
37+
nodeIdentifier !== "BizyAir_Seedance_2_0_Multimodal_API" &&
38+
nodeIdentifier !== "BizyAir_Kling_O3_VI2V_REF_API" &&
39+
nodeIdentifier !== "BizyAir_Kling_O3_VIDEO_EDIT_API"
3440
) {
3541
return;
3642
}
@@ -174,7 +180,10 @@ app.registerExtension({
174180
nodeData.name !== "BizyAir_Seedream5" &&
175181
nodeData.name !== "BizyAir_VIDU_Q3_T2V_API" &&
176182
nodeData.name !== "BizyAir_VIDU_Q3_I2V_API" &&
177-
nodeData.name !== "BizyAir_Seedance_2_0_REF_API"
183+
nodeData.name !== "BizyAir_Seedance_2_0_REF_API" &&
184+
nodeData.name !== "BizyAir_Seedance_2_0_Multimodal_API" &&
185+
nodeData.name !== "BizyAir_Kling_O3_VI2V_REF_API" &&
186+
nodeData.name !== "BizyAir_Kling_O3_VIDEO_EDIT_API"
178187
) {
179188
return;
180189
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.14
1+
1.3.15

0 commit comments

Comments
 (0)