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

imagine doesn't work #29

Closed lowrider32 closed 1 year ago

lowrider32 commented 1 year ago

Image is generated but $this->getImagine($prompt) is always null

lowrider32 commented 1 year ago

found the solution: I used relaxed so needed to update the condition in getImagine: (fast) => (relaxed)