https://github.com/patw/discord_artist
A simple discord bot that generates images using the Flux Dev model using Fireworks.ai
https://github.com/patw/discord_artist
discord-bot fireworksai flux-dev
Last synced: 11 months ago
JSON representation
A simple discord bot that generates images using the Flux Dev model using Fireworks.ai
- Host: GitHub
- URL: https://github.com/patw/discord_artist
- Owner: patw
- License: mit
- Created: 2025-01-26T23:45:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T01:02:05.000Z (over 1 year ago)
- Last Synced: 2025-07-13T22:02:00.728Z (11 months ago)
- Topics: discord-bot, fireworksai, flux-dev
- Language: Python
- Homepage:
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Artist
A simple discord bot that can prompt Flux dev running on Fireworks.ai.

## Local Installation
Windows:
```
pip install -r requirements.txt
```
Linux:
```
pip3 install -r requirements.txt
```
## Running discord bot
* Copy sample.env to .env
* Fill in your Bot Token (https://discord.com/developers/applications)
* Fill in your fireworks.ai token (https://fireworks.ai)
* Run the following:
Windows:
```
python discord_artist.py
```
Linux/MacOS
```
python3 discord_artist.py
```