Hi! I’m not able to download the larger model mentioned in the README.
When I clone/pull, my Resources/kokoro-v1_0.safetensors is only ~327.1 MB. I also searched Hugging Face and only found the same-sized file, e.g.:
But the README says:
ls -la Resources/kokoro-v1_0.safetensors
# Should show a file of approximately 600MB
Questions:
- Is the ~600MB file still available somewhere (Git LFS / release asset / Hugging Face mirror)?
- If so, could you share the exact link or LFS pointer/commit where it exists?
- Or is the README outdated and the expected size is now ~327MB?
For reference, I’m cloning with Git LFS enabled (git lfs install + git lfs pull) but still only get ~327MB.
Thanks!
Hi! I’m not able to download the larger model mentioned in the README.
When I clone/pull, my
Resources/kokoro-v1_0.safetensorsis only ~327.1 MB. I also searched Hugging Face and only found the same-sized file, e.g.:But the README says:
ls -la Resources/kokoro-v1_0.safetensors # Should show a file of approximately 600MBQuestions:
For reference, I’m cloning with Git LFS enabled (
git lfs install+git lfs pull) but still only get ~327MB.Thanks!