erictik / midjourney-api

MidJourney client. Unofficial Node.js client
Apache License 2.0
1.71k stars 286 forks source link

HuggingFaceToken doesn't work for Midjourney Human Verify #278

Open hoantran-it opened 4 months ago

hoantran-it commented 4 months ago

Describe the bug I encounter this issue even though I have configured HuggingFaceToken. The request cannot be run on MJ due to Human Verify.

Expected behavior Does HuggingFaceToken still work for this case, or did I miss something? Thank you!

Screenshots Midjourney Human Verify

mj-bot-challenge

winsonxu commented 4 months ago

me too, Now as soon as it starts, it will be blocked within a day

DmitryGolovin-azur commented 4 months ago

just use websocket. It works for me

hoantran-it commented 4 months ago

just use websocket. It works for me

Yes, it works, but occasionally this challenge pops up, and the program can no longer be executed. Have you ever encountered this challenge? Or do you monitor for it and see if it's resolved using a Hugging Face token?

DmitryGolovin-azur commented 4 months ago

I don't have such issues, when I use websocket. Yes, I monitor when I need to enter a captcha, but there was no such case.

When I don't use websocket, a captcha popup appears quite quickly.

I guess it is related to the implementation: https://github.com/erictik/midjourney-api/blob/1346be21baa852938e5eaed4329bf72f2c45e8aa/src/midjourney.ts#L61

Midjourney don't like special symbols (like '['), try to avoid it.

hoantran-it commented 4 months ago

I don't have such issues, when I use websocket. Yes, I monitor when I need to enter a captcha, but there was no such case.

When I don't use websocket, a captcha popup appears quite quickly.

I guess it is related to the implementation:

https://github.com/erictik/midjourney-api/blob/1346be21baa852938e5eaed4329bf72f2c45e8aa/src/midjourney.ts#L61

Midjourney don't like special symbols (like '['), try to avoid it.

Thank you for clarification!

gpt-free commented 4 months ago

I completed the human verification, but a few hours later, my account got suspended.

gpt-free commented 3 months ago

dis After comparison, I found that there are some differences in parameter passing between this project and using Discord for parameter passing, as shown in the figure. This is an important indicator for monitoring human-computer interaction.

xiongqiangcs commented 3 months ago

dis After comparison, I found that there are some differences in parameter passing between this project and using Discord for parameter passing, as shown in the figure. This is an important indicator for monitoring human-computer interaction.

Does it work?

gpt-free commented 3 months ago

dis After comparison, I found that there are some differences in parameter passing between this project and using Discord for parameter passing, as shown in the figure. This is an important indicator for monitoring human-computer interaction.在进行对比后,我注意到这个项目与使用 Discord 进行参数传递在参数传递方式上存在一些不同,具体如图所示。这表明了人机交互的一个关键监测点。

Does it work? 做得出来吗?

yes