-
Notifications
You must be signed in to change notification settings - Fork 27.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: New update broke LoRA's on apple silicon #15888
Comments
PS - trying to update torch as recommended by the console just tells me all of the requirements are already satisfied, and doesn't update. |
I posted PR #15851 which will install newer version of torch for ARM Macs, because it contains some important fixes, especially for MacOS 14.5+. It is merged to dev few days ago, so it will be part of the next release. You can try to download new version of webui-macos-env.sh from dev version. Replace the file, remove venv and rerun. Let me know if it helped. |
updated and it seems like it would work if i updated to sonoma. Unfortunately for compatibility with certain audio vsts I cannot upgrade past ventura at the moment. |
updated to latest MacOS, worked once, after that it would hang after pressing generate and would completely disconnect my MacBooks network connection and force me to restart to use the internet |
works now- just hangs for a long time before generation- also completely blocks my network connection and internet wont work until i restart. |
solved- updating to sonoma made littlesnitch block all network connections, works!!! |
Checklist
What happened?
I had been using an old version of A1111 for almost a year now, and I decided to do a complete update to the latest version. Upon updating, using LyCoris based Loras would generate the error, TypeError: BFloat16 is not supported on MPS. Tried many different launch flags, work arounds, fresh installs, etc etc. Additionally, now Python sometimes crashes when generating something without any LyCoris based loras, something I had never experienced before
Im on a Macbook Pro M2 Max with 96 gigs of memory.
Steps to reproduce the problem
Install A1111
Use SDXL checkpoint
Add a LyCoris based Lora to prompt.
Generate.
What should have happened?
It was generating fine on my previous version of A111, no errors, no crashes, no hanging operations when hitting generate.
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome
Sysinfo
sysinfo-2024-05-26-00-53.json
Console logs
Additional information
Also updated my pip and torch, etc.
The text was updated successfully, but these errors were encountered: