We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
接口返回:
[ { "parentId": null, "botType": "MID_JOURNEY", "userId": "admin", "isWhite": true, "nonce": "", "interactionMetadataId": "", "messageId": "", "remixModalMessageId": null, "remixAutoSubmit": false, "remixModaling": false, "instanceId": "", "subInstanceId": null, "messageIds": [ "", "" ], "action": "IMAGINE", "status": "IN_PROGRESS", "prompt": "dog in the car, rain day, cyberpunk", "promptEn": "dog in the car, rain day, cyberpunk", "promptFull": "dog in the car, rain day, cyberpunk", "description": "/imagine dog in the car, rain day, cyberpunk", "state": "midjourney-proxy-admin", "submitTime": 1729072764329, "startTime": 1729072767946, "finishTime": null, "imageUrl": null, "thumbnailUrl": null, "progress": "32%", "failReason": null, "buttons": [], "displays": { "status": "IN_PROGRESS", "submitTime": "2024-10-16 17:59:24", "startTime": "2024-10-16 17:59:27", "finishTime": null, "action": "IMAGINE", "discordInstanceId": "" }, "seed": null, "seedMessageId": null, "clientIp": "", "jobId": null, "isReplicate": false, "replicateSource": null, "replicateTarget": null, "mode": null, "accountFilter": { "instanceId": "", "modes": [], "remix": null, "nijiRemix": null, "remixAutoConsidered": null }, "id": "", "properties": { "notifyHook": "", "nonce": "", "botType": "MID_JOURNEY", "discordInstanceId": "", "discordChannelId": "", "mj_proxy_handled": true, "finalPrompt": "dog in the car, rain day, cyberpunk", "messageHash": null } } ]
IN_PROGRESS 返回的 imageUrl/thumbnailUrl 字段都为空,期望是可以返回中间过程的图片链接
IN_PROGRESS
The text was updated successfully, but these errors were encountered:
是的,当使用阿里云或本地存储时,中间图是不保存的。 后续会添加一个全局开关,是否保存中间图。
Sorry, something went wrong.
好的,还有一个问题开启阿里云OSS之后为何会删除Discord源消息,期望是通过开关控制是否删除Discord源消息
No branches or pull requests
接口返回:
IN_PROGRESS
返回的 imageUrl/thumbnailUrl 字段都为空,期望是可以返回中间过程的图片链接The text was updated successfully, but these errors were encountered: