From 04651cb441cc5d0b2258b7c0505e4d58ee0a9416 Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Mon, 30 Sep 2024 16:47:47 +0100 Subject: [PATCH 1/2] Add OHF logo to README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 074eb82d..960f9367 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ echo 'Welcome to the world of speech synthesis!' | \ Voices are trained with [VITS](https://github.com/jaywalnut310/vits/) and exported to the [onnxruntime](https://onnxruntime.ai/). -This is a project of the [Open Home Foundation](https://www.openhomefoundation.org/). - ## Voices Our goal is to support Home Assistant and the [Year of Voice](https://www.home-assistant.io/blog/2022/12/20/year-of-voice/). @@ -179,3 +177,4 @@ If you'd like to use a GPU, install the `onnxruntime-gpu` package: and then run `piper` with the `--cuda` argument. You will need to have a functioning CUDA environment, such as what's available in [NVIDIA's PyTorch containers](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch). +[![A library from the Open Home Foundation](https://www.openhomefoundation.org/badges/ohf-library.png)](https://www.openhomefoundation.org/) From 077a6be6000bee218c27b18efa0e709de95d6d2f Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Mon, 30 Sep 2024 21:50:57 +0100 Subject: [PATCH 2/2] Moved OHF badge to suitable location in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 960f9367..ecabe442 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ echo 'Welcome to the world of speech synthesis!' | \ Voices are trained with [VITS](https://github.com/jaywalnut310/vits/) and exported to the [onnxruntime](https://onnxruntime.ai/). +[![A library from the Open Home Foundation](https://www.openhomefoundation.org/badges/ohf-library.png)](https://www.openhomefoundation.org/) + ## Voices Our goal is to support Home Assistant and the [Year of Voice](https://www.home-assistant.io/blog/2022/12/20/year-of-voice/). @@ -176,5 +178,3 @@ If you'd like to use a GPU, install the `onnxruntime-gpu` package: ``` and then run `piper` with the `--cuda` argument. You will need to have a functioning CUDA environment, such as what's available in [NVIDIA's PyTorch containers](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch). - -[![A library from the Open Home Foundation](https://www.openhomefoundation.org/badges/ohf-library.png)](https://www.openhomefoundation.org/)