Skip to content

Commit dbe008d

Browse files
committed
docs: update options with vae tiling
1 parent d302ad9 commit dbe008d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ The following are the most common options:
142142

143143
Other options:
144144

145-
* `--attention-slicing`: use less memory at the expense of inference speed
146-
(default is no attention slicing)
145+
* `--attention-slicing`: use less memory but decrease inference speed (default
146+
is no attention slicing)
147147
* `--device [DEVICE]`: the cpu or cuda device to use to render images (default
148148
`cuda`)
149149
* `--half`: use float16 tensors instead of float32 (default `float32`)
@@ -161,6 +161,8 @@ original image (default `None`)
161161
(default 0.75)
162162
* `--token [TOKEN]`: specify a Huggingface user access token at the command line
163163
instead of reading it from a file (default is a file)
164+
* `--vae-tiling`: use less memory when generating ultra-high resolution images
165+
but massively decrease inference speed (default is no tiling)
164166
* `--xformers-memory-efficient-attention`: use less memory but require the
165167
xformers library (default is that xformers is not required)
166168

0 commit comments

Comments
 (0)