-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OutOfMemoryError: Allocation on device 0 would exceed allowed memory. #19
Comments
same here |
After updating ComfyUI memory blows up showing it requires 189GB? |
+1, tried to allocate 87GB, Mask By Text not working for me either. |
|
+1. I think the reason is free memory is not timely |
can add a "Rebatch Images" node to resovle this issue |
+1 same issue TT |
doesn't work |
+1 same issue TT |
Traceback (most recent call last): |
using the text To Mask node, i get the following error when trying to combine prompts with the pipe | symbol
Works: hat, shoes, jacket
Does not work: hat | shoes | jacket
line 63, in forward_multihead_attention
attn_output_weights = torch.softmax(attn_output_weights, dim=-1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
torch.cuda.OutOfMemoryError: Allocation on device 0 would exceed allowed memory. (out of memory)
Currently allocated : 15.58 GiB
Requested : 4.45 GiB
Device limit : 12.00 GiB
Free (according to CUDA): 0 bytes
PyTorch limit (set by user-supplied memory fraction)
: 17179869184.00 GiB
The text was updated successfully, but these errors were encountered: