Wildric-Auric / MidJourney-Wrapper

MidJourney wrapper in Discord.
Creative Commons Zero v1.0 Universal
696 stars 149 forks source link

Can I use it as an api in python #33

Closed Ahmedniz1 closed 1 year ago

Ahmedniz1 commented 1 year ago

Hi, I want to use midjourney in my web application, can I use this wrapper to use mid journey in python, without calling anything over discord.

Wildric-Auric commented 1 year ago

No, there is no way to communicate with MidJourney servers without discord.

Ahmedniz1 commented 1 year ago

can you sum up what this repo does? I felt by using this wrapper, I can somehow get midjourney generated results in python.

Wildric-Auric commented 1 year ago

Although it should be updated since some commands have changed for MidJourney bot, I think the description in the Readme contains everything you need to know. It is obligatory to have a server with different bots, then you can just get the image through discord API and do whatever you want with it.

btcmonkey945 commented 1 year ago

Hi, I want to use midjourney in my web application, can I use this wrapper to use mid journey in python, without calling anything over discord.

Hi, have you found any solution for such purpose? Appreciated.