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
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
Only happens when prompt sizes are too different from each other.
One prompt is : "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test "
File "/home/ubuntu/doc/ComfyUI/custom_nodes/attention-couple-ComfyUI/attention_couple.py", line 120, in patch
context_cond = torch.cat([cond for cond in self.negative_positive_conds[1]], dim=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Sizes of tensors must match except in dimension 0. Expected size 154 but got size 77 for tensor number 1 in the list.
The text was updated successfully, but these errors were encountered:
Only happens when prompt sizes are too different from each other.
One prompt is : "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test "
The other prompt is : "test"
attention-couple-ComfyUI/attention_couple.py
Line 120 in 818b4a2
The text was updated successfully, but these errors were encountered: