Skip to content

Commit 4dc4771

Browse files
comfyanonymouslrivera
authored andcommitted
Tweak Z Image memory estimation. (Comfy-Org#11254)
1 parent a91281e commit 4dc4771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/supported_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ class ZImage(Lumina2):
10261026
"shift": 3.0,
10271027
}
10281028

1029-
memory_usage_factor = 1.7
1029+
memory_usage_factor = 2.0
10301030

10311031
supported_inference_dtypes = [torch.bfloat16, torch.float16, torch.float32]
10321032

0 commit comments

Comments
 (0)