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
Traceback (most recent call last):
File "D:\SD\webui_forge_cu121_torch21\webui\modules\call_queue.py", line 57, in f
res = list(func(*args, **kwargs))
TypeError: 'NoneType' object is not iterable
when use it with sd1.5 modelm it works.
thx
The text was updated successfully, but these errors were encountered:
output[out_key] = torch.cat(
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 2 but got size 4 for tensor number 1 in the list.
Sizes of tensors must match except in dimension 1. Expected size 2 but got size 4 for tensor number 1 in the list.
Traceback (most recent call last):
File "D:\SD\webui_forge_cu121_torch21\webui\modules\call_queue.py", line 57, in f
res = list(func(*args, **kwargs))
TypeError: 'NoneType' object is not iterable
when use it with sd1.5 modelm it works.
thx
The text was updated successfully, but these errors were encountered: