Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oelin/midjourney-reborn
A Discord bot for all your Midjourney needs 🔥.
https://github.com/oelin/midjourney-reborn
ai art discord-bot midjourney openjourney
Last synced: 11 days ago
JSON representation
A Discord bot for all your Midjourney needs 🔥.
- Host: GitHub
- URL: https://github.com/oelin/midjourney-reborn
- Owner: oelin
- License: mit
- Archived: true
- Created: 2023-01-30T12:08:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T10:45:42.000Z (over 1 year ago)
- Last Synced: 2024-02-16T11:32:39.973Z (9 months ago)
- Topics: ai, art, discord-bot, midjourney, openjourney
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 96
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - oelin/midjourney-reborn - A Discord bot for all your Midjourney needs 🔥. (JavaScript)
README
# Midjourney Reborn 🔥
A Discord bot for all your Midjourney needs! Use this bot to convert text prompts into beautiful artwork via Midjourney V4.
## Usage
To run this demo, clone the repository and then create a `config.json` file containing your bot's token.
```sh
git clone https://github.com/oelin/midjourney-reborn/cd midjourney-reborn
``````sh
echo {"token": "YOUR TOKEN"} > ./config.json
```Then run the following commands to install start the bot.
```sh
npm inpm run deploy
npm start
```## Commands
This project is in active development so expect lots of changes to this section. Currenlty the primary command supported is `/imagine [prompt]`, which can be used to generate images with Midjourney. For instance, `/imagine an astronaut riding a horse on mars artstation` might produce the following image:
In the near future we hope to add support for features such as upscailing, variant generation and additional generation parameters.
## Technologies
This bot utilizes [discord.js](https://discord.js.org/#/) and [Midjourney Client](https://github.com/oelin/midjourney-client) to enable Midjourney V4 access from within Discord. The underlying images are generated on fast GPUs provided by [Replicate](https://replicate.com).
## Resources
* [Midjourney Website](https://www.midjourney.com/home/?callbackUrl=%2Fapp%2F)
* [Midjourney/Openjourney on Replicate](https://replicate.com/prompthero/openjourney)