We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca7e14 commit 0e6221cCopy full SHA for 0e6221c
comfy/model_management.py
@@ -1169,6 +1169,7 @@ def pin_memory(tensor):
1169
TOTAL_PINNED_MEMORY += size
1170
return True
1171
else:
1172
+ logging.warning("Pin error.")
1173
discard_cuda_async_error()
1174
1175
return False
@@ -1199,6 +1200,7 @@ def unpin_memory(tensor):
1199
1200
TOTAL_PINNED_MEMORY = 0
1201
1202
1203
+ logging.warning("Unpin error.")
1204
1205
1206
0 commit comments