app.py No such file or Directory Mac M1 #142
Replies: 2 comments 1 reply
-
having same issues with windows |
Beta Was this translation helpful? Give feedback.
-
I'm going to answer my own question, since the always willing to help community basically ignored this for weeks and I'm still waiting for someone to reply to four different requests in the Discord Tech Support. The install instructions for Windows and Mac are wrong - at least that's to say they're worded very poorly. The actual correct process for installing is as follows: git clone --recurse-submodules https://github.com/lkwq007/stablediffusion-infinity You should then be able to... conda activate sd-inf ...and so long as you're in the (sd-inf) your@name-here stablediffusion-infinity % directory python app.py will run, show you the web address to point your browser at, then when the Gradio interface opens, enter your HuggingFace Token before you click Start. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
I followed the install instructions exactly, and the line:
conda activate sd-inf
Works perfectly, but the final line:
python app.py
Says "python: can't open file '/Users/jim/app.py': [Errno 2] No such file or directory
I'm a bit new to all of this. Would really appreciate help. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions