midjourney-api icon indicating copy to clipboard operation
midjourney-api copied to clipboard

When using the /imagine command, it receives the /setting command

Open kenshincui opened this issue 2 years ago • 2 comments
trafficstars

the code that reproduces this issue or a replay of the bug

The message is: Adjust your settings here. Current suffix:

Describe the bug

When using the /imagine command, it receives the /setting command

error log

imagine start: girl, 18 years old, student, seaside, girl, white dress, sunshine, light, 35mm focal length, angle, natural light, bright, soft, minimalist, clear subject, captured with a half-body lens. --ar 9:16 --v 5 open.time 0 2023-08-11T05:23:33.028Z event READY 2023-08-11T05:23:35.397Z 🎊 ws ready!!! Hi: null event READY_SUPPLEMENTAL 2023-08-11T05:23:35.400Z open.time 1 2023-08-11T05:23:35.652Z event READY 2023-08-11T05:23:37.872Z event READY_SUPPLEMENTAL 2023-08-11T05:23:37.874Z open.time 2 2023-08-11T05:23:38.140Z event READY 2023-08-11T05:23:40.065Z event READY_SUPPLEMENTAL 2023-08-11T05:23:40.071Z open.time 3 2023-08-11T05:23:40.323Z heartbeat 0 2023-08-11T05:23:50.325Z heartbeat 1 2023-08-11T05:24:30.326Z heartbeat 2 2023-08-11T05:25:10.327Z heartbeat 3 2023-08-11T05:25:50.331Z heartbeat 4 2023-08-11T05:26:30.332Z heartbeat 5 2023-08-11T05:27:10.333Z

kenshincui avatar Aug 11 '23 05:08 kenshincui

Try it out

await client.init(); await Sleep(3000); client.Imagine()

Lujango avatar Aug 15 '23 06:08 Lujango

Use Connect() method instead of client.init() because init() always calls Settings()

kprodinfo avatar Oct 31 '23 04:10 kprodinfo