[apple M1]Help me Error while installing stable diffusion webui #9594
-
My computer is m1 mac mini 2020. The above error occurred while installing and executing the stable diffusion webui installation instructions, but it cannot be executed. At first, I was told to update the pip and pytorch, so I updated everything on my computer separately, but no matter how much I update it, my computer doesn't seem to recognize the update when I run it. What did I do wrong? Please help me.🙏🙏😭😭 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Your Python version is too high and a compatible version cannot be found. Try changing Python to 3.10, then delete the |
Beta Was this translation helpful? Give feedback.
-
Made this Google Colab Notebook that can generate bulk images by just providing a list of prompts in a go! Colab Link - http://bit.ly/40BM7v4 |
Beta Was this translation helpful? Give feedback.
Your Python version is too high and a compatible version cannot be found. Try changing Python to 3.10, then delete the
venv
directory. I don't have a Mac, how to change Python version you need to search the net.