You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey
I usually have a good GPU,
but I recently got a problem with pytorch library in comfyui so i tried to fix it and it seemed to work fine,
but when I tried catVTON (which caused this problem with pytorch btw)
I got this error:
`!!! Exception during processing !!! Allocation on device
Traceback (most recent call last):
File "C:\Users\aaas\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.....
...
File "C:\Users\aaas\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper\py\catvton\attn_processor.py", line 88, in call
hidden_states = F.scaled_dot_product_attention(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
torch.OutOfMemoryError: Allocation on device
Got an OOM, unloading all loaded models.
`
I tried modifyin the choice of segmentation model in that particular node, but same result!
What is wrong?
Thanks
The text was updated successfully, but these errors were encountered:
Hey
I usually have a good GPU,
but I recently got a problem with pytorch library in comfyui so i tried to fix it and it seemed to work fine,
but when I tried catVTON (which caused this problem with pytorch btw)
I got this error:
`!!! Exception during processing !!! Allocation on device
Traceback (most recent call last):
File "C:\Users\aaas\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.....
...
File "C:\Users\aaas\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper\py\catvton\attn_processor.py", line 88, in call
hidden_states = F.scaled_dot_product_attention(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
torch.OutOfMemoryError: Allocation on device
Got an OOM, unloading all loaded models.
`
I tried modifyin the choice of segmentation model in that particular node, but same result!
What is wrong?
Thanks
The text was updated successfully, but these errors were encountered: