Tweak Z Image memory estimation.

This commit is contained in:
comfyanonymous 2025-12-10 19:59:06 -05:00 committed by GitHub
parent 36357bbcc3
commit a7b7393df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1026,7 +1026,7 @@ class ZImage(Lumina2):
"shift": 3.0,
}
memory_usage_factor = 1.7
memory_usage_factor = 2.0
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]