omriav/blended-diffusion

RuntimeError: "slow_conv2d_cpu" not implemented for 'Half'

chenzx2 opened this issue · 3 comments

run it with cpu, and it shows a error. RuntimeError: "slow_conv2d_cpu" not implemented for 'Half'

I have not tried this model on a CPU.
Some adaptations may be necessary.

How can I use the GPU?

Thank you. I know why. My pytorch is useless, and torch.is available() shows False. So I reinstalled a virtual environment and it worked.