docs: update sd path

This commit is contained in:
leejet 2023-08-17 23:44:56 +08:00 committed by GitHub
parent 844351c417
commit 7132027862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ cmake --build . --config Release
### Run ### Run
``` ```
usage: ./sd [arguments] usage: ./bin/sd [arguments]
arguments: arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
@ -127,7 +127,7 @@ arguments:
#### txt2img example #### 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. 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
``` ```
<p align="center"> <p align="center">