FahimF / sd-gui

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

Prompt text in ui is invisible/white? #17

Closed Vrk3ds closed 1 year ago

Vrk3ds commented 1 year ago

I finally was able to get this running on my system which is:

Mac Studio m1 Ultra 64gb running Monteray 12.6

But the text in the prompt fields is either invisible or most likely white.

See attached dark_theme

FahimF commented 1 year ago

I had not tested under Dark Mode since I generally use Light Mode. My bad. If I am in Light Mode, have the app running and then switch to Dark Mode, the text shows correctly. But if I turn on Dark Mode and then run the app, then the text is indeed hidden. Looks like a bug in the UI framework. Will see what can be done. But for the time being, if you run in Light Mode the text should display correctly ...

FahimF commented 1 year ago

There's a new change to the code which fixes this issue. But you'll need to add a new package to the environment by running the following command: pip install darkdetect

Also, you'd need to pull the latest code from the Git repo 🙂