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

What is Appended Prompt? #16

Open
inevitable-2031 opened this issue May 22, 2023 · 5 comments
Open

What is Appended Prompt? #16

inevitable-2031 opened this issue May 22, 2023 · 5 comments

Comments

@inevitable-2031
Copy link

Can you please publish a file explaining all the terms and how to use them, so it would be easier for the users

@ljzycmd
Copy link
Collaborator

ljzycmd commented May 23, 2023

Hi @inevitable-2031, I am sorry for the lack of explanation. In fact, I am working to improve the demo thus can provide a better user experience, and the new demo and corresponding document will be released.

@inevitable-2031
Copy link
Author

@ljzycmd Can you also create a discord server, so that the users can join and the community could help each other if they face any issues, they can also share their results and provide suggestions to improve the model?
I could create one if you want me to

@ljzycmd
Copy link
Collaborator

ljzycmd commented May 23, 2023

That's a good suggestion! I will create one and update the access then.

@Exuan148
Copy link

Exuan148 commented Feb 4, 2024

Could you please tell me what is "appended prompt"? Is it the text query to make mask for mutual self-attention? How can I find it in source code?

@ljzycmd
Copy link
Collaborator

ljzycmd commented Feb 4, 2024

Hi @Exuan148, the appended prompt is an additional prompt to be appended to both source and target prompts. As for the mask extraction, you should refer to the class MutualSelfAttentionControlMask https://github.com/TencentARC/MasaCtrl/blob/ae6e1fb395211f6afb598d5788cc233fae46e97f/masactrl/masactrl.py#L114C7-L114C37 for the details.

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

3 participants