Pre-converted GGUF weights and LLM2Vec text encoder bundle for
kimodo.cpp, enabling native, high-performance CPU / Vulkan GPU text-to-motion generation of SMPL-X22 3D animation skeletons.
1from huggingface_hub import snapshot_download
2
3snapshot_download(
4 repo_id="k0ta0uchi/Llama-3-Kimodo-SMPLX-RP-v1-GGUF",
5 local_dir="./models",
6)
1# Windows
2kmd-generate.exe models/kimodo-smplx-rp-v1-f32.gguf models/llm2vec-text-bundle prompt.txt 150 100 42 output_dir/
3
4# Linux / macOS
5./build/release/kmd-generate models/kimodo-smplx-rp-v1-f32.gguf models/llm2vec-text-bundle prompt.txt 150 100 42 output_dir/