Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 831 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 831 Bytes

Stable Diffusion WebUI

This project provides a web user interface for the Stable Diffusion model.

What is Stable Diffusion?

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.

Prerequisites

  • Python 3.x
  • Required Python packages

Setup

  1. Clone the repository:
    git clone https://github.com/APSIT-AIML-CLUB/stable-diffusion.git
  2. Navigate to the project directory:
    cd stable-diffusion

Usage

To launch the web user interface, run the following command:

cd stable-diffusion-webui && python launch.py --share