amitesh080295 / stable-diffusion-images

Stable Diffusion and tkinter app to generate images from text prompts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stable-diffusion-images

Stable Diffusion and tkinter app to generate images from text prompts

Known Issues

  1. Issue with running tkinter. Python may not be configured for tk. Resolve this issue on mac by running the command brew install python-tk@3.9 or whatever is your python version. Then you can check if tkinter is installed or not by running python3.9 -m tkinter
  2. On M1 Macs, the device should be cpu. Also, torch_dtype and revision parameters from StableDiffusionPipeline need to be removed. Explore this thread for details

About

Stable Diffusion and tkinter app to generate images from text prompts


Languages

Language:Python 100.0%