threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.14k stars 471 forks source link

cfg is different in sds and vsd #269

Open fenglincong opened 1 year ago

fenglincong commented 1 year ago

stable_diffusion_guidance.py: image

stable_diffusion_vsd_guidance.py: image

bennyguo commented 1 year ago

The two formulations are basically the same when the guidance scale is large. In VSD, we follow the same formulation as the diffusers library. We'll unify this later.