Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add denoise percentage to BetaSamplingScheduler node #4558

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RandomGitUser321
Copy link

Realistically, this should be added to all these nodes, I just happened to need it for this specific node at the moment.

Here's 1:1 parity proof vs the regular BasicScheduler node:
image

Realistically, this should be added to all these nodes
"alpha": ("FLOAT", {"default": 0.6, "min": 0.0, "max": 50.0, "step":0.01, "round": False}),
"beta": ("FLOAT", {"default": 0.6, "min": 0.0, "max": 50.0, "step":0.01, "round": False}),
"steps": ("INT", {"default": 20, "min": 1, "max": 10000}),
Copy link
Collaborator

Choose a reason for hiding this comment

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

moving steps like this is a workflow-breaking change

@mcmonkey4eva
Copy link
Collaborator

I believe the preferred method here is to use the split sigmas nodes iirc?

@mcmonkey4eva mcmonkey4eva added User Support A user needs help with something, probably not a bug. and removed User Support A user needs help with something, probably not a bug. labels Sep 12, 2024
@mcmonkey4eva mcmonkey4eva marked this pull request as draft September 16, 2024 03:35
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.

2 participants