FahimF/sd-gui

Prompt text in ui is invisible/white?

Closed this issue · 2 comments

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

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 ...

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 🙂