Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HuggingFaceToken doesn't work for Midjourney Human Verify #278

Open
hoantran-it opened this issue Jul 10, 2024 · 9 comments
Open

HuggingFaceToken doesn't work for Midjourney Human Verify #278

hoantran-it opened this issue Jul 10, 2024 · 9 comments

Comments

@hoantran-it
Copy link

hoantran-it commented Jul 10, 2024

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
Copy link

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

@DmitryGolovin-azur
Copy link

DmitryGolovin-azur commented Jul 18, 2024

just use websocket. It works for me

@hoantran-it
Copy link
Author

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
Copy link

DmitryGolovin-azur commented Jul 19, 2024

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:

prompt = `[${seed}] ${prompt}`;

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

@hoantran-it
Copy link
Author

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:

prompt = `[${seed}] ${prompt}`;

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

Thank you for clarification!

@soberpdf
Copy link

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

@soberpdf
Copy link

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
Copy link

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?

@soberpdf
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants