🚧 Experiemental Project 🚧
A image and video generation microservice image and video generation and API, used in Loritta.
Originally the service was created to generate "video" memes for Loritta's +carlyaaah
command, however it grew to generate "static" and "normal" kinds of memes.
There are also other reasons, like:
- Image generation is stateless, so we are able to create multiple instances of the generator and scale out in multiple machines.
- Allows other services to implement and communicate with the image generation server.
- By splitting up the image generation from Loritta to a separate project, we can improve the service without depending on Loritta updates. Also means that a bad image won't crash Loritta, just the image generation server.
- Because why not?
Yay!