erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.65k stars 271 forks source link

ability to use multiple instances #217

Open jeffcrouse opened 11 months ago

jeffcrouse commented 11 months ago

Is your feature request related to a problem? Please describe. When I create multiple instances of Midjourney in different Discord channels, it gets confused.

Describe the solution you'd like Ability to use multiple instances of Midjourney in different channels.

Describe alternatives you've considered I suppose it's possible to use several Midjourney accounts. Haven't tried.

Additional context My license allows me to have 3 operations running at a time, so I tried creating 3 different instances, each in a different channel. But there seems to be a lot of crosstalk and confusion and everything breaks.

I am happy to provide a simple example that demonstrates this problem if needed. I just thought I'd start by seeing if it was a known issue/easy fix.

xiaoqixiaoqi1113 commented 11 months ago

你只需要跟换token就可以实现多个账号同时使用了

jeffcrouse commented 11 months ago

@xiaoqixiaoqi1113 thank you, but I want to use the same SalaiToken, but use a different ChannelId for each instance.