SUDO-AI-3D / zero123plus

Code repository for Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model.
Apache License 2.0
1.56k stars 108 forks source link

About the scheduler #48

Closed cwchenwang closed 6 months ago

cwchenwang commented 7 months ago

Is it necessary to use the EulerAncestralDiscreteScheduler? What's its advantage over other schedulers? Why the RefOnlyUnet used a DDPMScheduler?

eliphatfs commented 7 months ago

DDPMScheduler is for training. It is not necessary to use. We just find that it works a little better on our validation set so we used EulerA.