This app provides an easy to use UI built using gradio for image generation using stable diffusion.
demo.1.mp4
Start with cloning the project:
git clone https://github.com/Haris-Ali007/Image-generation-app.git
To install necessary libraries do:
pip install -r requirements.txt
To start the app you have to simply run app.py file.
python app.py
This will initialize the app and provide you with a simple local URL and a shareable link.
Note: It is better to have models downloaded before execution otherwise it takes a while to download them.