Hello all, I hope this finds the right person on the InvokeAI team.
So I have been trying to install the new 3.0.1 RC1 on my Macbook M1. Ran into an issue where the venv was picking up the /opt/homebrew install of my python3, which was at 3.11.4_1 and so it wouldn't install. Even though my shell was running a manually installed python 3.10.9, which is what you recommend in your install documentation that we use. Anyway, I resolved that by uninstalling 3.11 from /opt/homebrew and installing 3.10. And it actually managed to seemingly fully install the new InvokeAI!
But, all was not roses. While SD 1.5 worked, and 2.1 gave weird results, SDXL 1.0 gave an error indicating that it was trying to use float64, so I did some investigation, and reran the installer. That was when I noticed it say:
'Your platform Darwin-arm64 only supports the "cpu" driver.' Proceeding with that. So it seems to be picking the wrong type of platform. Not sure why. I'm on a Macbook Pro M1 16" with 32GB memory.
Any ideas?
Thanks in advance