File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ cmake --build . --config Release
101101### Run
102102
103103```
104- usage: ./sd [ arguments]
104+ usage: ./bin/ sd [ arguments]
105105
106106arguments:
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
133133Using 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)
You can’t perform that action at this time.
0 commit comments