```File "C:\Forge\webui\backend\operations.py", line 150, in forward return torch.nn.functional.

File "C:\Forge\webui\backend\operations.py", line 150, in forward
    return torch.nn.functional.linear(x, weight, bias)
TypeError: linear(): argument 'weight' (position 2) must be Tensor, not NoneType
linear(): argument 'weight' (position 2) must be Tensor, not NoneType

someone please help
Was this page helpful?