Replies: 5 comments 11 replies
-
i would suggest that you use 2 advanced ksamplers , one do like 10 steps then the other do the remaining 10 steps ,, but change the seed on the secound one every time you run so you get variants |
Beta Was this translation helpful? Give feedback.
-
so in conclusion how to do that variants in comfy ? |
Beta Was this translation helpful? Give feedback.
-
If other nodes could provide the sampler nodes with their own input noise pattern this would be one of the things that a set of custom nodes could provide. @comfyanonymous What do you think would be the best way for the samplers to receive such an input? An optional parameter? Under a specific key inside the latent dict? Or do you have other ideas/plans? |
Beta Was this translation helpful? Give feedback.
-
Alright you can now use the nodes in this noise repo to create variations like in A1111. It's not exactly the same as A1111 though, cuz A1111 borked the math involved. |
Beta Was this translation helpful? Give feedback.
-
I wanted something similar, so I wrote this pair of really simple custom nodes - https://github.com/chrisgoringe/cg-noise - which hijack the noise generation and replace it... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I suspect I need to sue advanced KSampler, with small noise addition? Overall, I suspect I could do some crazy shit with KSampler advanced, but I have not yet touched it, as I have not seen any docs about it. Is there any?
Beta Was this translation helpful? Give feedback.
All reactions