Skip to content

Commit

Permalink
docs: update example with all perf options enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Dec 15, 2022
1 parent bc5252a commit e6d0ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pipeline and the hardware supports the option
* Skip the safety checker with `--skip` to run less code

```sh
./build.sh run --W 256 --H 256 --half --attention-slicing --skip --prompt 'abstract art'
./build.sh run --W 256 --H 256 --half --attention-slicing --xformers-memory-efficient-attention --n_samples 1 --n_iter 1 --skip --prompt 'abstract art'
```

On Windows, if you aren't using WSL2 and instead use MSYS, MinGW, or Git Bash,
Expand Down

0 comments on commit e6d0ea7

Please sign in to comment.