mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(app): vae tile size field description
This commit is contained in:
parent
fb1130c644
commit
712cf00a82
@ -160,8 +160,7 @@ class FieldDescriptions:
|
|||||||
fp32 = "Whether or not to use full float32 precision"
|
fp32 = "Whether or not to use full float32 precision"
|
||||||
precision = "Precision to use"
|
precision = "Precision to use"
|
||||||
tiled = "Processing using overlapping tiles (reduce memory consumption)"
|
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 "
|
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."
|
||||||
"model will be used. Larger tile sizes generally produce better results at the cost of higher memory usage."
|
|
||||||
detect_res = "Pixel resolution for detection"
|
detect_res = "Pixel resolution for detection"
|
||||||
image_res = "Pixel resolution for output image"
|
image_res = "Pixel resolution for output image"
|
||||||
safe_mode = "Whether or not to use safe mode"
|
safe_mode = "Whether or not to use safe mode"
|
||||||
|
Loading…
Reference in New Issue
Block a user