From 7132027862bea990975da044b1471750a6eacd1b Mon Sep 17 00:00:00 2001 From: leejet Date: Thu, 17 Aug 2023 23:44:56 +0800 Subject: [PATCH] docs: update sd path --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3432bc..d6fc3aa 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ cmake --build . --config Release ### Run ``` -usage: ./sd [arguments] +usage: ./bin/sd [arguments] arguments: -h, --help show this help message and exit @@ -127,7 +127,7 @@ arguments: #### txt2img example ``` -./sd -m ../models/sd-v1-4-ggml-model-f16.bin -p "a lovely cat" +./bin/sd -m ../models/sd-v1-4-ggml-model-f16.bin -p "a lovely cat" ``` Using formats of different precisions will yield results of varying quality. @@ -142,7 +142,7 @@ Using formats of different precisions will yield results of varying quality. ``` -./sd --mode img2img -m ../models/sd-v1-4-ggml-model-f16.bin -p "cat with blue eyes" -i ./output.png -o ./img2img_output.png --strength 0.4 +./bin/sd --mode img2img -m ../models/sd-v1-4-ggml-model-f16.bin -p "cat with blue eyes" -i ./output.png -o ./img2img_output.png --strength 0.4 ```

@@ -162,4 +162,4 @@ Using formats of different precisions will yield results of varying quality. - [ggml](https://github.com/ggerganov/ggml) - [stable-diffusion](https://github.com/CompVis/stable-diffusion) - [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) -- [k-diffusion](https://github.com/crowsonkb/k-diffusion) \ No newline at end of file +- [k-diffusion](https://github.com/crowsonkb/k-diffusion)