Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.04 KB

🎨 Gabriela's Image Generator 🎨

🚧 Experiemental Project 🚧

A image and video generation microservice image and video generation and API, used in Loritta.

🤔 Why?

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:

  1. Image generation is stateless, so we are able to create multiple instances of the generator and scale out in multiple machines.
  2. Allows other services to implement and communicate with the image generation server.
  3. 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.
  4. Because why not?

😊 Yay?

Yay!