LIU-Yuxin / SyncMVD

Official PyTorch & Diffusers implementation of "Text-Guided Texturing by Synchronized Multi-View Diffusion"
MIT License
104 stars 5 forks source link

Scheduler #13

Closed shoutingpapi closed 1 month ago

shoutingpapi commented 1 month ago

Thank you for the great work, have you ever tried using DDIM scheduler instead of DDPM scheduler?

LIU-Yuxin commented 1 month ago

I did a quick test earlier with DDIM but did not find much improvement, so currently it is not used as the default scheduler in the released code