From c235a51d82af835ee6b48430cf04c0787883a3e7 Mon Sep 17 00:00:00 2001 From: patientx Date: Fri, 28 Feb 2025 16:41:56 +0300 Subject: [PATCH] Update zluda.py --- comfy/zluda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/zluda.py b/comfy/zluda.py index 4d83a213c..cf6b8fb8f 100644 --- a/comfy/zluda.py +++ b/comfy/zluda.py @@ -46,7 +46,7 @@ if torch.cuda.get_device_name().endswith("[ZLUDA]"): print(" :: ZLUDA detected, disabling non-supported functions. ") torch.backends.cudnn.enabled = False print(" :: CuDNN, flash_sdp, mem_efficient_sdp disabled). ") - torch.backends.cuda.enable_flash_sdp(False) + torch.backends.cuda.enable_flash_sdp(False) # enable if using 6.2 with latest nightly zluda torch.backends.cuda.enable_math_sdp(True) torch.backends.cuda.enable_mem_efficient_sdp(False) print("***--------------------------------------------------------***")