Moore-AnimateAnyone icon indicating copy to clipboard operation
Moore-AnimateAnyone copied to clipboard

How does the InferenceNet interact with the denoising unet

Open phtphtpht opened this issue 1 year ago • 3 comments

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..

phtphtpht avatar Jun 07 '24 04:06 phtphtpht

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

CJ416 avatar Jun 07 '24 06:06 CJ416

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

CJ416 avatar Jun 07 '24 06:06 CJ416

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

哈哈,谢谢提醒和解答!

phtphtpht avatar Jun 07 '24 06:06 phtphtpht