We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5af0c commit 426cde3Copy full SHA for 426cde3
comfy/model_management.py
@@ -998,12 +998,6 @@ def device_supports_non_blocking(device):
998
return False
999
return True
1000
1001
-def device_should_use_non_blocking(device):
1002
- if not device_supports_non_blocking(device):
1003
- return False
1004
1005
- # return True #TODO: figure out why this causes memory issues on Nvidia and possibly others
1006
-
1007
def force_channels_last():
1008
if args.force_channels_last:
1009
0 commit comments