Skip to content

Fully async fixes, image prompt optimizer major improvements

Compare
Choose a tag to compare
@Kav-K Kav-K released this 29 Dec 07:43
· 1252 commits to main since this release
  1. The async functionality of this bot has been fixed. Previously, requests would be sent out asynchronously but the GIL would block until all the requests were done. Now, requests are independent and the bot is incredibly fast, allowing for hundreds of simultaneous users at the same time (if your OpenAI rate limits allow for it)

  2. The image prompt optimizer has been majorly improved, it will generate much more cohesive pictures, and will generate beautiful pictures on other models too such as Midjourney, SD, and etc.