mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Update model download URLs to point to v1.4 release
This commit is contained in:
parent
16e4a88e83
commit
952d79252c
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ def download_model(output_dir: str) -> None:
|
||||||
logger.info("Downloading Kokoro v1.0 model files")
|
logger.info("Downloading Kokoro v1.0 model files")
|
||||||
|
|
||||||
# GitHub release URLs (to be updated with v0.2.0 release)
|
# GitHub release URLs (to be updated with v0.2.0 release)
|
||||||
base_url = "https://github.com/remsky/Kokoro-FastAPI/releases/download/v0.2.0"
|
base_url = "https://github.com/remsky/Kokoro-FastAPI/releases/download/v0.1.4"
|
||||||
model_url = f"{base_url}/{model_file}"
|
model_url = f"{base_url}/{model_file}"
|
||||||
config_url = f"{base_url}/{config_file}"
|
config_url = f"{base_url}/{config_file}"
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ if verify_files "$MODEL_PATH" "$CONFIG_PATH"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Define URLs
|
# Define URLs
|
||||||
BASE_URL="https://github.com/remsky/Kokoro-FastAPI/releases/download/v0.2.0"
|
BASE_URL="https://github.com/remsky/Kokoro-FastAPI/releases/download/v1.4"
|
||||||
MODEL_URL="$BASE_URL/$MODEL_FILE"
|
MODEL_URL="$BASE_URL/$MODEL_FILE"
|
||||||
CONFIG_URL="$BASE_URL/$CONFIG_FILE"
|
CONFIG_URL="$BASE_URL/$CONFIG_FILE"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue