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 await client.connect()报Failed to get application_commands for command settings ### Describe the bug await client.connect()报Failed to get application_commands...
### the code that reproduces this issue or a replay of the bug Apparently there was an update on MJ's side and my credentials are getting banned super fast. It...
Hello, I'd like to use proxies for websockets but I can't. I need to configure the proxy from a variable. But even using the example (https://github.com/erictik/midjourney-discord/blob/main/examples/proxy.ts), I get this error:...
### the code that reproduces this issue or a replay of the bug const response = await this.config.fetch(url, { headers: { authorization: this.config.SalaiToken }, }); ### Describe the bug **Describe...
**Is your feature request related to a problem? Please describe.**  How to obtain the current Midjournal settings Can I directly customize the model and all the settings mentioned in...
api submit success,then discord return "Sorry! Our AI moderators feel your prompt might be against our community standards. If you think this is a mistake, please press the "Appeal" button...
### the code that reproduces this issue or a replay of the bug Hello, I use this package only for Image and Upscale. Most of the time, things a running...
Hello, how does the websocket mode work? I have the impression that as soon as I send the same description several times, it doesn't work properly. I'm looking for a...
### the code that reproduces this issue or a replay of the bug ```js const { Midjourney } = require("midjourney"); async function main() { const client = new Midjourney({ ServerId:...