midjourney-api
midjourney-api copied to clipboard
"Vary(subtle)" not working
trafficstars
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)