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

Questions about Input Latent for Appearance Control Model #33

Open
CrispyFeSo4 opened this issue Jun 12, 2024 · 5 comments
Open

Questions about Input Latent for Appearance Control Model #33

CrispyFeSo4 opened this issue Jun 12, 2024 · 5 comments

Comments

@CrispyFeSo4
Copy link

Could you please clarify whether the input to the appearance control model is the latent of the reference image or the noisy latent after DDIM inversion processing? thanks!!

@Boese0601
Copy link
Owner

As mentioned in the paper and the code, it's the latent of reference image without adding noise.

@CrispyFeSo4
Copy link
Author

Thank you for your response. Since many previous training-free methods use the noisy latent after inversion, I had this question and wanted to confirm it.

By the way, have you tried using the latent after inversion? What differences in results have you observed compared to directly inputting the latent?

@Boese0601
Copy link
Owner

I have tried before using the noisy latent as input to the appearance control model, with corresponding noise sampled from timestep t, but it looks from the result that it doesn't make much difference or even worse. I have implemented this part in the code as well, just simply set wonoise in the arguments to False.

@CrispyFeSo4
Copy link
Author

Thank you for your detailed response!! I suspect that it might be because the trainable models can handle both noisy and non-noisy latents, while training-free methods can only handle non-noisy latents. The trainable models can extract more information from the non-noisy latent as a reference. Good job!

@bbing32475
Copy link

你好,可以问一下代码中的外观控制模型是哪一个文件的类吗

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