From b02ea331dfba1597225ce690205a140287aa35a5 Mon Sep 17 00:00:00 2001 From: Robert Bolender Date: Wed, 14 Sep 2022 06:47:17 -0700 Subject: [PATCH] Clarify behavior of -v and -n parameters (#551) Fixes https://github.com/lstein/stable-diffusion/issues/544 --- docs/features/IMG2IMG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/IMG2IMG.md b/docs/features/IMG2IMG.md index ac560f6984..3930208e62 100644 --- a/docs/features/IMG2IMG.md +++ b/docs/features/IMG2IMG.md @@ -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 from `0.25-0.75` give interesting results. -You may also pass a `-v` option to generate count variants on +You may also pass a `-v` option to generate `-n` count variants on the original image. This is done by passing the first generated image back into img2img the requested number of times. It generates interesting variants.