mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-12 04:43:45 +08:00
Memory usage factor for ideogram 4 on non dynamic vram. (#14264)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user