Skip to content

Commit 8e3045a

Browse files
Memory usage factor for ideogram 4 on non dynamic vram. (Comfy-Org#14264)
1 parent f0619af commit 8e3045a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy/supported_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ class Ideogram4(supported_models_base.BASE):
17571757
"shift": 1.0,
17581758
}
17591759

1760-
memory_usage_factor = 1.8 # TODO
1760+
memory_usage_factor = 11.6
17611761

17621762
unet_extra_config = {
17631763
"num_attention_heads": 18,

0 commit comments

Comments
 (0)