Skip to content

Commit 712cf00

Browse files
psychedelicioushipsterusername
authored andcommitted
fix(app): vae tile size field description
1 parent fb1130c commit 712cf00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

invokeai/app/invocations/fields.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ class FieldDescriptions:
160160
fp32 = "Whether or not to use full float32 precision"
161161
precision = "Precision to use"
162162
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."
165164
detect_res = "Pixel resolution for detection"
166165
image_res = "Pixel resolution for output image"
167166
safe_mode = "Whether or not to use safe mode"

0 commit comments

Comments
 (0)