mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-24 16:59:29 +08:00
More accurate memory usage factor for krea 2. (#14594)
This commit is contained in:
parent
833bfb572e
commit
b910f4fa2a
@ -1830,7 +1830,7 @@ class Krea2(supported_models_base.BASE):
|
|||||||
"shift": 1.15,
|
"shift": 1.15,
|
||||||
}
|
}
|
||||||
|
|
||||||
memory_usage_factor = 3.0 #TODO
|
memory_usage_factor = 2.2
|
||||||
|
|
||||||
latent_format = latent_formats.Wan21
|
latent_format = latent_formats.Wan21
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user