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

缺失生成中的图片

Open an9xyz opened this issue 1 year ago • 2 comments

接口返回:

[
    {
        "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 字段都为空,期望是可以返回中间过程的图片链接

an9xyz avatar Oct 16 '24 10:10 an9xyz

是的,当使用阿里云或本地存储时,中间图是不保存的。 后续会添加一个全局开关,是否保存中间图。

trueai-org avatar Oct 17 '24 01:10 trueai-org

是的,当使用阿里云或本地存储时,中间图是不保存的。 后续会添加一个全局开关,是否保存中间图。

好的,还有一个问题开启阿里云OSS之后为何会删除Discord源消息,期望是通过开关控制是否删除Discord源消息

an9xyz avatar Oct 17 '24 03:10 an9xyz