mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-04 21:37:40 +08:00
Memory usage factor for ideogram 4 on non dynamic vram. (#14264)
This commit is contained in:
parent
f0619af659
commit
8e3045a90b
@ -1757,7 +1757,7 @@ class Ideogram4(supported_models_base.BASE):
|
|||||||
"shift": 1.0,
|
"shift": 1.0,
|
||||||
}
|
}
|
||||||
|
|
||||||
memory_usage_factor = 1.8 # TODO
|
memory_usage_factor = 11.6
|
||||||
|
|
||||||
unet_extra_config = {
|
unet_extra_config = {
|
||||||
"num_attention_heads": 18,
|
"num_attention_heads": 18,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user