To use this:
- Go to https://discord.com/developers/ and create an discord bot and get the key and put it in the env file with name "BOT_TOKEN_KEY"
- Go to the directory then do
npm i
and they just start the server withnpm run dev
- enjoy
To use the image generative AI command:
- Download the WebUi https://github.com/AUTOMATIC1111/stable-diffusion-webui
- Download any modal (Like sd 1.5 etc)
- Put the model in the model folder then just run the webui GUI with
python launch.py --api
- Now you can generate thei images. Enjoy!