Skip to content

Commit

Permalink
docs: split example on multiple lines for display
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Dec 15, 2022
1 parent e6d0ea7 commit 14fed86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ 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 --xformers-memory-efficient-attention --n_samples 1 --n_iter 1 --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 14fed86

Please sign in to comment.