Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vim-hjk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L984-L986
I understood the formula of the ClASIIFIER-FREE DIFFUSION GUIDANCE paper as below. But I'm confused because the above StableDiffusionPipeline implementation is different. Can someone explain it to me?
$(1+w)ϵ_θ(z_t,c)−wϵ_θ(z_t)=w(ϵ_θ(z_t,c)−ϵ_θ(z_t))+ϵ_θ(z_t,c)$
Beta Was this translation helpful? Give feedback.
All reactions