remsky
403d9a521c
Create build-push.yml
2025-02-07 15:27:28 -07:00
remsky
50a211f03a
Merge pull request #131 from fireblade2534/build-and-model-system-improvements
2025-02-07 15:17:06 -07:00
Fireblade2534
429c959b22
fixed test case
2025-02-07 18:44:48 +00:00
Fireblade2534
90f168f63d
fixed some problems in the build system and model download system
2025-02-07 18:30:59 +00:00
remsky
bfdb5c0cf5
fix: update docker publish workflow to handle releases properly
2025-02-07 03:47:19 -07:00
remsky
5c62536ba5
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
2025-02-07 02:58:11 -07:00
remsky
1f354092fe
Update Docker workflows to ignore markdown files and documentation in publish triggers
2025-02-07 02:58:07 -07:00
remsky
cc70b84b3c
Update README.md
2025-02-07 02:45:09 -07:00
remsky
9a27c745cd
Refactor Docker workflows to streamline build commands and add model download variable
2025-02-07 02:42:39 -07:00
remsky
6134802d2c
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
2025-02-07 02:40:00 -07:00
remsky
5b879101c7
Update README.md
2025-02-07 02:38:10 -07:00
remsky
0885965191
Update README.md
2025-02-07 02:32:34 -07:00
remsky
952d79252c
Update model download URLs to point to v1.4 release
2025-02-07 02:23:45 -07:00
remsky
16e4a88e83
Refactor Docker workflows to consolidate image builds and add phonemizer environment variables
2025-02-07 02:08:44 -07:00
remsky
ac7947b51a
Refactor Docker configurations for GPU and CPU, update test paths, and remove deprecated tests
2025-02-06 23:43:26 -07:00
remsky
165ffccd01
Remove voice manager tests and update Dockerfiles for improved dependency management and user permissions
2025-02-06 04:23:08 -07:00
remsky
a026d4d5ee
Merge branch 'v0.2.0'
2025-02-06 01:28:09 -07:00
remsky
d452a6e114
Bump version to v0.2.0-pre, enhance Docker configurations for GPU support, and refine text processing settings
2025-02-06 01:22:21 -07:00
remsky
3ee43cea23
Enhance button styles, add loading animation for generate button, and update cancel button appearance
2025-02-05 23:00:19 -07:00
remsky
212c8426e1
Update Dockerfile for GPU compatibility, enhance button loading state, and improve responsive styles
2025-02-05 22:53:21 -07:00
remsky
444491defe
Refactor audio service chunk size, remove unused help icon, and optimize text processing limits
2025-02-05 20:31:48 -07:00
remsky
5d48688ab0
Refactor responsive styles, enhance layout structure, and integrate text editor functionality
2025-02-05 07:53:28 -07:00
remsky
fe6c9acaf5
Update Docker configuration, enhance audio service autoplay, and improve styling
2025-02-05 02:45:28 -07:00
remsky
d3741d0d99
v1_0 full migration, captions, gpu, cpu, webui updates
2025-02-05 00:46:01 -07:00
remsky
6c234a3b67
Update dependencies, enhance voice management, and add captioned speech support
2025-02-04 19:41:41 -07:00
remsky
9198de2d95
Refactor project structure and update Dockerfiles for improved organization and dependency management
2025-02-04 05:18:18 -07:00
remsky
4c90a89545
Initial commit of Kokoro V1.0-only integration
2025-02-04 03:37:56 -07:00
remsky
4ff66746f7
Create FUNDING.yml
2025-02-04 00:11:20 -07:00
remsky
e5b79fc271
Update README.md
2025-02-03 04:56:10 -07:00
remsky
903bf91c81
v1_0 multilanguage initial support
...
-note: all languages currently installed, selected by prefix of first chosen voice in call
2025-02-03 03:33:12 -07:00
remsky
240d991405
Update README.md
2025-01-31 06:43:23 -07:00
remsky
f64e548153
Delete uv.lock
2025-01-31 06:23:08 -07:00
remsky
eb2191e23d
Update README.md
2025-01-31 02:29:24 -07:00
remsky
c95b34d904
Refactor Docker workflow to support split jobs
2025-01-31 01:29:56 -07:00
remsky
8156b29337
Merge pull request #104 from remsky/v0.1.4
...
V0.1.4 - CI updates
2025-01-31 00:53:30 -07:00
remsky
c4b5185650
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI into v0.1.4
2025-01-31 00:49:44 -07:00
remsky
26a4d41ca2
Update Docker workflow and bump version to 0.1.4
2025-01-31 00:44:57 -07:00
remsky
83905e1746
Update README.md
2025-01-30 23:06:55 -07:00
remsky
5ddeba26d8
Merge pull request #102 from remsky/v0.1.4
...
V0.1.4: Improved web UI streaming headers
2025-01-30 23:00:11 -07:00
remsky
fb22264edc
Enhance audio generation and download handling; add test audio generation script
2025-01-30 22:56:23 -07:00
remsky
0d69a1e905
Add espeak-ng installation to CI workflow alongside FFmpeg
2025-01-30 06:01:44 -07:00
remsky
2dfad62b5b
Update .gitignore and benchmark scripts for GPU support; enhance TTS service handling and session management
2025-01-30 05:47:28 -07:00
remsky
f61f79981d
-Add debug endpoint for system stats
...
-Adjust headers, generate from phonemes, etc
2025-01-30 04:44:04 -07:00
remsky
2e318051f8
Add clear text button and enhance temporary file management
...
- Introduced a "Clear Text" button in the web interface for user convenience.
- Updated temporary file management settings in the configuration.
- Added new debug endpoints for system and storage information.
- Improved logging levels for better debugging insights.
2025-01-29 18:29:02 -07:00
remsky
946e322242
Implement temporary file management on openai endpoint, whole file downloads
2025-01-29 04:09:38 -07:00
remsky
355ec54f78
Refactor TTS service and chunker: update comments and remove unused code
2025-01-28 20:41:57 -07:00
remsky
b25ba5e7e6
Merge pull request #99 from fireblade2534/v0.1.3
...
Fixes auto downloading models
2025-01-28 18:26:31 -07:00
Fireblade
66ebd0e33c
Fixes auto downloading models and adds the option to the python script to overwrite existing files
2025-01-28 16:44:20 -05:00
remsky
9867fc398f
WIP: v1_0_0 migration
2025-01-28 13:52:57 -07:00
remsky
1345b6c81a
Added v1.0.0 voices
2025-01-28 03:25:50 -07:00