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

Upscale response returns the grid of 4 items, not

Open vladgardus opened this issue 1 year ago • 3 comments

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

this.midjourneyClient.Upscale({ content: imagineResponse.content, index: 1, msgId: imagineResponse.id as string, hash: imagineResponse.hash as string, flags: imagineResponse.flags, });

Describe the bug

I'm trying to generate an image and then upscale it, but the upscale uri response returns the grid with 4 items, not an uri with the upscaled image.

error log

I don't have any extra logs.

vladgardus avatar Jun 25 '23 18:06 vladgardus

https://github.com/erictik/midjourney-client/blob/main/example/upscale-ws.ts

zcpua avatar Jun 26 '23 04:06 zcpua

@zcpua The code is exactly the same. What do you want to show me with that link?

vladgardus avatar Jun 26 '23 18:06 vladgardus

u can try to run it

zcpua avatar Jun 27 '23 02:06 zcpua