diff --git a/nodes.py b/nodes.py index 115331f..a116c8b 100644 --- a/nodes.py +++ b/nodes.py @@ -1297,8 +1297,8 @@ class Hy3DGenerateMeshMultiView(): view_dict = { 'front': front, 'left': left, - 'right': right, - 'back': back + 'back': back, + 'right': right } if scheduler == "FlowMatchEulerDiscreteScheduler":