Skip to content

Commit

Permalink
docs: add --onnx option to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Feb 20, 2023
1 parent 9fb71c6 commit e4a76f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ By default, the pipeline uses the full model and weights which requires a CUDA
capable GPU with 8GB+ of VRAM. It should take a few seconds to create one image.
On less powerful GPUs you may need to modify some of the options; see the
[Examples](#examples) section for more details. If you lack a suitable GPU you
can set the option `--device cpu` instead.
can set the options `--device cpu` and `--onnx` instead.

### Huggingface token

Expand Down Expand Up @@ -155,6 +155,7 @@ original image (default `None`)
`None`)
* `--negative-prompt [NEGATIVE_PROMPT]`: the prompt to not render into an image
(default `None`)
* `--onnx`: use the onnx runtime for inference (default is off)
* `--skip`: skip safety checker (default is the safety checker is on)
* `--strength [STRENGTH]`: diffusion strength to apply to the input image
(default 0.75)
Expand Down

0 comments on commit e4a76f2

Please sign in to comment.