diff options
author | Tim Patton <38817597+pattontim@users.noreply.github.com> | 2022-11-19 19:49:22 +0000 |
---|---|---|
committer | Tim Patton <38817597+pattontim@users.noreply.github.com> | 2022-11-19 19:49:22 +0000 |
commit | ac7ecd2d847bf4e3a9503db0f2a291e32b82302c (patch) | |
tree | 1f38e9560f797955024deadd9fe0dade61bf0368 /README.md | |
parent | 47a44c7e421b98ca07e92dbf88769b04c9e28f86 (diff) | |
download | stable-diffusion-webui-gfx803-ac7ecd2d847bf4e3a9503db0f2a291e32b82302c.tar.gz stable-diffusion-webui-gfx803-ac7ecd2d847bf4e3a9503db0f2a291e32b82302c.tar.bz2 stable-diffusion-webui-gfx803-ac7ecd2d847bf4e3a9503db0f2a291e32b82302c.zip |
Label and load SD .safetensors model files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web - API
- Support for dedicated [inpainting model](https://github.com/runwayml/stable-diffusion#inpainting-with-stable-diffusion) by RunwayML.
- 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))
+- Can use safetensors to safely load model files without python pickle
## Where are Aesthetic Gradients?!?!
Aesthetic Gradients are now an extension. You can install it using git:
|