easydiffusion/README.md

105 lines
6.8 KiB
Markdown
Raw Normal View History

2022-09-05 12:39:55 +02:00
# Stable Diffusion UI v2
2022-09-05 12:39:28 +02:00
### A simple 1-click way to install and use [Stable Diffusion](https://github.com/CompVis/stable-diffusion) on your own computer. No dependencies or technical knowledge required.
2022-08-26 03:54:38 +02:00
2022-09-05 12:38:17 +02:00
<p float="left">
<a href="#installation"><img src="https://github.com/cmdr2/stable-diffusion-ui/raw/develop/media/download-win.png" width="200" /></a>
<a href="#installation"><img src="https://github.com/cmdr2/stable-diffusion-ui/raw/develop/media/download-linux.png" width="200" /></a>
</p>
2022-09-24 16:31:39 +02:00
[![Discord Server](https://img.shields.io/discord/1014774730907209781?label=Discord)](https://discord.com/invite/u9yhsFmEkB) (for support, and development discussion) | [Troubleshooting guide for common problems](Troubleshooting.md)
2022-09-01 08:29:46 +02:00
2022-09-24 06:06:09 +02:00
️‍🔥🎉 **New!** Live Preview, More Samplers, In-Painting, Face Correction (GFPGAN) and Upscaling (RealESRGAN) have been added!
2022-09-10 12:25:26 +02:00
This distribution currently uses Stable Diffusion 1.4. Once the model for 1.5 becomes publicly available, the model in this distribution will be updated.
2022-09-04 16:02:52 +02:00
# Features in the new v2 Version:
- **No Dependencies or Technical Knowledge Required**: 1-click install for Windows 10/11 and Linux. *No dependencies*, no need for WSL or Docker or Conda or technical setup. Just download and run!
2022-09-10 12:25:26 +02:00
- **Face Correction (GFPGAN) and Upscaling (RealESRGAN)**
2022-09-24 06:06:09 +02:00
- **In-Painting**
- **Live Preview**: See the image as the AI is drawing it
2022-09-24 15:00:17 +02:00
- **Lots of Samplers:** ddim, plms, heun, euler, euler_a, dpm2, dpm2_a, lms
2022-09-04 16:02:52 +02:00
- **Image Modifiers**: A library of *modifier tags* like *"Realistic"*, *"Pencil Sketch"*, *"ArtStation"* etc. Experiment with various styles quickly.
- **New UI**: with cleaner design
2022-09-24 16:25:06 +02:00
- **Waifu Model Support**: Just replace the `stable-diffusion\sd-v1-4.ckpt` file after installation with the Waifu model
2022-09-04 16:02:52 +02:00
- Supports "*Text to Image*" and "*Image to Image*"
- **NSFW Setting**: A setting in the UI to control *NSFW content*
- **Use CPU setting**: If you don't have a compatible graphics card, but still want to run it on your CPU.
- **Auto-updater**: Gets you the latest improvements and bug-fixes to a rapidly evolving project.
2022-09-24 06:06:09 +02:00
- **Low Memory Usage**: Creates 512x512 images with less than 4GB of VRAM!
2022-08-23 22:45:07 +02:00
2022-09-24 14:19:33 +02:00
![Screenshot of advanced settings](media/shot-v9.jpg?raw=true)
2022-09-24 13:16:12 +02:00
2022-09-24 14:19:33 +02:00
## Live Preview
![live-512](https://user-images.githubusercontent.com/844287/192097249-729a0a1e-a677-485e-9ccc-16a9e848fabe.gif)
2022-09-24 13:16:12 +02:00
2022-08-26 16:23:10 +02:00
2022-08-23 22:28:18 +02:00
# System Requirements
2022-09-04 16:02:52 +02:00
1. Windows 10/11, or Linux. Experimental support for Mac is coming soon.
2022-09-24 16:24:30 +02:00
2. An NVIDIA graphics card, preferably with 4GB or more of VRAM. But if you don't have a compatible graphics card, you can still use it with a "Use CPU" setting. It'll be very slow, but it should still work.
2022-08-23 22:28:18 +02:00
2022-09-04 16:02:52 +02:00
You do not need anything else. You do not need WSL, Docker or Conda. The installer will take care of it.
2022-08-24 20:42:32 +02:00
2022-08-23 22:28:18 +02:00
# Installation
2022-09-26 19:41:21 +02:00
1. **Download** [for Windows](https://github.com/cmdr2/stable-diffusion-ui/releases/download/v2.16/stable-diffusion-ui-win64.zip) or [for Linux](https://github.com/cmdr2/stable-diffusion-ui/releases/download/v2.16/stable-diffusion-ui-linux.tar.xz).
2022-08-23 22:28:18 +02:00
2022-09-05 12:39:03 +02:00
2. **Extract**:
- For Windows: After unzipping the file, please move the `stable-diffusion-ui` folder to your `C:` (or any drive like D:, at the top root level), e.g. `C:\stable-diffusion-ui`. This will avoid a common problem with Windows (file path length limits).
2022-09-04 16:02:52 +02:00
- For Linux: After extracting the .tar.xz file, please open a terminal, and go to the `stable-diffusion-ui` directory.
2022-09-05 12:39:03 +02:00
3. **Run**:
2022-09-04 16:02:52 +02:00
- For Windows: `Start Stable Diffusion UI.cmd` by double-clicking it.
- For Linux: In the terminal, run `./start.sh` (or `bash start.sh`)
This will automatically install Stable Diffusion, set it up, and start the interface. No additional steps are needed.
2022-08-25 07:44:13 +02:00
**To Uninstall:** Just delete the `stable-diffusion-ui` folder to uninstall all the downloaded packages.
2022-09-09 07:40:55 +02:00
2022-08-26 03:45:19 +02:00
2022-08-23 22:28:18 +02:00
# Usage
Open http://localhost:9000 in your browser (after running step 3 previously). It may take a few moments for the back-end to be ready.
2022-08-26 03:45:19 +02:00
## With a text description
1. Enter a text prompt, like `a photograph of an astronaut riding a horse` in the textbox.
2. Press `Make Image`. This will take some time, depending on your system's processing power.
3. See the image generated using your prompt.
## With an image
1. Click `Browse..` next to `Initial Image`. Select your desired image.
2. An optional text prompt can help you further describe the kind of image you want to generate.
3. Press `Make Image`. See the image generated using your prompt.
2022-08-25 20:39:54 +02:00
2022-09-10 12:25:26 +02:00
You can use Face Correction or Upscaling to improve the image further.
2022-08-25 20:39:54 +02:00
**Pro tip:** You can also click `Use as Input` on a generated image, to use it as the input image for your next generation. This can be useful for sequentially refining the generated image with a single click.
2022-08-23 22:28:18 +02:00
2022-08-26 03:45:19 +02:00
**Another tip:** Images with the same aspect ratio of your generated image work best. E.g. 1:1 if you're generating images sized 512x512.
2022-08-24 12:19:41 +02:00
## Problems? Troubleshooting
Please try the common [troubleshooting](Troubleshooting.md) steps. If that doesn't fix it, please ask on the [discord server](https://discord.com/invite/u9yhsFmEkB), or [file an issue](https://github.com/cmdr2/stable-diffusion-ui/issues).
2022-08-24 17:37:42 +02:00
# Image 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 'Image settings'.
2022-08-25 20:39:54 +02:00
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. Enable the `random images` checkbox to get random images.
2022-09-24 14:19:33 +02:00
![Screenshot of advanced settings](media/config-v6.jpg?raw=true)
# System Settings
The system settings are reachable via the cogwheel symbol on the top right. It can be used to configure whether all generated images should
saved be automically, or to tune the Stable Diffusion image generation.
2022-09-24 14:20:49 +02:00
![Screenshot of advanced settings](media/system-settings-v2.jpg?raw=true)
2022-09-24 13:16:12 +02:00
# Image Modifiers
![Screenshot of advanced settings](media/modifiers-v1.jpg?raw=true)
2022-08-24 07:28:22 +02:00
2022-08-23 22:28:18 +02:00
# Bugs reports and code contributions welcome
2022-09-04 16:02:52 +02:00
If there are any problems or suggestions, please feel free to ask on the [discord server](https://discord.com/invite/u9yhsFmEkB) or [file an issue](https://github.com/cmdr2/stable-diffusion-ui/issues).
2022-08-23 22:28:18 +02:00
2022-09-01 09:13:56 +02:00
Also, please feel free to submit a pull request, if you have any code contributions in mind. Join the [discord server](https://discord.com/invite/u9yhsFmEkB) for development-related discussions, and for helping other users.
2022-08-23 22:45:07 +02:00
# Disclaimer
2022-08-25 14:46:24 +02:00
The authors of this project are not responsible for any content generated using this interface.
The license of this software forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation, or target vulnerable groups. For the full list of restrictions please read [the license](LICENSE). You agree to these terms by using this software.