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
101
101
### Run
102
102
103
103
```
104
- usage: ./sd [ arguments]
104
+ usage: ./bin/ sd [ arguments]
105
105
106
106
arguments:
107
107
-h, --help show this help message and exit
@@ -127,7 +127,7 @@ arguments:
127
127
#### txt2img example
128
128
129
129
```
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"
131
131
```
132
132
133
133
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.
142
142
143
143
144
144
```
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
146
146
```
147
147
148
148
<p align="center">
@@ -162,4 +162,4 @@ Using formats of different precisions will yield results of varying quality.
162
162
- [ggml](https://github.com/ggerganov/ggml)
163
163
- [stable-diffusion](https://github.com/CompVis/stable-diffusion)
164
164
- [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