mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-26 01:39:25 +08:00
Fix fingers in GLB mesh
This commit is contained in:
parent
59dc7ac152
commit
32f9c9cfd6
@ -985,6 +985,7 @@ class SAM3DBody(nn.Module):
|
|||||||
pose_output["mhr"]["pred_face_keypoints_3d"] = j3d_face
|
pose_output["mhr"]["pred_face_keypoints_3d"] = j3d_face
|
||||||
pose_output["mhr"]["pred_vertices"] = verts
|
pose_output["mhr"]["pred_vertices"] = verts
|
||||||
pose_output["mhr"]["pred_joint_coords"] = jcoords
|
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"]["pred_pose_raw"][...] = 0 # invalidated by the IK update
|
||||||
pose_output["mhr"]["mhr_model_params"] = mhr_model_params
|
pose_output["mhr"]["mhr_model_params"] = mhr_model_params
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user