Skip to content

Commit 2bd65f2

Browse files
Better Hidream O1 mem usage factor for non dynamic vram. (Comfy-Org#13864)
1 parent cccb697 commit 2bd65f2

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
@@ -1443,7 +1443,7 @@ class HiDreamO1(supported_models_base.BASE):
14431443
}
14441444

14451445
latent_format = latent_formats.HiDreamO1Pixel
1446-
memory_usage_factor = 0.6
1446+
memory_usage_factor = 0.033
14471447
# fp16 not supported: LM MLP down_proj activations fp16 overflow, causing NaNs
14481448
supported_inference_dtypes = [torch.bfloat16, torch.float32]
14491449

0 commit comments

Comments
 (0)