File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ The following are the most common options:
142
142
143
143
Other options:
144
144
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)
147
147
* ` --device [DEVICE] ` : the cpu or cuda device to use to render images (default
148
148
` cuda ` )
149
149
* ` --half ` : use float16 tensors instead of float32 (default ` float32 ` )
@@ -161,6 +161,8 @@ original image (default `None`)
161
161
(default 0.75)
162
162
* ` --token [TOKEN] ` : specify a Huggingface user access token at the command line
163
163
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)
164
166
* ` --xformers-memory-efficient-attention ` : use less memory but require the
165
167
xformers library (default is that xformers is not required)
166
168
You can’t perform that action at this time.
0 commit comments