From 4079333e2992cc26bedd4f1b725fb0a91d9d44ff Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Mon, 17 Oct 2022 19:33:17 -0400 Subject: [PATCH] Document the seamless_axes argument --- docs/features/OTHER.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/features/OTHER.md b/docs/features/OTHER.md index b05e3ea36e..b3d8be6077 100644 --- a/docs/features/OTHER.md +++ b/docs/features/OTHER.md @@ -26,6 +26,12 @@ for each `invoke>` prompt as shown here: invoke> "pond garden with lotus by claude monet" --seamless -s100 -n4 ``` +By default this will tile on both the X and Y axes. However, you can also specify specific axes to tile on with `--seamless_axes`. +Possible values are `x`, `y`, and `x,y`: +```python +invoke> "pond garden with lotus by claude monet" --seamless --seamless_axes=x -s100 -n4 +``` + --- ## **Shortcuts: Reusing Seeds**