Better Hidream O1 mem usage factor for non dynamic vram. (#13864)

This commit is contained in:
comfyanonymous 2026-05-12 20:55:38 -07:00 committed by GitHub
parent cccb697aa3
commit 2bd65f2091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1443,7 +1443,7 @@ class HiDreamO1(supported_models_base.BASE):
}
latent_format = latent_formats.HiDreamO1Pixel
memory_usage_factor = 0.6
memory_usage_factor = 0.033
# fp16 not supported: LM MLP down_proj activations fp16 overflow, causing NaNs
supported_inference_dtypes = [torch.bfloat16, torch.float32]