Fully local AI vtuber that can see your screen and talk in real time
Python
245
151 commits
updated Feb 14, 2026
Full demo and setup guide: https://youtu.be/gD1y4by3CPg?si=oinKcReuUd5xzjKT
OS: Windows
GPU: NVIDIA GPU 40 series or older, recommend ~8gb vram
If you are a Windows user, you can download the release package here, unzip and double click start.bat to start webui: https://huggingface.co/xiaoheiqaq/LocalAiVtuber2-windows-package/resolve/main/LocalAIVtuber2.zip?download=true
https://www.python.org/downloads/release/python-3100/
https://developer.nvidia.com/cuda-12-4-0-download-archive
cd backend
python -m venv venv
.\venv\Scripts\activate
pip install llama-cpp-python==0.2.90 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install fastapi uvicorn qdrant-client[fastembed] pyautogui sounddevice silero-vad easyocr==1.7.2 mss numpy==1.23.4 pytchat soxr
pip install -r services\TTS\GPTsovits\requirements.txt
.\venv\Scripts\activate
python server.py
After setup, you can also double click the start.bat file to start the program without needing to open the terminal.
This is for if you want to clone the repo for contributing to this project
Copy this folder in the release package
backend\services\TTS\GPTsovits\GPT_SoVITS\pretrained_models to the same location in the cloned project.
Copy backend\ffmpeg.exe and backend\ffprobe.exe to same path in cloned project
Install nodejs https://nodejs.org/en/download
cd frontend
npm i
npm run build
The project should be ready for development.
Open a terminal any where and run
pip install nltk
python -m nltk.downloader -d C:\nltk_data all
NVIDIA 50 series GPU requires newer cuda versions which are not compatable right now
AMD GPU does not support pytorch on windows so not compatable
151 commits
Python
83.9%
TypeScript
15.1%
Fully local AI vtuber that can see your screen and talk in real time
Python
245
151 commits
updated Feb 14, 2026
Full demo and setup guide: https://youtu.be/gD1y4by3CPg?si=oinKcReuUd5xzjKT
OS: Windows
GPU: NVIDIA GPU 40 series or older, recommend ~8gb vram
If you are a Windows user, you can download the release package here, unzip and double click start.bat to start webui: https://huggingface.co/xiaoheiqaq/LocalAiVtuber2-windows-package/resolve/main/LocalAIVtuber2.zip?download=true
https://www.python.org/downloads/release/python-3100/
https://developer.nvidia.com/cuda-12-4-0-download-archive
cd backend
python -m venv venv
.\venv\Scripts\activate
pip install llama-cpp-python==0.2.90 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install fastapi uvicorn qdrant-client[fastembed] pyautogui sounddevice silero-vad easyocr==1.7.2 mss numpy==1.23.4 pytchat soxr
pip install -r services\TTS\GPTsovits\requirements.txt
.\venv\Scripts\activate
python server.py
After setup, you can also double click the start.bat file to start the program without needing to open the terminal.
This is for if you want to clone the repo for contributing to this project
Copy this folder in the release package
backend\services\TTS\GPTsovits\GPT_SoVITS\pretrained_models to the same location in the cloned project.
Copy backend\ffmpeg.exe and backend\ffprobe.exe to same path in cloned project
Install nodejs https://nodejs.org/en/download
cd frontend
npm i
npm run build
The project should be ready for development.
Open a terminal any where and run
pip install nltk
python -m nltk.downloader -d C:\nltk_data all
NVIDIA 50 series GPU requires newer cuda versions which are not compatable right now
AMD GPU does not support pytorch on windows so not compatable
151 commits
Python
83.9%
TypeScript
15.1%