MC-E/DragonDiffusion

Argument naming

Opened this issue · 0 comments

Hey!

I found your work very interesting. However I have a couple of questions concerning the naming of arguments in

Sampler.guidance_move(
        mask_x0, 
        mask_x0_ref, 
        mask_tar, 
        mask_cur, 
        mask_other, 
        mask_overlap, 
        mask_non_overlap,
...
)

Could you please explain what each of these masks are?