From 98aab712b976a4987614821af5ced40470b11345 Mon Sep 17 00:00:00 2001 From: DustyShoe Date: Sat, 28 Feb 2026 23:34:40 +0200 Subject: [PATCH] Fix(MM): Fixed incorrect advertised model size for Z-Image Turbo --- invokeai/backend/model_manager/starter_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/backend/model_manager/starter_models.py b/invokeai/backend/model_manager/starter_models.py index ef7cd80cd29..9f86f83dc59 100644 --- a/invokeai/backend/model_manager/starter_models.py +++ b/invokeai/backend/model_manager/starter_models.py @@ -821,7 +821,7 @@ class StarterModelBundle(BaseModel): name="Z-Image Turbo", base=BaseModelType.ZImage, source="Tongyi-MAI/Z-Image-Turbo", - description="Z-Image Turbo - fast 6B parameter text-to-image model with 8 inference steps. Supports bilingual prompts (English & Chinese). ~13GB", + description="Z-Image Turbo - fast 6B parameter text-to-image model with 8 inference steps. Supports bilingual prompts (English & Chinese). ~30.6GB", type=ModelType.Main, )