Tweak Z Image memory estimation. (#11254)

This commit is contained in:
comfyanonymous 2025-12-10 16:59:48 -08:00 committed by GitHub
parent 36357bbcc3
commit 17c92a9f28
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]