Tag Autocomplete
If you use a1111-sd-webui-tagcomplete
, you can configure it to use E621 Rising's tags like this:
- Download
rising-v3.csv
and copy it to<stable-diffusion-webui>/extensions/a1111-sd-webui-tagcomplete/tags
- In WebUI, navigate to
Settings > Tag Autocomplete
- Select
rising-v3.csv
as theTag filename
- Restart WebUI
- For more information, see here.
Configuring Colors
This is an optional convenience setting.
In the same settings view from above, scroll down to
configure colors
.Add the following to the JSON object:
"rising-v3": { "-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"] }