diStyApps / Safe-and-Stable-Ckpt2Safetensors-Conversion-Tool-GUI

Convert your Stable Diffusion checkpoints quickly and easily.
MIT License
430 stars 40 forks source link

missing tkinter #27

Open stavsap opened 1 year ago

stavsap commented 1 year ago

got an error after fresh install

"ModuleNotFoundError: No module named 'tkinter'"

fixed it with sudo apt-get install python3-tk, maybe its worth to add to notes or someting.

diStyApps commented 1 year ago

Thank you. tkinter should have come with python, ill add a note, didn't test it much on Linux.

bazmatic commented 9 months ago

For my Macbook Pro M2 this worked. The app now runs and works perfectly. Nice!

brew install python-tk