A tkinter GUI for Stable Diffusion to test the effect of guidance score
You need python version 3.10.6, and a cuda enabled GPU on your system.
- Install python, ideally version 3.10.6, on your system.
- Download Ambia package files from this Git repository
or you can use
Git clone https://github.com/mrymsadeghi/Stable_diffusion_with_gui.git
- Use the requirements.txt file provided in the package to install the necessary python packages with optimal versions
pip install -r requirements.txt
- Run the app.py file to run Ambia