midjourney-api
midjourney-api copied to clipboard
Upscale response returns the grid of 4 items, not
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.
https://github.com/erictik/midjourney-client/blob/main/example/upscale-ws.ts
@zcpua The code is exactly the same. What do you want to show me with that link?
u can try to run it