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

How does the InferenceNet interact with the denoising unet #139

Open
phtphtpht opened this issue Jun 7, 2024 · 3 comments
Open

How does the InferenceNet interact with the denoising unet #139

phtphtpht opened this issue Jun 7, 2024 · 3 comments

Comments

@phtphtpht
Copy link

phtphtpht commented Jun 7, 2024

I can't understand how does the InferenceNet interact with the denoising unet. In the code, the two modules seem completely seperate from each other, and there is no information exchange happen in the training stage.
Maybe someone kind enough can point out the interaction part of the code for me?
有大佬知道代码中InferenceNet和Denoising Unet是怎么交互的吗,没有看到inferencenet的信息被传递给Denoising Unet..

@CJ416
Copy link

CJ416 commented Jun 7, 2024

在 src.models.mutualattention 里面的 referenceattentioncontrol类里面,有update这个方法

@CJ416
Copy link

CJ416 commented Jun 7, 2024

By the way, it should be 'interact' but not 'iteract' (dog head manually)

@phtphtpht phtphtpht changed the title How does the InferenceNet iteract with the denoising unet How does the InferenceNet interact with the denoising unet Jun 7, 2024
@phtphtpht
Copy link
Author

By the way, it should be 'interact' but not 'iteract' (dog head manually)

哈哈,谢谢提醒和解答!

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

2 participants