You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: invokeai/app/invocations/fields.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,8 +160,7 @@ class FieldDescriptions:
160
160
fp32="Whether or not to use full float32 precision"
161
161
precision="Precision to use"
162
162
tiled="Processing using overlapping tiles (reduce memory consumption)"
163
-
vae_tile_size="The tile size for VAE tiling in pixels (image space). If set to 0, the default tile size for the "
164
-
"model will be used. Larger tile sizes generally produce better results at the cost of higher memory usage."
163
+
vae_tile_size="The tile size for VAE tiling in pixels (image space). If set to 0, the default tile size for the model will be used. Larger tile sizes generally produce better results at the cost of higher memory usage."
0 commit comments