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

three different busiId you can choose. #7

Open
ibengar opened this issue Jan 22, 2023 · 2 comments
Open

three different busiId you can choose. #7

ibengar opened this issue Jan 22, 2023 · 2 comments
Labels
good first issue Good for newcomers

Comments

@ibengar
Copy link

ibengar commented Jan 22, 2023

Why are my results different? and there is no video version either

Screenshot_20230122-144909
Screenshot_20230122-145037

@wuuconix
Copy link
Owner

Because the repository uses different_dimension_me_img_entry as busiId for now. That's why your result is different from the snapshot in readme.

const payload = { busiId: "different_dimension_me_img_entry", images: [base64], extra: `{\"face_rects\":[],\"version\":2,\"platform\":\"web\",\"data_report\":{\"parent_trace_id\":\"${uuidv4()}\",\"root_channel\":\"qq_sousuo\",\"level\":0}}` }

Why I changed the budiId? #2 (comment)

As far as I know, there are three public busiId, and you can choose one from them.

  • ai_painting_anime_img_entry

    default for China. Words in Chinese. Have Video.

  • different_dimension_me_img_entry

    open for China and some European Countries. Words in English. No video.

  • aiplay_ai_painting_anime_entry

    open for many Countries( maybe no need a Chinese proxy ). Words in Chinese. Have video.

For example, if you want to use aiplay_ai_painting_anime_entry as busiId, just replace as

const payload = { busiId: "aiplay_ai_painting_anime_entry", images: [base64], extra: ... } 

@wuuconix wuuconix changed the title Results no video three busiId you can choose. Jan 22, 2023
@wuuconix wuuconix changed the title three busiId you can choose. three different busiId you can choose. Jan 22, 2023
@wuuconix wuuconix added the good first issue Good for newcomers label Jan 22, 2023
@wuuconix wuuconix pinned this issue Jan 22, 2023
@ibengar
Copy link
Author

ibengar commented Jan 22, 2023

Oke thnks

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

No branches or pull requests

2 participants