mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add discussion of samplers to VARIATIONS.md doc
This commit is contained in:
parent
cbf5426d27
commit
67ddba9cff
@ -123,3 +123,15 @@ two images. Here's the one I like best:
|
|||||||
As you can see, this is a very powerful tool, which when combined with subprompt
|
As you can see, this is a very powerful tool, which when combined with subprompt
|
||||||
weighting, gives you great control over the content and quality of your
|
weighting, gives you great control over the content and quality of your
|
||||||
generated images.
|
generated images.
|
||||||
|
|
||||||
|
## Variations and Samplers
|
||||||
|
|
||||||
|
The sampler you choose has a strong effect on variation strength. Some
|
||||||
|
samplers, such as `k_euler_a` are very "creative" and produce significant
|
||||||
|
amounts of image-to-image variation even when the seed is fixed and the
|
||||||
|
`-v` argument is very low. Others are more deterministic. Feel free to
|
||||||
|
experiment until you find the combination that you like.
|
||||||
|
|
||||||
|
Also be aware of the [Perlin Noise](OTHER.md#thresholding-and-perlin-noise-initialization-options)
|
||||||
|
feature, which provides another way of introducing variability into your
|
||||||
|
image generation requests.
|
||||||
|
Loading…
Reference in New Issue
Block a user