RuntimeError: "LayerNormKernelImpl" not implemented for 'Half'

1.Modified webui-user.sh,add those flags to the file
export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"
2.Changing webui-user.sh didn't do anything, but adding those flags to the startup command fixed it:
./webui.sh --skip-torch-cuda-test --precision full --no-half
3.Success
