mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Update README.md
This commit is contained in:
parent
09b7c2cf1e
commit
3f45a506de
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -7,8 +7,8 @@
|
||||||
[]()
|
[]()
|
||||||
[](https://huggingface.co/spaces/Remsky/Kokoro-TTS-Zero)
|
[](https://huggingface.co/spaces/Remsky/Kokoro-TTS-Zero)
|
||||||
|
|
||||||
[]()
|
[](https://github.com/hexgrad/kokoro)
|
||||||
[]()
|
[](https://github.com/hexgrad/misaki)
|
||||||
|
|
||||||
[](https://huggingface.co/hexgrad/Kokoro-82M/commit/9901c2b79161b6e898b7ea857ae5298f47b8b0d6)
|
[](https://huggingface.co/hexgrad/Kokoro-82M/commit/9901c2b79161b6e898b7ea857ae5298f47b8b0d6)
|
||||||
|
|
||||||
|
@ -33,9 +33,11 @@ Pre built images are available to run, with arm/multi-arch support, and baked in
|
||||||
Refer to the core/config.py file for a full list of variables which can be managed via the environment
|
Refer to the core/config.py file for a full list of variables which can be managed via the environment
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# the `latest` tag can be used, but should not be considered stable as it may include `nightly` branch builds
|
||||||
|
# it may have some bonus features however, and feedback/testing is welcome
|
||||||
|
|
||||||
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0post4 # CPU, or:
|
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.1 # CPU, or:
|
||||||
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0post4 #NVIDIA GPU
|
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.1 #NVIDIA GPU
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue