Skip to content

Commit 28b4c38

Browse files
committed
replacement
1 parent 9bea277 commit 28b4c38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scripts/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,8 @@ export class ComfyApp {
11111111
if (n.type == 'ConditioningAverage ') n.type = 'ConditioningAverage' //typo fix
11121112
if (n.type == 'SDV_img2vid_Conditioning')
11131113
n.type = 'SVD_img2vid_Conditioning' //typo fix
1114+
if (n.type == 'Load3DAnimation') n.type = 'Load3D' // Animation node merged into Load3D
1115+
if (n.type == 'Preview3DAnimation') n.type = 'Preview3D' // Animation node merged into Load3D
11141116

11151117
// Find missing node types
11161118
if (!(n.type in LiteGraph.registered_node_types)) {

0 commit comments

Comments
 (0)