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 我这边 curl www.google 是可以的。说明代理没问题  但是当我执行 npx tsx .\example\info.ts 的时候他就会 connect timeout .  ### Describe the...
有交流群吗
有交流群吗
### the code that reproduces this issue or a replay of the bug ### error log Error: msgId is empty upscale 方法报错 { "code": 0, "msg": "参数错误!Error: msgId is empty",...
### the code that reproduces this issue or a replay of the bug In `examples/vary.ts` change `Vary (Strong)` to `Vary (Subtle)`. ``` npx tsx examples/vary.ts ``` ### Describe the bug...
**Is your feature request related to a problem? Please describe.** The module hangs forever when Midjourney bot responds "Failed to process your command :c"  **Describe the solution...
### the code that reproduces this issue or a replay of the bug I am trying to run the sample app - npx tsx example/imagine-ws.ts getting the error with command.ts...
### the code that reproduces this issue or a replay of the bug ``` try { const imagine = await this.client.Imagine( jobData.prompt, async (uri, progress) => { console.debug("imagine in progress",...
### the code that reproduces this issue or a replay of the bug ``` const { Midjourney } = require("midjourney"); const client = new Midjourney({ ServerId: process.env.SERVER_ID, ChannelId: process.env.CHANNEL_ID, SalaiToken:...
### the code that reproduces this issue or a replay of the bug I have followed the instructions to get the USER_TOKEN, BOT_TOKEN, ServerID and Channel_ID (note, I've saved the...