You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
@chentingpc You mentioned scale the input image x by factor b when we calculate the m_bits in Algorithm 1. I am wondering if we need to scale it back when we predict m_0 from m_t during sampling because it is not so obvious in your Algorithm 2. Did you actually implement it in DDIM sampler? I have similar question regarding your another paper On the Importance of Noise Scheduling for Diffusion Models.
If such inverted scaling is not necessary, could you please explain the reason behind this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@chentingpc You mentioned scale the input image x by factor b when we calculate the m_bits in Algorithm 1. I am wondering if we need to scale it back when we predict m_0 from m_t during sampling because it is not so obvious in your Algorithm 2. Did you actually implement it in DDIM sampler? I have similar question regarding your another paper
On the Importance of Noise Scheduling for Diffusion Models
.If such inverted scaling is not necessary, could you please explain the reason behind this?
The text was updated successfully, but these errors were encountered: