Skip to content
New issue

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

缺失生成中的图片 #55

Open
an9xyz opened this issue Oct 16, 2024 · 2 comments
Open

缺失生成中的图片 #55

an9xyz opened this issue Oct 16, 2024 · 2 comments

Comments

@an9xyz
Copy link

an9xyz commented Oct 16, 2024

接口返回:

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

@trueai-org
Copy link
Owner

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

@an9xyz
Copy link
Author

an9xyz commented Oct 17, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants