Skip to content

Commit 7132027

Browse files
authored
docs: update sd path
1 parent 844351c commit 7132027

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ cmake --build . --config Release
101101
### Run
102102
103103
```
104-
usage: ./sd [arguments]
104+
usage: ./bin/sd [arguments]
105105

106106
arguments:
107107
-h, --help show this help message and exit
@@ -127,7 +127,7 @@ arguments:
127127
#### txt2img example
128128
129129
```
130-
./sd -m ../models/sd-v1-4-ggml-model-f16.bin -p "a lovely cat"
130+
./bin/sd -m ../models/sd-v1-4-ggml-model-f16.bin -p "a lovely cat"
131131
```
132132
133133
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.
142142
143143
144144
```
145-
./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
145+
./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
146146
```
147147
148148
<p align="center">
@@ -162,4 +162,4 @@ Using formats of different precisions will yield results of varying quality.
162162
- [ggml](https://github.com/ggerganov/ggml)
163163
- [stable-diffusion](https://github.com/CompVis/stable-diffusion)
164164
- [stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
165-
- [k-diffusion](https://github.com/crowsonkb/k-diffusion)
165+
- [k-diffusion](https://github.com/crowsonkb/k-diffusion)

0 commit comments

Comments
 (0)