You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
GooeyTuxedo 8070ee54f2 Update README 2 months ago
commands Create imagine.js 4 months ago
.gitignore Create .gitignore 4 months ago
.npmignore Create .npmignore 4 months ago
Dockerfile Add docker build files 2 months ago
LICENSE Initial commit 4 months ago
README.md Update README 2 months ago
art.jpg Add files via upload 4 months ago
art.png Add files via upload 4 months ago
config.json Create config.json 2 months ago
deploy-commands.js Add files via upload 4 months ago
docker-compose.yml Add docker build files 2 months ago
index.js Add files via upload 4 months ago
package-lock.json Add files via upload 4 months ago
package.json Update package.json 2 months ago

README.md

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.

git clone https://github.com/oelin/midjourney-reborn/

cd midjourney-reborn
echo {"token": "YOUR TOKEN"} > ./config.json

Then run the following commands to install start the bot.

npm i

npm run deploy

npm start

Using docker compose

docker compose up -d
docker exec -it midjourney-reborn-bot node deploy-commands.js

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 and Midjourney Client to enable Midjourney V4 access from within Discord. The underlying images are generated on fast GPUs provided by Replicate.

Resources