hollowstrawberry's picture
Update README.md
3d99410
|
raw
history blame
No virus
4.12 kB
metadata
license: wtfpl
tags:
  - guide
  - stable diffusion
  - webui
  - automatic1111
  - stable-diffusion-webui

Index

Introduction

Stable Diffusion is a very powerful AI image generation software you can run on your own home computer. It uses "models", which function like the brain of the AI, and can make almost anything given that someone has trained it to do it. The biggest uses are anime art, photorealism, and NSFW content.

The images you create may be used for any purpose, depending on the used model's license. Whether they are "yours" in a legal sense varies by local laws and is often inconclusive. Neither I or any of the people involved in Stable Diffusion or its models are responsible for anything you make, and you are expressively forbidden from creating illegal or harmful content.

Installing

  • Requirements: To run Stable Diffusion on your own computer you'll need at least 16 GB of RAM and 4 GB of VRAM. I will only cover the case where you are running Windows 10/11 and using an NVIDIA graphics card series 16XX, 20XX or 30XX (though 10XX also work). AMD users are out of luck, as it's very inconsistent to get it working. Same with Linux and Mac, though it's possible to do it.
  • Alternative: If you don't meet the hardware requirements, don't worry, you can still use Stable Diffusion for free to its full extent through Google Collab
  • Installer: The easiest way is to download the latest release HERE.

Getting Started

Before generating some images, here are some useful steps you can follow to improve your experience.

  1. Edit your starting parameters: If you are using the launcher, turn on medvram and xformers. Then, set your Additional Launch Options to: --opt-channelslast --no-half-vae. All of these should offer minor but significant improvements to performance.

    • If your graphics card has more than 8 GB of VRAM, you may turn off medvram to make generations faster. However, medvram still allows you to generate larger images and more images at the same time.
    • If your graphics card has 4 or 6 GB of VRAM, add --opt-split-attention-v1 as it may lower vram usage even further.
    • If you want to run the program from your computer but want to use it in another device, such as your phone, add --listen. Then, use your computer's local IP in the same WiFi network to access the interface.
    • If you're not using the launcher but the original stable-diffusion-webui, you can add these parameters by editing your webui-user.bat, right next to set COMMANDLINE_ARGS=
    • Full list of possible parameters here
  2. Download a model There are many options, most of which are on civitai. But which to choose? These are my recommendations:

    • For anime, 7th Heaven Mix has a nice aesthetic similar to anime movies, while Abyss Orange Mix 3 (Note: scroll down and choose the AOM3 option) offers more realism, advanced lighting, softer shading, and more lewdness. I remixed the two options above into Heaven Orange Mix
    • For creative art go with DreamShaper, there are few options quite like it. An honorable mention goes to Pastel Mix, which has a beautiful and unique aesthetic with the addition of anime.
    • For photorealism go with Deliberate, it can do almost anything, specially photographs.
    • The Uber Realistic Porn Merge is self-explanatory.

3