diff --git a/ui/locale/locale_en.json b/ui/locale/locale_en.json
index 47bb4dd2d..9b736af0d 100644
--- a/ui/locale/locale_en.json
+++ b/ui/locale/locale_en.json
@@ -624,7 +624,8 @@
{"id":"","label":"Generic","localized":"","hint":"","ui":"video"},
{"id":"","label":"Google GenAI","localized":"","hint":"","ui":"settings_model_options"},
{"id":"","label":"Group Offload","localized":"","hint":"Offloads components in groups of layers rather than as a whole, so only the layers in use occupy VRAM.
Lets a single component larger than the card run, at the cost of transferring weights throughout every step.
Applies only when Model offload mode is group.","ui":"settings_offload"},
- {"id":"","label":"Group offload type","localized":"","hint":"Granularity used by group offload.
- leaf_level: offloads at the smallest module level; maximum memory savings, slower
- block_level: offloads groups of transformer blocks (size set by Offload blocks); faster with less savings
This setting applies to the parts of the model that run at every step. Components used once per generation, such as text encoders, always offload at leaf_level. The VAE is handled separately: it waits in system memory and loads as a whole when encoding or decoding.
Anything named in Modules to never offload or Model types not to offload stays in VRAM instead.
Applies only when Model offload mode is group.
Default is leaf_level.","ui":"settings_offload"},
+ {"id":"","label":"Group offload type","localized":"","hint":"Granularity used by group offload.
- leaf_level: offloads at the smallest module level; maximum memory savings, slower
- block_level: offloads groups of transformer blocks (size set by Group offload blocks, one block when Prefetch with streams is enabled); faster with less savings
This setting applies to the parts of the model that run at every step. Components used once per generation, such as text encoders, always offload at leaf_level. The VAE is handled separately: it waits in system memory and loads as a whole when encoding or decoding.
Anything named in Modules to never offload or Model types not to offload stays in VRAM instead.
Applies only when Model offload mode is group.
Default is leaf_level.","ui":"settings_offload"},
+ {"id":"","label":"Group offload blocks","localized":"","hint":"Number of transformer blocks moved together as one group on block_level group offload. Larger groups mean fewer, larger transfers and more weights resident in VRAM at once.
Ignored when Prefetch with streams is enabled, which runs one block per group, and on leaf_level, which has no blocks. Components used once per generation always offload at leaf_level and never read this value.
Applies only when Model offload mode is group.
Default is 1.","ui":"settings_offload"},
{"id":"","label":"Grid Options","localized":"","hint":"","ui":"settings_saving-images"},
{"id":"","label":"Grids","localized":"","hint":"","ui":"settings_saving-paths"},
{"id":"","label":"Guider","localized":"","hint":"","ui":"txt2img"},