From 32f9c9cfd600b7c300c918b235b7a2a83fb46806 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:26:14 +0300 Subject: [PATCH] Fix fingers in GLB mesh --- comfy/ldm/sam3d_body/model/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/ldm/sam3d_body/model/model.py b/comfy/ldm/sam3d_body/model/model.py index dbc4b8a3e..7e2fbef4f 100644 --- a/comfy/ldm/sam3d_body/model/model.py +++ b/comfy/ldm/sam3d_body/model/model.py @@ -985,6 +985,7 @@ class SAM3DBody(nn.Module): pose_output["mhr"]["pred_face_keypoints_3d"] = j3d_face pose_output["mhr"]["pred_vertices"] = verts pose_output["mhr"]["pred_joint_coords"] = jcoords + pose_output["mhr"]["joint_global_rots"] = joint_global_rots pose_output["mhr"]["pred_pose_raw"][...] = 0 # invalidated by the IK update pose_output["mhr"]["mhr_model_params"] = mhr_model_params