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 Feb 23, 2024. It is now read-only.
Thank you for creating this awesome extension! It is a great alternative to normal hires fix.
However, when it is enabled with default settings in img2img inpainting mode along with a ControlNet model (it doesn't seem to matter which one), pressing "Generate" yields the following error:
File "T:\code\python\automatic-stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\hook.py", line 744, in forward
h = aligned_adding(h, total_controlnet_embedding.pop(), require_inpaint_hijack)
File "T:\code\python\automatic-stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\hook.py", line 216, in aligned_adding
zeros[:, :x.shape[1], ...] = x
RuntimeError: The expanded size of the tensor (4) must match the existing size (8) at non-singleton dimension 3. Target sizes: [1, 1280, 4, 4]. Tensor sizes: [1280, 8, 8]
Perhaps this needs to be fixed on CN's end. Either way, there ought to be some sort of sanity check; this error prevents all future image generations until the WebUI is completely restarted.
The text was updated successfully, but these errors were encountered:
I have a similar error in txt2img with a large stream of similar errors and then the final tensor error and needing to restart.. with txt2img. I had no issues when the plugin first came out but for some reason the past week or so since I changed some of the settings in it, it gives errors every time I try to use it.. updated a1111, the extension and all my other extensions and no bueno still..
Same error here, enabling this extension causes the error " RuntimeError: The expanded size of the tensor (4512) must match the existing size (4608) at non-singleton dimension 1. Target sizes: [2, 4512, 320]. Tensor sizes: [1, 4608, 1]" to appear and renders the webUI unable to work at all until re-opened.
Hi,
Thank you for creating this awesome extension! It is a great alternative to normal hires fix.
However, when it is enabled with default settings in img2img inpainting mode along with a ControlNet model (it doesn't seem to matter which one), pressing "Generate" yields the following error:
Perhaps this needs to be fixed on CN's end. Either way, there ought to be some sort of sanity check; this error prevents all future image generations until the WebUI is completely restarted.
The text was updated successfully, but these errors were encountered: