Skip to content

Commit

Permalink
Latest mac still has the black image bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Feb 22, 2025
1 parent 41c30e9 commit a6deca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/model_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6deca6

Please sign in to comment.