Skip to content

Commit

Permalink
add more usage info for non-square generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Sepiol committed Nov 6, 2021
1 parent 22a7f5e commit 305177a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Generate portrait or landscape images by specifying a number to offset the width
- offset should be a multiple of 16 for image sizes 64x64, 128x128
- offset should be a multiple of 32 for image sizes 256x256, 512x512
- may cause NaN/Inf errors.
- increasing the offset will require more memory.
- **decreasing** the offset uses less memory and is faster.
- a positive offset will require more memory.
- a _negative_ offset uses less memory and is faster.

```sh
my_caption="a photo of beautiful green hills and a sunset, taken with a blackberry in 2004"
Expand Down

0 comments on commit 305177a

Please sign in to comment.