Skip to content
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9637a56
Remove local kokoro implementation
Kostis-S-Z Feb 3, 2025
3aee8ac
Remove local kokoro implementation
Kostis-S-Z Feb 3, 2025
30bcba9
Add WIP implementation
Kostis-S-Z Feb 3, 2025
8f30aa1
Replace oute for kokoro in demo app
Kostis-S-Z Feb 6, 2025
7f21f37
Remove oute support from cli
Kostis-S-Z Feb 6, 2025
dffb8b1
Use kokoro values as default in config
Kostis-S-Z Feb 6, 2025
53c23df
Update docs
Kostis-S-Z Feb 6, 2025
01e6296
Update pyproject.toml
Kostis-S-Z Feb 6, 2025
1dbb09c
Update notebook
Kostis-S-Z Feb 6, 2025
b92f7c1
Remove oute from model_loaders.py
Kostis-S-Z Feb 6, 2025
e6133c6
Remove oute from text_to_speech.py
Kostis-S-Z Feb 6, 2025
c30d668
Update tests
Kostis-S-Z Feb 6, 2025
398ecb7
Fix attribute call
Kostis-S-Z Feb 6, 2025
f98376e
Update tests
Kostis-S-Z Feb 6, 2025
6201eb9
Merge branch 'main' into kokoro-pip
Kostis-S-Z Feb 6, 2025
b926297
Fix mkdocs
Kostis-S-Z Feb 6, 2025
28abb4d
Merge remote-tracking branch 'origin/kokoro-pip' into kokoro-pip
Kostis-S-Z Feb 6, 2025
6872072
Add soundfile to dependencies
Kostis-S-Z Feb 10, 2025
694a5c3
Load kokoro model after setting speaker profiles
Kostis-S-Z Feb 10, 2025
d8dde83
Merge branch 'main' into kokoro-pip
Kostis-S-Z Feb 10, 2025
4b3ce8f
Add hardware requirements to README
Kostis-S-Z Feb 10, 2025
8ba2470
Update url in colab
Kostis-S-Z Feb 10, 2025
1cebed7
Update colab with new kokoro
Kostis-S-Z Feb 10, 2025
113cb20
Update min specs for dev container codespaces
Kostis-S-Z Feb 10, 2025
7ab64b2
Merge branch 'kokoro-pip' into 102-mention-system-requirements
Kostis-S-Z Feb 10, 2025
dd72f53
Merge branch 'main' into 102-mention-system-requirements
daavoo Feb 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ pip install -e .
python -m streamlit run demo/app.py
```

## System requirements
- OS: Windows, macOS, or Linux
- Python 3.10+ / 3.12+ for Apple M chips
- Minimum RAM: 8 GB
- Disk space: 20 GB minimum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are the 20GB coming from?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I thought venv is ~7GB, bartowski/Qwen2.5-7B-Instruct-GGUF/Qwen2.5-7B-Instruct-Q8_0.gguf is also ~8Gb, kokoro is lets say ~1GB, and then some slack space for loading the doc and stuff? 😅 As you see my method is very scientific... do you have any other suggestions?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No suggestions. It just sounds like more than I expected. Is the 7GB venv size with the CUDA version or the CPU version of torch? Anyway, not a blocker


## License

Expand Down