[ ] The issue exists after disabling all extensions
[ ] The issue exists on a clean installation of webui
[ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
[X] The issue exists in the current version of the webui
[X] The issue has not been reported before recently
[ ] The issue has been reported before but has not been fixed yet
What happened?
img2img not working and giving error messages. I tried [--no-half] on the Commandline configs of web-ui.bat and that solved the problem for a bit but and also changed Stable Diffusion settings to *Upcast cross attention layer to float32. I don't know if it has to do with my torch version or something but I've never experienced a same problem before the update.
The error message I got after insane its/sec is this:
return F.linear(input, self.weight, self.bias)
RuntimeError: "addmm_implcpu" not implemented for 'Half'
And it seems to be related with ControlNet and Tensorflow error when I use IP-adapter and Openpose
Steps to reproduce the problem
I upload a photo on inpaint
I sketched the face
I chose realvis_xl checkpoint
I set only-masked and the auto selection of dims (using triangle ruler button)
I enabled ControlNet ip-adapter and openpose in pixel-perfect selection
I hit generate
What should have happened?
To run img2img with no issues and not stop runtime
Checklist
What happened?
img2img not working and giving error messages. I tried [--no-half] on the Commandline configs of web-ui.bat and that solved the problem for a bit but and also changed Stable Diffusion settings to *Upcast cross attention layer to float32. I don't know if it has to do with my torch version or something but I've never experienced a same problem before the update.
The error message I got after insane its/sec is this: return F.linear(input, self.weight, self.bias) RuntimeError: "addmm_implcpu" not implemented for 'Half'
And it seems to be related with ControlNet and Tensorflow error when I use IP-adapter and Openpose
Steps to reproduce the problem
What should have happened?
To run img2img with no issues and not stop runtime
What browsers do you use to access the UI ?
Apple Safari
Sysinfo
sysinfo-2024-03-14-10-03.json
Console logs
Additional information
No response