diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-22 10:57:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 10:57:20 +0000 |
commit | 1fa53dab2c5a857b9773f904fadf853dac1f1bd6 (patch) | |
tree | 347f8cbcdf644885fcf3481ed7a2dc55f8942c6e /README.md | |
parent | 29bfacd63cb5c73b9643d94f255cca818fd49d9c (diff) | |
parent | 5aa9525046b7520d39fe8fc8c5c6cc10ab4d5fdb (diff) | |
download | stable-diffusion-webui-gfx803-1fa53dab2c5a857b9773f904fadf853dac1f1bd6.tar.gz stable-diffusion-webui-gfx803-1fa53dab2c5a857b9773f904fadf853dac1f1bd6.tar.bz2 stable-diffusion-webui-gfx803-1fa53dab2c5a857b9773f904fadf853dac1f1bd6.zip |
Merge branch 'master' into cuda-device-id-selection
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -83,8 +83,17 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web - Estimated completion time in progress bar
- API
- Support for dedicated [inpainting model](https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion) by RunwayML.
-- 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))
+- via extension: [Aesthetic Gradients](https://github.com/AUTOMATIC1111/stable-diffusion-webui-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))
+## Where are Aesthetic Gradients?!?!
+Aesthetic Gradients are now an extension. You can install it using git:
+
+```commandline
+git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients extensions/aesthetic-gradients
+```
+
+After running this command, make sure that you have `aesthetic-gradients` dir in webui's `extensions` directory and restart
+the UI. The interface for Aesthetic Gradients should appear exactly the same as it was.
## 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.
|