From b4d67b121ad36cc6602a75d840f535c3560b9ce6 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:33:33 +1000 Subject: [PATCH] fix(app): vae tile size field description --- invokeai/app/invocations/fields.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/invokeai/app/invocations/fields.py b/invokeai/app/invocations/fields.py index b792453b475..8374a589590 100644 --- a/invokeai/app/invocations/fields.py +++ b/invokeai/app/invocations/fields.py @@ -160,8 +160,7 @@ class FieldDescriptions: fp32 = "Whether or not to use full float32 precision" precision = "Precision to use" tiled = "Processing using overlapping tiles (reduce memory consumption)" - 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." + 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." detect_res = "Pixel resolution for detection" image_res = "Pixel resolution for output image" safe_mode = "Whether or not to use safe mode"