https://github.com/aatricks/boubou
Boubou is a simple discord bot that cycles through three states : sleeping, esports, eating and deadge. The bot also has an image generation integration, with a LightDiffusion SD1.5 pipeline.
https://github.com/aatricks/boubou
ai discord discord-bot discord-py generative-ai python stable-diffusion
Last synced: about 2 months ago
JSON representation
Boubou is a simple discord bot that cycles through three states : sleeping, esports, eating and deadge. The bot also has an image generation integration, with a LightDiffusion SD1.5 pipeline.
- Host: GitHub
- URL: https://github.com/aatricks/boubou
- Owner: Aatricks
- License: gpl-3.0
- Created: 2024-02-16T10:54:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T19:09:26.000Z (over 1 year ago)
- Last Synced: 2025-07-23T10:56:22.398Z (11 months ago)
- Topics: ai, discord, discord-bot, discord-py, generative-ai, python, stable-diffusion
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is it
Boubou is a simple discord bot that three states : sleeping, esports, eating and deadge.
The bot also has an image generation integration, with a usage of [LightDiffusion](https://github.com/Aatrick/LightDiffusion) SD1.5 pipeline.

## Installation
Depending on if you want the full usage of the bot, you can git clone this repo either in the LightDiffusion folder or not, and run ```pip install py-cord```.
Make sure to create a .env file containing your token ```TOKEN = ...``` and place it in the same directory as the bot.py file.