Home

Awesome

midjourney-discord-wrapper

use midjourney-discord node.js client for MidJourney wrapper in Discord.

<div align="center"> <p> <a href="https://discord.gg/GavuGHQbV4"><img src="https://img.shields.io/discord/1082500871478329374?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a> <a href="https://hub.docker.com/r/erictik/midjourney-discord-wrapper/tags"> <img src="https://img.shields.io/docker/v/erictik/midjourney-discord-wrapper?color=5865F2&logo=docker&logoColor=white" alt="Docker" /> </a> </p> </div>

web ui example

Implemented commands documentation

Join discord experience Generating idea

/oh_imagine [ MT : prompt (string)]

prompt_pwz2u1

upscaling

Reply u1 u2 u3 u4
upscale

variations

Reply v1 v2 v3 v4 variation

Usage

How to get your Discord SALAI_TOKEN:
How to create a Discord bot and add it to your server:

Docker

docker run -d  --env-file .env erictik/midjourney-discord-wrapper

Node.js

To run the included example, you must have Node.js installed. Then, run the following commands in the root directory of this project:

  1. clone the repository
git clone hthttps://github.com/erictik/midjourney-discord-wrapper.git
cd midjourney-discord-wrapper
  1. install dependencies
yarn 

or

npm install
  1. build
yarn build

npm run build
  1. run the example
yarn start

or

npm run start