Skip to content

Ablation study and SD3 ControlNet questions #30

Description

@CM-BF

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions