diff options
author | MalumaDev <piano.lu92@gmail.com> | 2022-10-15 16:40:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 16:40:06 +0000 |
commit | f7df06a98180a2a8769b3ceebf7b6a35eca8ffc5 (patch) | |
tree | 094d1f94e0d1b58db7cfe726ed7574682c06a9f3 /README.md | |
parent | 4387e4fe6479c08f7bc7e42924c3a1093e3a1872 (diff) | |
download | stable-diffusion-webui-gfx803-f7df06a98180a2a8769b3ceebf7b6a35eca8ffc5.tar.gz stable-diffusion-webui-gfx803-f7df06a98180a2a8769b3ceebf7b6a35eca8ffc5.tar.bz2 stable-diffusion-webui-gfx803-f7df06a98180a2a8769b3ceebf7b6a35eca8ffc5.zip |
Update README.md
Co-authored-by: VĂctor Gallego <vicgalle@ucm.es>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -70,7 +70,8 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web - No token limit for prompts (original stable diffusion lets you use up to 75 tokens)
- DeepDanbooru integration, creates danbooru style tags for anime prompts (add --deepdanbooru to commandline args)
- [xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add --xformers to commandline args)
-- Aesthetic, a way to generate images with a specific aesthetic by using clip images embds (implementation of https://github.com/vicgalle/stable-diffusion-aesthetic-gradients)
+- Aesthetic Gradients, a way to generate images with a specific aesthetic by using clip images embds (implementation of [https://github.com/vicgalle/stable-diffusion-aesthetic-gradients](https://github.com/vicgalle/stable-diffusion-aesthetic-gradients))
+
## Installation and Running
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
|