From 50dc7a5730448579183fac4dad0745df549888d0 Mon Sep 17 00:00:00 2001 From: oelin <42823429+oelin@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:38:25 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2d6706f..1210deb 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,23 @@ A Discord bot for all your Midjourney needs! Use this bot to convert text prompt
+ + +## 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 bit utilizes [discord.js](https://discord.js.org/#/) and [Midjourney Client](https://github.com/oelin/midjourney-client) to enable access to Midjourney V4 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)