Skip to content

Commit 67ddba9

Browse files
committed
add discussion of samplers to VARIATIONS.md doc
1 parent cbf5426 commit 67ddba9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/features/VARIATIONS.md

+12
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,15 @@ two images. Here's the one I like best:
123123
As you can see, this is a very powerful tool, which when combined with subprompt
124124
weighting, gives you great control over the content and quality of your
125125
generated images.
126+
127+
## Variations and Samplers
128+
129+
The sampler you choose has a strong effect on variation strength. Some
130+
samplers, such as `k_euler_a` are very "creative" and produce significant
131+
amounts of image-to-image variation even when the seed is fixed and the
132+
`-v` argument is very low. Others are more deterministic. Feel free to
133+
experiment until you find the combination that you like.
134+
135+
Also be aware of the [Perlin Noise](OTHER.md#thresholding-and-perlin-noise-initialization-options)
136+
feature, which provides another way of introducing variability into your
137+
image generation requests.

0 commit comments

Comments
 (0)