Instructions to use mlx-community/SkinTokens-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/SkinTokens-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir SkinTokens-bf16 mlx-community/SkinTokens-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 1,370 Bytes
9c6d710 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | {
"parts_order": [
"body",
"hand"
],
"parts": {
"body": [
"J_Bip_C_Hips",
"J_Bip_C_Spine",
"J_Bip_C_Chest",
"J_Bip_C_UpperChest",
"J_Bip_C_Neck",
"J_Bip_C_Head",
"J_Bip_L_Shoulder",
"J_Bip_L_UpperArm",
"J_Bip_L_LowerArm",
"J_Bip_L_Hand",
"J_Bip_R_Shoulder",
"J_Bip_R_UpperArm",
"J_Bip_R_LowerArm",
"J_Bip_R_Hand",
"J_Bip_L_UpperLeg",
"J_Bip_L_LowerLeg",
"J_Bip_L_Foot",
"J_Bip_L_ToeBase",
"J_Bip_R_UpperLeg",
"J_Bip_R_LowerLeg",
"J_Bip_R_Foot",
"J_Bip_R_ToeBase"
],
"hand": [
"J_Bip_L_Thumb1",
"J_Bip_L_Thumb2",
"J_Bip_L_Thumb3",
"J_Bip_L_Index1",
"J_Bip_L_Index2",
"J_Bip_L_Index3",
"J_Bip_L_Middle1",
"J_Bip_L_Middle2",
"J_Bip_L_Middle3",
"J_Bip_L_Ring1",
"J_Bip_L_Ring2",
"J_Bip_L_Ring3",
"J_Bip_L_Little1",
"J_Bip_L_Little2",
"J_Bip_L_Little3",
"J_Bip_R_Index1",
"J_Bip_R_Index2",
"J_Bip_R_Index3",
"J_Bip_R_Thumb1",
"J_Bip_R_Thumb2",
"J_Bip_R_Thumb3",
"J_Bip_R_Middle1",
"J_Bip_R_Middle2",
"J_Bip_R_Middle3",
"J_Bip_R_Ring1",
"J_Bip_R_Ring2",
"J_Bip_R_Ring3",
"J_Bip_R_Little1",
"J_Bip_R_Little2",
"J_Bip_R_Little3"
]
}
} |