ferranfg / midjourney-discord-api-php

Generate images using Midjourney Bot through the Discord API.
https://ferranfigueredo.com
MIT License
135 stars 35 forks source link

upscale is not working #26

Closed diysoho closed 1 year ago

diysoho commented 1 year ago

upscale is not working

ferranfg commented 1 year ago

The 2 common reasons may be a php timeout or MJ "current suffix" not empty.

To run this library, the current suffix must be empty. If you run the /settings MJ command, you will see something like: "Current suffix: --v 5.1" (or other params). To get this library running, try to change your settings so your current suffix is empty and add the "--v 5.1" (or the additional params) to your prompt instead.