MC-E / DragonDiffusion

ICLR 2024 (Spotlight)
Apache License 2.0
695 stars 21 forks source link

Argument naming #22

Open leffff opened 4 months ago

leffff commented 4 months ago

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?