An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Discord Artist

A simple discord bot that can prompt Flux dev running on Fireworks.ai.

![Sample output](output.jpg)

## 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
```