midjourney-api
midjourney-api copied to clipboard
MidJourney client. Unofficial Node.js client
### the code that reproduces this issue or a replay of the bug ``` const imagine = await client.Imagine("ronaldo doing a goal") const variation = await client.Custom({ customId: imagine.options[5].customId, msgId:...
### the code that reproduces this issue or a replay of the bug the issue is client.imagine keeps on running even after the img has been developed on discord because...
Just a warning that using this to access Midjourney could result in being blocked or permanently banned. I found this out the hard way.  
**Is your feature request related to a problem? Please describe.** When I create multiple instances of Midjourney in different Discord channels, it gets confused. **Describe the solution you'd like** Ability...
Added replicate (blip2) where i archived WAY better results than the hf thing. I tested against all of those (last one fabricated) and it got all correct
### Describe the bug Hello, I've found a potential issue in the `VerifyHuman` class, specifically in its constructor. Currently, the constructor throws an error if the `HuggingFaceToken` is an empty...
### the code that reproduces this issue or a replay of the bug I'm using Node version 14.17.4 and midjourney version 4.3.11 while compiling im getting this error.  ###...
### the code that reproduces this issue or a replay of the bug ```javascript let completion; let ReconnectCounter = 2; while (--ReconnectCounter) { try { await logInfo("Midjourney Imagine: ${prompt}"); completion...
I often have "Imagine" messages that are deleted just after they are finished and I can't retrieve the information. From Discord, I can do "/show **JOBID**" and find my image...