BlenderNeko / ComfyUI_Noise

6 nodes for ComfyUI that allows for more control and flexibility over noise to do e.g. variations or "un-sampling"
GNU General Public License v3.0
222 stars 19 forks source link

Does the mask input in InjectNoise really work like it says in the README? #16

Closed suede299 closed 7 months ago

suede299 commented 7 months ago

image Injecting noise isn't just injecting ah into the mask region as stated. Here are the results I obtained with a simple node: image Or am I misunderstanding, the mask input in bnk's InjectNoise node doesn't function like that.

BlenderNeko commented 7 months ago

it only specifies where to inject noise, it doesn't do things like setting the latent noise mask. What happend in your example above is that it did inject noise where you specified, but the sampler tried to denoise the entire image including areas where no noise was present. image