stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

When I hit highresfix shortcut after a batch generation. It will not process

Open andy8992 opened this issue 1 year ago • 0 comments

return F.conv2d(input, weight, bias, self.stride,

RuntimeError: Given groups=1, weight of size [64, 3, 3, 3], expected input[1, 4, 2304, 2688] to have 3 channels, but got 4 channels instead Given groups=1, weight of size [64, 3, 3, 3], expected input[1, 4, 2304, 2688] to have 3 channels, but got 4 channels instead

When I select the image I want and high highresfix, this is at the end of the error.

andy8992 avatar Aug 19 '24 05:08 andy8992