FahimF / sd-gui

Clean and simple Stable Diffusion GUI for macOS, Windows, and Linux
MIT License
231 stars 17 forks source link

start the app.py but don't show the ui on my MacBook Pro #26

Open chenjayway opened 1 year ago

chenjayway commented 1 year ago

I spent a long time to start this project, and finally managed to start it without any errors. However, all I can see is an icon of a drawing board in the taskbar, which does not respond when clicked, and the server.py has also been started. my device is MacBook Pro 2015,macos version 12.6.3.

FahimF commented 1 year ago

First, you don't need to start the server unless you need to run the image generation on a different machine — for example, because you have a more powerful graphics card on that one. You can simply run the image generation locally instead if you have only one machine.

Second, did you get an error in your terminal instance where you started the GUI? Any Python errors that you get would be in the terminal. So you might want to check the terminal instance to see if there are issues/errors.