-
Notifications
You must be signed in to change notification settings - Fork 52
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
text and control input align #46
Comments
Yes, you're right that there is no explicit alignment in Controlnet. What it does is just read the geometric control embeddings into features and add them to the SD intermediate feature. |
hi, @lwchen6309 ,
so we guess the aurora's cross location will near upper right, same with token="full moon".
will this be duplicated with previous color cross_attention_weight? |
Hi, I think the image_mask is just to specify the region for inpainting. The object segmentation is still controlled by cross attention weight. |
Thank you for your great work!
I have a question about the controlnet extension. It seems the text is spatially aligend witt the latemt embeddings orginally from SD, but how is the spatially alilgn between text and geometric control (ex. scribble) done?
Reading througth the code here, I think there is no alignment between the text embeddings and geometric control embeddings. Am I right?
Thank you!
The text was updated successfully, but these errors were encountered: