RuntimeError: "upsample_nearest2d_channels_last" not implemented for 'Half'

#206
by jin941013 - opened

How do I fix this ?
😫

WX20230414-021005@2x.png

Hi, did anyone assist you with this?
I'm currently having the same problem :/

I'm having the same problem.
I'm running Automatic 1111 on iMac with OS Monterey but when I click generate I get the same error

I've tried to:

  • upgrade Python to the latest version and change its line in the webui-user.sh
  • I've changed #export COMMANDLINE_ARGS= "" to export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --opt-split-attention --lowvram --no-half --use-cpu all"

nothing worked for me

Open webui-macos-env.sh file with your textedit.

Change :
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate"

To :
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --no-half --use-cpu interrogate"

Sign up or log in to comment