Open LgnGithub opened 1 year ago
I have the same issue regarding the load of SDXL but a different error , it start to download a 10GB file and I don't know why, I already downloaded the Model and put it in the models directory but when I Load inside the A1111 it start this
I'm not sure if things work on macos properly yet. https://github.com/brkirch/stable-diffusion-webui best check the releases here, and check the commits. Some people get this working in cpu mode and use --upcast-sampling to improve performance.
were you able to get it started? i couldn't even with version 0.9
Same error on M1Mac 32GB , waiting for the solution.
Same, M1 Max 64 GB , waiting for solution.
Torch is installed but I still get the error:
Same error on M1Mac 16GB , waiting for the solution. but,It doesn't affect my use,roll back to version 1.4
Same error on M1Mac 16GB , waiting for the solution. but,It doesn't affect my use,oll back to version 1.4
The experimental offline standalone Mac installer worked for me (M1 Max 64gb) - https://github.com/brkirch/stable-diffusion-webui/releases/tag/20230804_experimental
pip install torch==2.0.1 , it solved when the error is "Traceback (most recent call last): File "/Users/huangjiajun/Desktop/NovelAI/stable-diffusion-webui/modules/mac_specific.py", line 37, in torch_mps_gc
ModuleNotFoundError: No module named 'torch.mps'"
reinstalled torch
and solved this problem.
sh webui.sh --reinstall-torch
pip install torch==2.0.1 , it solved when the error is "Traceback (most recent call last): File "/Users/huangjiajun/Desktop/NovelAI/stable-diffusion-webui/modules/mac_specific.py", line 37, in torch_mps_gc #from torch.mps import empty_cache ModuleNotFoundError: No module named 'torch.mps'"
Thank you! This fixed my issue, which was slightly different (kept getting a NansException) and none of the other solutions I found here or on reddit were fixing it
reinstalled
torch
and solved this problem.sh webui.sh --reinstall-torch
where to type this?
pip install torch==2.0.1 , it solved when the error is "Traceback (most recent call last): File "/Users/huangjiajun/Desktop/NovelAI/stable-diffusion-webui/modules/mac_specific.py", line 37, in torch_mps_gc #from torch.mps import empty_cache ModuleNotFoundError: No module named 'torch.mps'"
Thank you! This fixed my issue, which was slightly different (kept getting a NansException) and none of the other solutions I found here or on reddit were fixing it
hi, please help me, I have same problem, how did you solve it? I tried reinstalling torch it doesn't work
pip install torch==2.0.1 , it solved when the error is "Traceback (most recent call last): File "/Users/huangjiajun/Desktop/NovelAI/stable-diffusion-webui/modules/mac_specific.py", line 37, in torch_mps_gc #from torch.mps import empty_cache ModuleNotFoundError: No module named 'torch.mps'"
Thank you! This fixed my issue, which was slightly different (kept getting a NansException) and none of the other solutions I found here or on reddit were fixing it
hi, please help me, I have same problem, how did you solve it? I tried reinstalling torch it doesn't work
Just type pip install torch==2.0.1
in a terminal window and hit enter. An incompatible version was getting installed by default.
That said, I'm getting a different error now..
reinstalled
torch
and solved this problem.sh webui.sh --reinstall-torch
Just to add another data point, I have an M1 Macbook and was getting the same error as the original poster. Reinstalling PyTorch as above fixed the issue for me. Thank you!
The existing installation of PyTorch was 1.12.1. Below are all the Python packages that were updated with this command:
Collecting mpmath>=0.19
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Installing collected packages: mpmath, sympy, torch, torchvision
Attempting uninstall: torch
Found existing installation: torch 1.12.1
Uninstalling torch-1.12.1:
Successfully uninstalled torch-1.12.1
Attempting uninstall: torchvision
Found existing installation: torchvision 0.13.1
Uninstalling torchvision-0.13.1:
Successfully uninstalled torchvision-0.13.1
Successfully installed mpmath-1.3.0 sympy-1.12 torch-2.0.1 torchvision-0.15.2
reinstalled
torch
and solved this problem.sh webui.sh --reinstall-torch
I tried this and fixed, thanks
reinstalled
torch
and solved this problem.sh webui.sh --reinstall-torch
I tried this and fixed too, thanks
Is there an existing issue for this?
What happened?
Updated Automatic1111 to latest version.
Apple Silicon 32GB RAM.
Disabled all extensions to be safe.
sd_xl_offset model works fine, but when I try to load
sd_xl_base_1.0 does not load. I get this error
How to resolve this?
All the other models run fine and previous models run fine, too, so it's something to do with SD_XL_1.0 base specifically.
Steps to reproduce the problem
described above
What should have happened?
should have loaded model
Version or Commit where the problem happens
version: v1.5.1
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
MacOS
What device are you running WebUI on?
Other GPUs
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
List of extensions
all disabled
Console logs
Additional information
No response