erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.69k stars 283 forks source link

"Vary(subtle)" not working #220

Open fdietze opened 1 year ago

fdietze commented 1 year ago

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

Describe the bug Vary (Strong) is working, but changing it to Vary (Subtle) fails with:

Error: RemixApi failed with status 400

Expected behavior Should work, like Vary (Strong)

error log

/home/felix/projects/frottage/node_modules/midjourney/libs/midjourney.js:253
                                throw new Error(`RemixApi failed with status ${remixHttpStatus}`);
                                      ^

Error: RemixApi failed with status 400
    at onmodal (/home/felix/projects/frottage/node_modules/midjourney/libs/midjourney.js:253:39)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.onmodal (/home/felix/projects/frottage/node_modules/midjourney/libs/discord.ws.js:570:33)