deepseek-ai / DreamCraft3D

[ICLR 2024] Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
https://mrtornado24.github.io/DreamCraft3D/
MIT License
1.96k stars 86 forks source link

Section 3 CFG paper correction and question #4

Closed praeclarum closed 11 months ago

praeclarum commented 11 months ago
Screenshot 2023-10-26 at 12 35 58 PM

I think the subtracted error estimate e_φ(x_t, t, ∅) should be written as e_φ(x_t; ∅, t) to match the other quantities in the expression.

Can you explain why e_φ(x_t; y, t) is added twice in the classifier free guidance?

MrTornado24 commented 11 months ago

Hi, thanks for pointing that out. It is a typo, and the second term should be $\omega \epsilon_\phi(x_t;y, t)$