Skip to content

eliasdarruda/bixobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BixoBot Discord Bot code

From the server: https://discord.gg/3jbRV94kbK

This project uses https://github.com/eigr/spawn and Elixir. Everything is built using Actor Models, to understand more about this pattern just google it lol.

All images were pre-generated and put into a bucket (b2), so everytime we hatched, we already had the image generated, we ran image generation using a flux variant model called Shuttle 3 (fp8) and with the Lora (aleksa-codes/flux-ghibsky-illustration) we mostly used machines with an RTX 4090 and rented them in vast.ai, it is very cheap and very fast (around ~4s per image, we had around 500k images generated on total, do the math lol).

The image generation was all done using python scripts that are not included here, we had different prompts for each Bixo, element and rarity and in the prompt we dinamically included random clothing, background, instrument (for bard) and adjectives.

We were running this inside kubernetes clusters which is not included here, to replicate that you may want to look at https://github.com/eigr/spawn docs on best practices of hosting with kubernetes.

See REPLACE_ME and replace with the right secrets and all that if you want to do a clone or try it yourself.

I loved doing this project and it has so many good foundations like a generic trade system that is atomic, turn based battle system, inventory management, shop system with custom items, multi currency system, and so much more.

I'll be very happy if anyone continued the legacy and also happy to support anyone that wants to do a clone.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors