Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

R1nge/OpenWaifu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWaifu

Abandoned for now. May be will finish some day.

Progress (Top - newest)

https://youtu.be/wlIBgkIWuyI

https://youtu.be/Nu91NxKmh-k

https://youtu.be/KBZrHFgAmYs?si=0AQRcruAmrM9nIyf

CURRENTLY REQUIRES an OPEN AI KEY (Whisper, GPT)
DON'T SHARE YOUR BUILD WITH ANYONE, BECAUSE IT CONTAINS YOUR API KEY!

Unity 2022.3.5f1

Install conda
https://conda.io

Create a new environment
conda create -n waifu python=3.9.17
conda activate waifu

Install dependencies
conda install -c nvidia cudatoolkit OR conda install -c conda-forge cudatoolkit
conda install pytorch pytorch-cuda=11.7 -c pytorch -c nvidia
//pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117 //
pip install -r requirements.txt

VoiceVox

Windows

Install CUDA ToolKit
https://developer.nvidia.com/cuda-11-7-0-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_local

CPU

docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
docker run --rm -p 0.0.0.0:50021:50021 --env VV_CPU_NUM_THREADS=8 voicevox/voicevox_engine:cpu-ubuntu20.04-latest

GPU

docker pull voicevox/voicevox_engine:nvidia-ubuntu20.04-latest
docker run --rm --gpus all -p 0.0.0.0:50021:50021 --env VV_CPU_NUM_THREADS=8 voicevox/voicevox_engine:nvidia-ubuntu20.04-latest

Linux

Install Cuda Toolkit
sudo apt install nvidia-cuda-toolkit
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/distro/ubuntu.html?highlight=ubuntu

CPU

sudo docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
sudo docker run --rm -p 0.0.0.0:50021:50021 --env VV_CPU_NUM_THREADS=8 voicevox/voicevox_engine:cpu-ubuntu20.04-latest

GPU

sudo docker pull voicevox/voicevox_engine:nvidia-ubuntu20.04-latest
sudo docker run --rm --runtime=nvidia --gpus all -p 0.0.0.0:50021:50021 --env VV_CPU_NUM_THREADS=8 voicevox/voicevox_engine:nvidia-ubuntu20.04-latest

Characters

https://www.chub.ai/characters
https://booru.plus/+pygmalion

Create a json file for pygmalion:
https://zoltanai.github.io/character-editor/

Run

Go to the Python directory and run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages