Open-source project for creating a customizable AI waifu
Top 64.7% on sourcepulse
AI Waifu provides an open-source, customizable AI companion inspired by Neuro-sama, targeting users who want to build and deploy their own AI waifu. It offers a finetunable, talkable, and streamable experience, with the ability to be modified and even "lewdable," all self-hosted.
How It Works
The project integrates multiple AI models for its functionality. A language model (Pygmalion1.3b) handles conversational aspects, while a VITS-based TTS model provides Japanese speech output. English responses are translated to Japanese using Facebook's NLLB-600M model. Voice conversion is handled by Sovits, requiring a compiled monotonic_align
module. The architecture splits inference into a separate HTTP server, allowing for distributed or home-server deployment.
Quick Start & Requirements
poetry install
. Compile the monotonic_align
module separately.Highlighted Details
Maintenance & Community
The project encourages community contributions through issues and pull requests. Discussions on model performance are hosted on GitHub.
Licensing & Compatibility
The project states "Everything We Made Is OpenSourced, Free & Customizable To the Very Core." No specific license is explicitly mentioned in the README, but the emphasis on open-source suggests a permissive license. Compatibility with commercial or closed-source applications is not detailed.
Limitations & Caveats
The project is described as potentially having unstable components ("Sometime shit can be broke"). GPU inference is limited to Nvidia hardware. The TTS model is currently Japanese-only, with English translations performed by a separate model.
8 months ago
Inactive