Git Product home page Git Product logo

kyuumeitai / stable-diffusion-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from easydiffusion/easydiffusion

0.0 1.0 0.0 861 KB

A simple way to install and use Stable Diffusion on your local computer. Provides a browser UI for generating images from text prompts. Just enter your text prompt, and see the generated image.

License: MIT License

Python 13.21% HTML 84.52% Dockerfile 2.27%

stable-diffusion-ui's Introduction

A simple way to install and use Stable Diffusion on your local computer. Provides a browser UI for generating images from text prompts. Just enter your text prompt, and see the generated image.

What does this do?

Two things:

  1. Automatically downloads and installs Stable Diffusion on your local computer (no need to mess with conda or environments)
  2. Gives you a simple browser-based UI to talk to your local Stable Diffusion. Enter text prompts and view the generated image. No API keys required.

All the processing will happen on your local computer, it does not transmit your prompts or process on any remote server.

Screenshot of tool

System Requirements

  1. Linux or Windows 11 (with WSL). And if your computer can run Stable Diffusion.
  2. Requires Docker, docker-compose v1.29, and nvidia-container-toolkit.

Important: If you're using Windows, please install docker inside your WSL's Linux. Install docker for the Linux distro in your WSL. Don't install Docker for Windows.

Installation

  1. Clone this repository: git clone [email protected]:cmdr2/stable-diffusion-ui.git or download the zip file and unzip.
  2. Open your terminal, and in the project directory run: docker-compose up & (warning: this will take some time during the first run, since it'll download Stable Diffusion's docker image, nearly 17 GiB)
  3. Open http://localhost:8000 in your browser. That's it!

Usage

  1. Open http://localhost:8000 in your browser (after running docker-compose up & from step 2 previously).
  2. Enter a text prompt, like a photograph of an astronaut riding a horse in the textbox.
  3. Press Make Image. This will take some time, depending on your system's processing power.
  4. See the image generated using your prompt.

Please let me know if this worked (or didn't) for you!

To stop the server, please run docker-compose down

Advanced Settings

You can also set the configuration like seed, width, height, num_outputs, num_inference_steps and guidance_scale using the 'show' button next to 'Advanced settings'.

Use the same seed number to get the same image for a certain prompt. This is useful for refining a prompt without losing the basic image design. Use a seed of -1 to get random images.

Screenshot of advanced settings

Behind the scenes

This project is a quick way to get started with Stable Diffusion. You do not need to have Stable Diffusion already installed, and do not need any API keys. This project will automatically download Stable Diffusion's docker image, the first time it is run.

This project runs Stable Diffusion in a docker container behind the scenes, using Stable Diffusion's Docker image on replicate.com.

Bugs reports and code contributions welcome

This was built in a few hours for fun. So if there are any problems or suggestions, please feel free to file an issue or email me.

Also, please feel free to submit a pull request, if you have any code contributions in mind.

Disclaimer

I (and the authors of this project) are not responsible for any images generated using this interface.

stable-diffusion-ui's People

Contributors

cmdr2 avatar oc013 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.