Skip to content
Discussion options

You must be logged in to vote

you can (and should) still use a denoise with the highres_sigmas you pass to the node. it will work the same as normal if you're familiar with SamplerCustom.

if you're asking how to use a different denoise for each iteration, that's possible too but you'll need to do it via the YAML parameters feature. it's reasonably well documented in the README (you need to expand the section to see it since it's fairly big) and has a few examples but i'll show you a few specifically for that as well. i would recommend reading that section in the README though.

first, you can just define a schedule via YAML parameters rather than passing in highres_sigmas at all:

schedule_override:
    schedule_name: k…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by blepping
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@blepping
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3 on November 18, 2024 10:36.