midjourney-api icon indicating copy to clipboard operation
midjourney-api copied to clipboard

MidJourney client. Unofficial Node.js client

Results 130 midjourney-api issues
Sort by recently updated
recently updated
newest added

### 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:...

bug

### 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...

bug

Just a warning that using this to access Midjourney could result in being blocked or permanently banned. I found this out the hard way. ![blocked_01](https://github.com/erictik/midjourney-api/assets/15384/64783272-3567-46e8-b4b1-7074bb37b859) ![blocked_02_edit](https://github.com/erictik/midjourney-api/assets/15384/8642138e-ec9b-452a-81bc-6c07e959546b)

**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...

bug

### 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. ![image](https://github.com/erictik/midjourney-api/assets/29838005/25972ead-dc1d-49e8-96f4-8728626a2fe0) ###...

bug

### 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...

bug

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...