RuntimeError: Calculated padded input size per channel: (4 x 2). Kernel size: (3 x 3). Kernel size can't be greater than actual input size #15569
Unanswered
luliloveshe918
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The error when calling txt2img is as follows:, Is this a bug?
API error: POST: http://192.168.1.110:7860/sdapi/v1/txt2img {'error': 'RuntimeError', 'detail': '', 'body': '', 'errors': "Calculated padded input size per channel: (4 x 2). Kernel size: (3 x 3). Kernel size can't be greater than actual input size"}
Traceback (most recent call last):
File "D:\SD\stable-diffusion-webui\venv\lib\site-packages\anyio\streams\memory.py", line 98, in receive
return self.receive_nowait()
File "D:\SD\stable-diffusion-webui\venv\lib\site-packages\anyio\streams\memory.py", line 93, in receive_nowait
raise WouldBlock
anyio.WouldBlock
Beta Was this translation helpful? Give feedback.
All reactions