A discord bot that allows access to ChatGPT and other misc AIs. Also, if you do find an issue, please open a pull request, I guess.
I've bridged together ChatGPT and Stable Diffusion via GPT functions, I guess. The bot is currently running the Stable Diffusion model "AnythingV4.5" because that's what I had acess to on my computer. There's also a text-to-speech and voice cloning interaction with Microsoft's SpeechT5 that can be fun to toy with, but produces mediocre results overall. I also added call transcription via OpenAI's Whisper Large V3 model.
If you want to try the bot, you can join the discord server
You may have to download the video to see it.
- A video of generating from plain words
- A video of generating from conversation
- A video of generating Text-To-Speech
- A video of transcribing a voice call and file.
- Copy the Repo.
npm i package.json
or whatever- Fill up
token_blank.json
and rename it totoken.json
. This might take a while... Not all tokens are required for basic functionality. - Run
pip install -r requirements.txt
to get stuff for AI voicing. - Install Pytorch. If you've gotten this far, I'm sure you can figure out how to do that via Google. (Good luck!)
- Run start.bat or
node index.js