#"LayerNormKernelImpl" not implemented for 'Half'
9 messages · Page 1 of 1 (latest)
What are you trying to do when you get this error?
Apparently it's when I'm trying to use ControlNet. It was the last thing I was doing before I updated to 3.4.0post1. Now that isn't working.
I'm also seeing a bunch of errors and messages that don't make sense launching the web interface. It's saying I'm using older versions of Python and Pytorch than I actually have installed and that appears to be removing my ability to use CUDA. If I just run a basic prompt, it's using only the CPU.
I think this is another update that will require me to completely re-install.
I don't think you'll need to reinstall - take a look at the #faq for upgrading Torch
For the ControlNet, are you using a depth ControlNet with a Zoe processor by any chance?
I was trying to use Canny and Line art.
From the release page it says I need to update Torch inside the invoke command prompt. So I'm guessing that means it's using a local version instead of the system-wide version of Python and its extensions.
It's using a local version of torch, to help avoid dependency issues with other installed applications and extensions
Okay, after updating inside the Invoke environment I'm not getting the same errors about Torch and Cuda anymore. I also found on the release page that Post 2 is available, so I'm also updating to that.
So far the webui is running smoother.