Sygil-Dev / sygil-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
7.86k stars 883 forks source link

Mac Os-x Catalina -- #1664

Open KinoLab07 opened 1 year ago

KinoLab07 commented 1 year ago

Hi, I'm on Mac OsX-Catalina. I've installed Anaconda with normal process. I've try to install with both option, Manual and Autmatic...

Everything going on until the end, but when i try to start tis is the message...

" Starting Stable Diffusion WebUI: Streamlit Interface. Please Wait... /Users/kinolab07/opt/anaconda3/bin/python: No module named streamlit "

Any idea please?

sbritorodr commented 1 year ago

Hi, you need to install all the requirements listed on environment.yaml file as well. If you need something that it's 100% sure it will work is make jupyter work on your system and run the Altryne's webui version, downloading the .ipynb file.

However, I don't recommend you running this on a MacOS, since it needs lot's of gpu power to work.

KinoLab07 commented 1 year ago

Hi, thanks for your answer. I need to work offline for a small project... Where i can found the requirements listed on enviroment.yaml??

I've used Altryne prject and works smooth... but only online...

Best

sbritorodr commented 1 year ago

Hello, keep I'm mind I'm not an engineer or a contributor of this project.

I've used altryne's project, while it's very good it didn't furfill my needs. In this repo there's a jupyter notebook that works really good. I recommend you to try it out.: Web_based_UI_for_Stable_Diffusion_colab.ipynb (permalink).

Try this and let me know

PD: Also has cleaner UI, impatinting...

sbritorodr commented 1 year ago

Keep in mind some things: You need to delete all google drive stuff in the notebook and maybe install more requirements, depending on the libraries already installed in your machine.

KinoLab07 commented 1 year ago

thx. I'll try it next days....