ali-vilab/UniAnimate

为什么会出现衣服特征丢失?

pangfeng1985 opened this issue · 2 comments

为什么会出现衣服特征丢失?本来穿着衣服的变成没穿衣服?应该怎么调参数?

rank_01_00_00_seed_11_image_randomref_dwpose_._768x512.mp4

Hi, the result generated by the model has some randomness, maybe you can try another seed (

)

为什么会出现衣服特征丢失?本来穿着衣服的变成没穿衣服?应该怎么调参数?

rank_01_00_00_seed_11_image_randomref_dwpose_._768x512.mp4

Hi, we add a noise prior in this code, which helps to preserve the apperance. Refer to

noise = diffusion.q_sample(random_ref_frame.clone(), getattr(cfg, "noise_prior_value", 939), noise=noise)
for more details.