OnlySudo
OnlySudo copied to clipboard
A Discord/Twitch bot that uses AI models to do some cool stuff.
Docket image to install all of the AI models and run the bot.
AI
- Images: - Style Transfer: - [x] `!anime`: [AnimeGANv2](https://github.com/bryandlee/animegan2-pytorch) - [x] `!arcane`: [ArcaneGAN](https://github.com/Sxela/ArcaneGAN) - [x] `!art`: [BlendGAN](https://github.com/onion-liu/BlendGAN) - [x] `!pixel`: [Pyxelate](https://github.com/sedthh/pyxelate) - [x] `!paint`: [GLIDE](https://github.com/openai/glide-text2im) - [ ] [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) -...
Convert current AI models to ONNX to consume less GPU/CPU power and increase speedup. - Images: - Style Transfer: - [ ] `!anime`: [AnimeGANv2](https://github.com/TachibanaYoshino/AnimeGANv2) - [ ] `!arcane`: [ArcaneGAN](https://github.com/Sxela/ArcaneGAN) -...
In the meantime, I am setting [this](https://github.com/sudomaze/OnlySudo/blob/main/src/ai/tts/main.py#L61) to read the entire message, but this causes the final audio to be scuffed. Need to find a way to generate longer audio...
## v1.0 Alpha Release - [x] #2 - [x] #3 - [x] #4 - [ ] #5 - [ ] #6 - [ ] #7 - [ ] #8 -...
- CI - [x] Auto-formatter - [x] Build on OS - [x] Linux - [x] Mac - [x] Windows - [ ] Unit tests - [ ] Discord Commands -...