Clarify behavior of -v and -n parameters (#551)

Fixes https://github.com/lstein/stable-diffusion/issues/544
This commit is contained in:
Robert Bolender 2022-09-14 06:47:17 -07:00 committed by GitHub
parent 5818528aa6
commit b02ea331df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ modified, ranging from `0.0` (keep the original intact), to `1.0`
(ignore the original completely). The default is `0.75`, and ranges (ignore the original completely). The default is `0.75`, and ranges
from `0.25-0.75` give interesting results. from `0.25-0.75` give interesting results.
You may also pass a `-v<count>` option to generate count variants on You may also pass a `-v<variation_amount>` option to generate `-n<iterations>` count variants on
the original image. This is done by passing the first generated image the original image. This is done by passing the first generated image
back into img2img the requested number of times. It generates back into img2img the requested number of times. It generates
interesting variants. interesting variants.