Skip to content

refactor: centralize CompVisDenoiser table calculations#1383

Open
wbruna wants to merge 1 commit intoleejet:masterfrom
wbruna:sd_refactor_sigmas
Open

refactor: centralize CompVisDenoiser table calculations#1383
wbruna wants to merge 1 commit intoleejet:masterfrom
wbruna:sd_refactor_sigmas

Conversation

@wbruna
Copy link
Copy Markdown
Contributor

@wbruna wbruna commented Mar 31, 2026

No description provided.

product *= 1.0f - powf(beta, 2.0f);
alphas_cumprod[i] = product;
}
void calculate_alphas_cumprod(float* alphas_cumprod) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've preserved this, but I'm not sure the alphas_cumprod tensor is really being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant