AnimateDiff icon indicating copy to clipboard operation
AnimateDiff copied to clipboard

`beta_end` in animatediff sdxl noise_scheduler is different from the original sdxl

Open Vincent-luo opened this issue 1 year ago • 0 comments

In this repo beta_end is set to 0.020 for sdxl noise_scheduler:

https://github.com/guoyww/AnimateDiff/blob/8d191074a10a708d9a8fb4701ffd55a1e1c2f689/configs/inference/inference.yaml#L24

but in original sdxl noise_scheduler setting, beta_end is set to 0.012, refer to this. So is this because animatediff sdxl training use a different scheduler setting? If so, are there any reasons for the change? In my opinion, keeping the setting same as the original sdxl would be just fine.

Vincent-luo avatar Aug 17 '24 05:08 Vincent-luo