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

MidJourney client. Unofficial Node.js client

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

![image](https://github.com/erictik/midjourney-api/assets/4364314/eefb2ce2-3a01-4796-b0db-e2d067a153b1) ![image](https://github.com/erictik/midjourney-api/assets/4364314/bd8834e6-a7ed-4219-962d-990c33c32fd0)

### the code that reproduces this issue or a replay of the bug let _midjourneyClient = new Midjourney({ ServerId: process.env.SERVER_ID, ChannelId: process.env.CHANNEL_ID, SalaiToken: process.env.SALAI_TOKEN, HuggingFaceToken: process.env.HUGGINGFACE_TOKEN, Debug: true, Ws: true,...

bug

### the code that reproduces this issue or a replay of the bug ![image](https://github.com/erictik/midjourney-api/assets/4364314/37781078-0859-4058-aa14-d61b4e052dc4) ### Describe the bug ![image](https://github.com/erictik/midjourney-api/assets/4364314/4f60e0df-6867-43ff-8cde-f2341cda95df) ### error log ![image](https://github.com/erictik/midjourney-api/assets/4364314/ac219102-65e7-4142-8dab-00baff709a0c) no other information

bug

why report Error: ImagineApi failed with status 500

latest version, send error like this : Error: ImagineApi failed with status 401 at Midjourney. (/main/server/node_modules/midjourney/libs/midjourney.js:26:23)

**Is your feature request related to a problem? Please describe.** After the prompt response, if you send the envelope emoji it will split the image into 4. **Describe the solution...

check if upscaled imagine already exist

The message always return NULL when i used this prompt to the `client.Imagine` Prompt: "A dragon, a Chinese little girl in ancient attire,The dragon and the little girl are intimate,...

hi Erictik, This is Weijiang, I really wanna give a BIG THANK YOU to your work! it help me a lot to ship the MJ feature. Btw, some ideas: 1....

thank you for amazing work, I've study the code few days ago , theres remix api in the Midjourney class , but deleted in later commit , is there any...