Bring Skyrim NPCs to life with AI
Mantella is a Skyrim mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and xVASynth (text-to-speech).
Click below or here to see the full trailer:
See art-from-the-machine.github.io/Mantella
See art-from-the-machine.github.io/Mantella/pages/issues_qna.html
See art-from-the-machine.github.io/Mantella/pages/installation.html#skyrim
The source code for Mantella is included in this repo. Here are the quick steps to get set up:
- Clone the repo to your machine
- Create a virtual environment via
py -3.11 -m venv MantellaEnvin your console (Mantella requires Python 3.11) - Start the environment in your console (
.\MantellaEnv\Scripts\Activate) - Install the required packages via
pip install -r requirements.txt - Create a file called
GPT_SECRET_KEY.txtand paste your secret key in this file - Set up your paths / any other required settings in the
config.ini - Run Mantella via
main.pyin the parent directory
If you have any trouble in getting the repo set up, please reach out on Discord!
The source code for the Mantella spell mod can be found here. Updates made on one repo are often intertwined with the other, so it is best to ensure you have the latest versions of each when developing.
Mantella uses material from the "Skyrim: Characters" articles on the Elder Scrolls wiki at Fandom and is licensed under the Creative Commons Attribution-Share Alike License.

