Skip to content

Commit

Permalink
update readme and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jun 22, 2024
1 parent 95e2c24 commit b3a8f8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ You are a wise and ancient wizard who speaks with a mystical and enchanting tone
}
```

For XTTS find a .wav voice and add it to the wizard folder and name it as wizard.wav , the voice only needs to be 6 seconds long. Running the app will automatically find the .wav when it has the characters name and use it. If only using Openai Speech a .wav isn't needed
For XTTS find a .wav voice and add it to the wizard folder and name it as wizard.wav , the voice only needs to be 6 seconds long. Running the app will automatically find the .wav when it has the characters name and use it. If only using Openai Speech or ElevenLabs a .wav isn't needed


## Watch the Demos
Expand All @@ -286,6 +286,7 @@ Webui - OpenAI and Ollama
[![Watch the video](https://img.youtube.com/vi/bgdQkzGltdk/maxresdefault.jpg)](https://youtu.be/bgdQkzGltdk)


---

CLI

Expand All @@ -294,13 +295,15 @@ GPU - 100% local - ollama llama3, xtts-v2
[![Watch the video](https://img.youtube.com/vi/WsWbYnITdCo/maxresdefault.jpg)](https://youtu.be/WsWbYnITdCo)


---

CPU Only mode CLI

Alien conversation using openai gpt4o and openai speech for tts.

[![Watch the video](https://img.youtube.com/vi/d5LbRLhWa5c/maxresdefault.jpg)](https://youtu.be/d5LbRLhWa5c)

---


Docker - ollama - xtts-v2
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# pip install -r requirements.txt

torch==2.3.1
torchaudio==2.3.1
torchvision==0.18.1
# CUDA-enabled PyTorch and related libraries
torch==2.3.1+cu121
torchaudio==2.3.1+cu121
torchvision==0.18.1+cu121
-f https://download.pytorch.org/whl/torch_stable.html
pyaudio
numpy
faster-whisper==1.0.2
Expand Down

0 comments on commit b3a8f8e

Please sign in to comment.