Extraltodeus / noise_latent_perlinpinpin

This allows to create latent spaces filled with perlin-based noise that can actually be used by the samplers.
30 stars 7 forks source link

16 channel version of the node for use with flux and maybe sd3 #10

Closed RandomGitUser321 closed 1 month ago

RandomGitUser321 commented 1 month ago

For sd3, it might need to be scaled by* 0.0609 based on https://github.com/comfyanonymous/ComfyUI/blob/1c08bf35b49879115dedd8ec6bc92d9e8d8fd871/comfy_extras/nodes_sd3.py#L24 but I'm not sure. Could probably add an sd3 version of the node or a toggle switch on it if needed.

RandomGitUser321 commented 1 month ago

Some examples over on the comfyui repo: https://github.com/comfyanonymous/ComfyUI/issues/4250

Extraltodeus commented 1 month ago

Ok! This is nice! Thank you!