• This repository has been archived on 18/Jun/2023
  • Stars
    star
    215
  • Rank 183,925 (Top 4 %)
  • Language
    JavaScript
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Node.js client for Midjourney/Openjourney on Replicate.

Midjourney Client

A Node.js client for Midjourney/Openjourney on Replicate. Powered by node-replicate.

Openjourney is an open source Stable Diffusion fine tuned model on Midjourney images, by PromptHero. Predictions run on Nvidia A100 GPU hardware.

Installation

npm i midjourney-client

Usage

Just enter your prompt and wait for one or more image URLs to be returned. One image is returned by default.

import midjourney from "midjourney-client"
await midjourney("mdjrny-v4 style a painting of a ginger cat.")

Specify additional parameters as a second argument. A list of supported parameters can be found here.

await midjourney('mdjrny-v4 style a painting of a ginger cat.', { width: 1024 })

Examples

mdjrny-v4 style portrait of female elf, intricate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k.

mdjrny-v4 style whimsical fantasy elegant rose floral botany maximalism with a wave of flowers garden flowing flowers floating in misty soft pink, aqua, soft apricot, smoke fractal, moody and big scale realistic flowers, octane render, by josephine wall art, isabelle menin, Jean, amy brown.

More Repositories

1

midjourney-reborn

A Discord bot for all your Midjourney needs πŸ”₯.
JavaScript
93
star
2

node-replicate

A Node.js client for Replicate.
JavaScript
63
star
3

darpy

A user-friendly implementation of the DARP algorithm for multi-agent coverage path planning (MCPP).
Python
5
star
4

fol

A semantically accurate implementation of first-order logic in JavaScript πŸ‘©β€πŸ«.
JavaScript
3
star
5

tape

A tiny (8 line) parameter tape implementation.
Python
3
star
6

onion2web

A simple script for accessing Tor hidden services via web proxy.
Python
2
star
7

nym

Find synonyms for common words instantly! ✨
Python
1
star
8

dmpp

Decentralized multi-agent path planning via immitation learning.
Python
1
star
9

favl

A purely functional AVL tree implementation in JavaScript.
JavaScript
1
star
10

codem

A simple YAML-based code-in-markdown compiler.
Python
1
star
11

scan

Browser-based port scanning for fun and profit! πŸ₯³πŸ‘Œ
JavaScript
1
star
12

statistical-path-planning

Statistical models for multi-agent path planning in dynamic environments.
Jupyter Notebook
1
star
13

combinators

Parser combinators for Python.
Python
1
star
14

node-add-file

Elegantly add files to FormData objects πŸ“‹.
JavaScript
1
star
15

polynomial-regression

Demonstrating how to use crude MDL to regularize polynomial regression models.
Jupyter Notebook
1
star
16

rendering-engine

A simple 3D renderering engine written in JavaScript.
JavaScript
1
star
17

chiaki

A tiny HTTPs client for Node.js.
JavaScript
1
star
18

fingerprint

Create canvas fingerprints for your browser ☝.
JavaScript
1
star
19

constrictor

Type safety and determinism for Python 🐍🐍🐍.
Python
1
star
20

naoki

A parser generator for C.
JavaScript
1
star
21

crimson

Python cache poisoning 🩸.
Python
1
star
22

notes

A tiny self-contained note-taking application written in JavaScript πŸ“’.
HTML
1
star
23

straw-cli

A simple CLI for Straw.
Python
1
star
24

context-free-planning

Finding feasible solutions to planning problems using generative context-free grammars.
Python
1
star
25

april

Probably the smallest recursive descent parser in existence 🀏.
JavaScript
1
star