File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ By default, the pipeline uses the full model and weights which requires a CUDA
26
26
capable GPU with 8GB+ of VRAM. It should take a few seconds to create one image.
27
27
On less powerful GPUs you may need to modify some of the options; see the
28
28
[ Examples] ( #examples ) section for more details. If you lack a suitable GPU you
29
- can set the option ` --device cpu ` instead.
29
+ can set the options ` --device cpu ` and ` --onnx ` instead.
30
30
31
31
### Huggingface token
32
32
@@ -155,6 +155,7 @@ original image (default `None`)
155
155
` None ` )
156
156
* ` --negative-prompt [NEGATIVE_PROMPT] ` : the prompt to not render into an image
157
157
(default ` None ` )
158
+ * ` --onnx ` : use the onnx runtime for inference (default is off)
158
159
* ` --skip ` : skip safety checker (default is the safety checker is on)
159
160
* ` --strength [STRENGTH] ` : diffusion strength to apply to the input image
160
161
(default 0.75)
You can’t perform that action at this time.
0 commit comments