mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-18 06:30:04 +08:00
Latest mac still has the black image bug.
This commit is contained in:
parent
6ecbdae55b
commit
58a37f57b0
@ -943,7 +943,7 @@ def force_upcast_attention_dtype():
|
||||
upcast = args.force_upcast_attention
|
||||
|
||||
macos_version = mac_version()
|
||||
if macos_version is not None and ((14, 5) <= macos_version <= (15, 2)): # black image bug on recent versions of macOS
|
||||
if macos_version is not None and ((14, 5) <= macos_version <= (15, 3)): # black image bug on recent versions of macOS
|
||||
upcast = True
|
||||
|
||||
if upcast:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user