chore: emphasize optional intel setup

This commit is contained in:
ayo 2026-05-22 20:49:40 +02:00
parent eb8a0308a3
commit f71b6b33f2

View file

@ -20,7 +20,7 @@ This is especially useful for the days when I don't have the mental energy to go
1. Use any length of text 1. Use any length of text
1. Saved raw audio files in sensible chunks 1. Saved raw audio files in sensible chunks
1. Use copied text as input 1. Use copied text as input
1. Utilize different GPUs as accelerator — Intel architecture supported! 1. Utilize different GPUs as accelerator
## Requirements ## Requirements
@ -59,9 +59,6 @@ Create new [Python virtual environment](https://realpython.com/python-virtual-en
```bash ```bash
conda create -n tts python=3.12.6 conda create -n tts python=3.12.6
### (optional) for Intel XPU specific device usage:
conda create -n tts-intel --clone llm-pt26
``` ```
> [!Note] > [!Note]
@ -95,7 +92,7 @@ python tts.py -v jf_alpha "言い習わし"
> [!Note] > [!Note]
> You can read more about using different voices in the [Voices](#voices) section. > You can read more about using different voices in the [Voices](#voices) section.
### Intel XPU environmental variables (Optional) ### Optional: Intel XPU environmental variables
For XPUs, we need to set some environmental variables. I have added a `intel-env.sh` script which will activate the conda environment `tts` and set the environmental variables. For XPUs, we need to set some environmental variables. I have added a `intel-env.sh` script which will activate the conda environment `tts` and set the environmental variables.