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

Ablation study and SD3 ControlNet questions #30

Open
CM-BF opened this issue Jul 2, 2024 · 1 comment
Open

Ablation study and SD3 ControlNet questions #30

CM-BF opened this issue Jul 2, 2024 · 1 comment

Comments

@CM-BF
Copy link

CM-BF commented Jul 2, 2024

Hi,

Thank you for your great work!

After reading your paper and code, I have several questions about the ablation study as follows.

  1. Comparing the ablation study config (B) and (C), the extra negative prompt indeed alleviates the over-saturate problem but creates a lot of floating effects. Why is that?
  2. It seems like the purpose of the Config (D) and (E) is to remove the artifacts created by Config (C). Instead of using SDS, can using variational score distillation (vsd) help to circumvent the necessity of using the negative guidance?
  3. I want to build a project based on your work; thus, I am trying to conduct a finer-grained ablation study, e.g., Using Config (ABCE) without Config (D) to further understand the benefits of the dual-branch guidance. However, I am new in this field so the code of dual_branch_guidance.py seems highly integrated to me. Can you guide me how to conduct the ablation study? For example, can I simply modify flags or use stable_diffusion_controlnet.py instead of dual_branch_guidance.py? [Note that, the versions of stable diffusion model in stable_diffusion_controlnet.py and dual_branch_guidance.py are different, is it possible to simply change the SDM version of stable_diffusion_controlnet.py to the latest one?
  4. When I tried new prompts, I noticed that the SDM v2 guidance cannot well align with the prompt, e.g., when I require it to generate "black coat" and "green skirt", the model always generate a overall green cloth. Note that I also compared the T2I behaviors of SD2 and the latest SD3, the results indicate the similar trends. Therefore, I am trying to use SD3 and its pose version controlnet. Is it possible to slightly modify your project to make it work?

it3600-3
it3600-3

Thank you again for your fantastic project. Your answers are highly appreciated. Also, could you let me know if you are open to further discussions?

Best,
Shurui

@gt732
Copy link

gt732 commented Oct 11, 2024

@CM-BF Hey! Did you ever figure it out? I'm also interested in modifying the code to work with other SD models. The fact its all based on SD2.X is very limiting. Also looks like we have to use the custom trained texture model?

Most of the community released checkpoints etc are based on SD1.5 etc.

Thanks!

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