hearmeneigh's picture
Update guides/WEBUI.md
acd3c9a

Using with Stable Diffusion WebUI

Setting Up

  1. Download sd21-e621-rising-v1-epoch19.ckpt and sd21-e621-rising-v1-epoch19.yaml and copy them to <stable-diffusion-webui>/models/Stable-diffusion
  2. Reload WebUI checkpoints
  3. For more information, see here.

Tag Autocomplete

If you use a1111-sd-webui-tagcomplete, you can configure it to use E621 Rising's tags like this:

  1. Download rising.csv and copy it to <stable-diffusion-webui>/extensions/a1111-sd-webui-tagcomplete/tags
  2. Download config.json and copy it to <stable-diffusion-webui>/extensions/a1111-sd-webui-tagcomplete/tags
  3. Restart WebUI
  4. For more information, see here.

Recommended Tag Autocomplete Config

(Ignore this if using config.json from above)

Make the following changes to <stable-diffusion-webui>/extensions/a1111-sd-webui-tagcomplete/tags/config.json:

  1. Set tagFile to "rising.csv"
  2. Set replaceUnderscores to false
  3. Set escapeParentheses to true
  4. Set appendComma to true
  5. Add the following to colors:
```json
"rising": {
    "-1": ["red", "maroon"],
    "0": ["lightblue", "dodgerblue"],
    "1": ["gold", "goldenrod"],
    "3": ["violet", "darkorchid"],
    "4": ["lightgreen", "darkgreen"],
    "5": ["tomato", "darksalmon"],
    "6": ["red", "maroon"],
    "7": ["whitesmoke", "black"],
    "8": ["seagreen", "darkseagreen"]
}
```