TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
341 stars 41 forks source link

"denoise" is missing from the `ttN_pipeKSamplerAdvanced` input list #32

Closed clyce closed 10 months ago

clyce commented 11 months ago

The parameter "denoise" is simply missing from the ttN_pipeKSamplerAdvanced input list. On tinyterraNodes.py line 1371

TinyTerra commented 11 months ago

This node is a pipe_line mirror of the default advanced ksampler.. which also doesn't have denoise. the add noise toggle replaces it

mizukarada commented 10 months ago

I recommend translating and reading the content of the link provided at comfyui.creamlab.net/guides/f_KSamplerAdvanced_denoise

from https://github.com/comfyanonymous/ComfyUI/pull/1286#issuecomment-1687465936

clyce commented 10 months ago

OK, thanks!