From 327ce09413286d76036086c12ff02ccf28dcd1bd Mon Sep 17 00:00:00 2001 From: Mimaki SiON Date: Sun, 28 Aug 2022 15:48:24 +0900 Subject: [PATCH] fix command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4845b9ee3..dcadf12c4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ All the modified files are in the [optimizedSD](optimizedSD) folder, so if you h - For example, the following command will generate 20 512x512 images: -`python optimizedSD/optimized_img2img.py --prompt "Austrian alps" --init-img ~/sketch-mountains-input.jpg --strength 0.8 --n_iter 2 --n_samples 5 --H 576 --W 768` +`python optimizedSD/optimized_img2img.py --prompt "Austrian alps" --init-img ~/sketch-mountains-input.jpg --strength 0.8 --n_iter 2 --n_samples 10 --H 512 --W 512` ## txt2img