This project provides a web user interface for the Stable Diffusion model.
Stable Diffusion is a deep learning, text-to-image model released in 2022. It is primarily used to generate detailed images conditioned on text descriptions, though it can also be applied to other tasks such as inpainting, outpainting, and generating image-to-image translations guided by a text prompt.
- Python 3.x
- Required Python packages
- Clone the repository:
git clone https://github.com/APSIT-AIML-CLUB/stable-diffusion.git
- Navigate to the project directory:
cd stable-diffusion
To launch the web user interface, run the following command:
cd stable-diffusion-webui && python launch.py --share