We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bea277 commit 28b4c38Copy full SHA for 28b4c38
src/scripts/app.ts
@@ -1111,6 +1111,8 @@ export class ComfyApp {
1111
if (n.type == 'ConditioningAverage ') n.type = 'ConditioningAverage' //typo fix
1112
if (n.type == 'SDV_img2vid_Conditioning')
1113
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
1116
1117
// Find missing node types
1118
if (!(n.type in LiteGraph.registered_node_types)) {
0 commit comments