KSampler Overview

Here we are going to have a brief overview in non techincal terms of the KSampler and what each option does. This is what the KSampler looks like: The KSampler is what condenses the maths behind the scenes into a readable format for the VAE decode (or whatever the next step is). There are quite a few options here, and no real explanations, so here goes. Seed: This is the random number the generator uses to create the images. Control_after_generate: You can fix the seed so it doesnt move, increment or decrease the number by 1 after every generation, or randomize so it will be completly different every time. I usually lock the seed if I am testing a model, or after I may have found a particular look that I like and dont want the seed changing and losing the image style. The changes are subtle, but th...