From 8e3045a90b4bed502ee06a9dd3032805579cccb9 Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Wed, 3 Jun 2026 09:19:18 -0700 Subject: [PATCH] Memory usage factor for ideogram 4 on non dynamic vram. (#14264) --- comfy/supported_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/supported_models.py b/comfy/supported_models.py index 478489ed8..7cf9c133b 100644 --- a/comfy/supported_models.py +++ b/comfy/supported_models.py @@ -1757,7 +1757,7 @@ class Ideogram4(supported_models_base.BASE): "shift": 1.0, } - memory_usage_factor = 1.8 # TODO + memory_usage_factor = 11.6 unet_extra_config = { "num_attention_heads": 18,