HumanAIGC / AnimateAnyone

Animate Anyone: Consistent and Controllable Image-to-Video Synthesis for Character Animation
Apache License 2.0
14.23k stars 952 forks source link

Some Questions About the ReferenceNet #8

Open jfischoff opened 8 months ago

jfischoff commented 8 months ago

The ReferenceNet takes as input the VAE encode image. Does it add noise to it?

If you are not adding noise to the ReferenceNet image latents, do you call the ReferenceNet U-Net multiple times with the same timesteps as the denoising network, or are just calling it with a single timestep?