jojkaart / ComfyUI-sampler-lcm-alternative

ComfyUI Custom Sampler nodes that adds a new improved LCM sampler function
GNU General Public License v3.0
113 stars 13 forks source link

Less denoise? #2

Closed Simn closed 6 months ago

Simn commented 6 months ago

Is there a way to run this kind of setup with less than 1.0 denoise? I'm not sure how this is supposed to work with SamplerCustom in general, it seems that there should be some more options to the LCMScheduler node.

jojkaart commented 6 months ago

You can use the core node called splitsigmas node to do partial denoising.

Simn commented 6 months ago

Ah so that's what that's for! Thanks for the pointer, I'll go see if I can figure it out.