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 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,...
### the code that reproduces this issue or a replay of the bug  ### Describe the bug  ### error log  no other information
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...